Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I need to show in a table only the data for last 3 months. without any selection it should show the latest 3 month data of the max year. based on selection it should show the corresponding 3 month data.
i have a month Year field in my data with values like mar-15,feb-15.. etc
how can it be achieved?? pls help...
Hi,
In your expression
try like
sum({Date={">=$(=Date(Addmonths(max(Date),-3)))<=$(=Date(max(Date)))"}}Sales)
Regards
Hi,
In your expression
try like
sum({Date={">=$(=Date(Addmonths(max(Date),-3)))<=$(=Date(max(Date)))"}}Sales)
Regards