Hi Friends ,
Here I have scenario like , I have a SharePoint list called Incidents ,here all the calls(incidents) will be logged .listed based on the status opened ,closed, Pending, WIP ; total 4 status are there . filtering based on year and Quarter . I have to get all the count of status except "Closed ".
for example in as you can see in screenshot below, lets say in Quarter 2 (Q2) , total 5 incidents in Q2, in those one is opened ,two are closed ,one is pending and one is WIP then the count should be 3 [Opened+Pending+WIP]excluding closed . I have to get this count value based on per Quarter . after getting the count I want to store in another list named KPI , columns like Year, Quarter, calls count ex : 2015,Q2,3 ; 2015,Q1,6 etc . I hope you understand the scenario . Please let me know if you did not get clearly.
Please advise me how to achieve this.
valmiki