Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Folks,
i have one problem,
i use this expression:
M2:
sum(aggr(rangesum(below(total sum({<Month=>}Amount),1,2)),Month)) ,it does work great,
but i want see only last value of selected period, how can i make invisible other value / or to set to Zero.
thanks a lot
beck
sorry, it doesn't show anything
Would you be able to share a sample app?
Of course Sunny,
you find my problem under expression: M2 plus test 2
Thanks a lot
May be this:
If(Month = Max({<Type = {'UK'}>} TOTAL Month), Sum(Aggr(RangeSum(Below(Sum({<Month=>}Amount), 1, 2)), Month)))
Sunny Thanks a lot for your Help and Taking the time to find Solution
Thanks a lot