My data looks like attached and I want to achieve the pivot table that I showed above. 1. in pivot table totals has to show the number of requests are going to executed as per the scheduled month.
Ex; for march check the scheduled date as march we have total request as 70.
2. in CM row we have to show number of requests raised only when their scheduled month and Actual Month are same.
Ex: in above data for march requests are raised but there scheduled month and actual month are not equal so it is Zero.
3. in CM-1 row we have to show no. of requests raised in Current month -1 only when their scheduled month and Actual Month are same.
Ex; in above data for Jan we raised 25 requests and their schedule and actual month is same, and the count is 25, so we added there. same applied to CM-2 and CM-3+ as well.
4. and invalid has to show below to that matching the total counts.
Ex: in march 45 requests are raised but there scheduled and actual churn dates are not equal so it has to be shown in the Invalid as 45.
Limitation : we don't have access to back end/Script, so if possible please suggest me a way in front end only, if it is not at all possible in front end, then also please suggest me a way so that i can request the Back end team.