Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
Need helps on rolling cumulative Sum in Set analysis.
Is there anyway I can achieve rolling cumulative sum in set analysis?
I tried expression SUM(Date={">=$(vLast3Month)<=$(vMaxDate_CY)"} SalesAmount) but in Line chart I am not getting the cumulative and rolling sum for every 3 months.
Thank you
Have a look at this resource:
RangeSum(
Above( total Sum( SalesAmount)
, 0, 3)
)