Posted on: 3/12/2015 3:01:33 PM | Views : 539

Hi team i have a question
i have agridview that its been filled by a query
SELECT COUNT(ID) AS Total, Status, Queue FROM Table WHERE (CONVERT (VARCHAR(50), ProcessingDate, 101) >= @ProcessingDate) AND (CONVERT (VARCHAR(50), ProcessingDate, 101) <= @ProcessingDate2) AND (ClaimType = 'EHT') AND (Status = 'Resolved' OR Status = 'Unresolved') GROUP BY Status, Queue
ang got this
EHT Total Status Queue 2 Resolved A Go to the complete details ...