Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i want to show my data of only 2 quarter from max date i.e if i select date 3rd april 2012 den my chart must show of data april marc feb jan dec nov what to do ??
Hi Sumita,
Please find the attached qvw,may be this is what you want.
Hi Sumita,
U can use this expression
=sum({$<Period ={"$(=date(addmonths(max(Period),-1),'MMM-YY'))"}>}Sale)
Regards,
Kushal
Thanks.....