Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi I have scenario,
I need show avarage sales based on input
If input=6 then it has to show last 6 months average
Input=12 it has to show last 12 months average
Please find the attached Excel and qvw files for reference
Regards
Thiru
Hi
It's working
=AVG({<Date1={'>=$(=AddMonths(Date(V_DB_Max_date),-(Vinput-1)))<=$(=Date(V_DB_Max_date))'}>} Sales)
V_DB_MAX_DATE is the max date varaiable
Thanks
Thiru