Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I need help in how to write the set expression for cumulative sum in pivot table. Week selection should not affect the calculation. i have tried to write the expression but when selecting week it filters but still shows dimension values
Expression for Cumulative sum : RangeSum(before(Count({<[Reporting Date.autoCalendar.YearWeek]>}distinct [PR No]),0,ColumnNo(total)))
Attached screenshots.
Hi,
Can you try :
RangeSum(before(Count({<[Reporting Date.autoCalendar.YearWeek]=>}distinct [PR No]),0,ColumnNo(total)))
Regards
sorry it still the same. does not work . Attached the test QVF file
Hi,
The formula is working when removed from the Pick(Match(ValueList...
First table : with the Pick(Match(ValueList / Second table without :
You are not alone to have this issue...
Hmmm thanks for sharing. Any workaround to get around this?
Actually my requirement is when week is selected it should show only the selected week but the cumulation should be intact .
i dont want to show all the weeks