Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Any suggestion how I can get Previous Month and Last 20 months sales in straight table(or any table is fine)?
Thanks,
Siva
Hi Carlos,
Thanks for your prompt response. Is there a way to use this condition without aggregation functions. When I try to use these I am not getting any result, I mean it's 0 always.
Thanks,
Siva
Hi Siva,
If you have any calendar field selected, you may have to include that field into the set analysis. So it will exclude the selection and still show the values instead of 0.
Thanks,
Carlos
Hi Carlos,
Thanks, i just modified the logic and its working as expected.
Updated Formula:
sum({<Date_Field={">=$(=Date(Monthstart(Addmonths(today(),-25)),'M/D/YYYY'))<=$(=Date(MonthEnd(Addmonths(today(),-1)),'M/D/YYYY'))"}>}Sales)
Thanks,
Siva