Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hello everyone,
i come to know ,when i select on 2017 years it will shows last three years of data in three different pie chart like below.
How it will be possible?
for eg.
Try like:
Chart1 Exp: = Sum({<year={'$(=Max(year))'}>}Sales)
Chart2 Exp: = Sum({<year={'$(=Max(year)-1)'}>}Sales)
Chart3 Exp: = Sum({<year={'$(=Max(year)-2)'}>}Sales)
Try like:
Chart1 Exp: = Sum({<year={'$(=Max(year))'}>}Sales)
Chart2 Exp: = Sum({<year={'$(=Max(year)-1)'}>}Sales)
Chart3 Exp: = Sum({<year={'$(=Max(year)-2)'}>}Sales)
Thanks, It works perfectly.