Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
I do have scenario where I allow the users to select any two time periods and see the variance between them.
However, I do have chart that shows the variance by time period which is consecutive. Please see the attached example.
My requirement is to allow the year selection on Previous and Current Alternate States to affect the chart below which is in default state.
If i select '2012' in Previous and 2015 in Current the chart below should show only those two years.
Can anyone pleas suggest how to achieve this?
Thanks in advance.
Hi,
Try this,
sum({<Year = A::Year>+<Year = B::Year>}Activities)
Regards,
Kaushik Solanki
Hi,
See the attached file. It will help full for you.
Hi,
Try this,
sum({<Year = A::Year>+<Year = B::Year>}Activities)
Regards,
Kaushik Solanki
Thank you all for the help. Your suggestions helped.