Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
I want to calculate last 3 years Sales in Pivot table. Please help me how to achieve this
Thanks in Advance
HI,
Try like this
Sum({<Year = {">=$(=Max(Year) - 2)<=$(=Max(Year))"} Sales)
Check this link for more options
Set Analysis for certain Point in Time
Regards,
Jagan.
May be use this expression:
Sum({<Year = {"$(='>=' & Max(Year) - 2)"} Sales)
Its not working Sunny
HI,
Try like this
Sum({<Year = {">=$(=Max(Year) - 2)<=$(=Max(Year))"} Sales)
Check this link for more options
Set Analysis for certain Point in Time
Regards,
Jagan.
hi,
Sum({<Year = {">=$(=Year(Today() - 2))"}>}Sales)
or
Sum({<Year = {">=$(=Max(Year) - 2)<=$(=Max(Year))"}>}Sales)
Regards
Neetha
Hi Abhi,
Please try like this:
Sum({<Year = {">=$(=Max(Year) - 2)<=$(=Max(Year))"}>} Sales)
Hope it helps!!
Thank You Jagan
Thank You Neetha