Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear Expert,
From the Pivot Table above, I want to filter the data in Unit = A and Month = Jan & Feb.
My expectation is the display should be like this
So, the Total of Jan should be 55, Feb should be 40, and Total of Unit A should be 80.
But, if I use set analysis like Sum({<Unit-={'A'}, Month-={'Jan','Feb'}>} Qty), the result becomes
(Unit A, as well as Jan & Feb, are missing)
Please help me to find the solution for this case.
Thank you.
Try this.
Sum({<Unit -= {"a"}>+<Month -={"Jan","Feb"}>}Value)
Regards,
Kaushik Solanki
Can you provide sample app here?
Try this.
Sum({<Unit -= {"a"}>+<Month -={"Jan","Feb"}>}Value)
Regards,
Kaushik Solanki
Yes. Herewith I attach the sample app.
Thank you.
Thank you Kaushik. It works
Great.
Please mark a post which gave you the right answer as "Correct Answer"
Regards,
Kaushik Solanki
Great work Mr Kaushik.