Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Friends,
I have to put a pie chart for current year and last year, in the dimention I have used the Mode of Transport and the meassure is weight.
Could you please help on this...
Regards
Chriss
Sum({$<Year={$(=Year(Today()))}>} Weight)
and
Sum({$<Year={$(=Year(Today())-1)}>} Weight)
Assuming that the expression is normally Sum(Weight)
Sum({$<Year={$(=Year(Today()))}>} Weight)
and
Sum({$<Year={$(=Year(Today())-1)}>} Weight)
Assuming that the expression is normally Sum(Weight)
Hi,
Try this
=Sum({<Year={'>=$(=(Max(Year) - 1))<=$(=Max(Year))'}>} Weight)
Hope this helps you.
Regards,
Jagan.
Thanks a lot both Johannes and Jean Mohan.. it works fine.
Regards
Chriss