Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have created the Current Year and Last Year sales reports separately. I need to show the last year sales based on the given date.
I select DateKey as 20230313 but LY sales should be show till 20220311 date. Same as remaining above dates.
Sum({<Year = {$(=max(Year)-1)},Date_Key = {"<=$(=Date(AddYears(Date#(Max(Date_Key),'YYYYMMDD'), -1), 'YYYYMMDD'))"}>}Sales_Value)
Thanks in advance.
@MayilVahanan @sunny_talwar