Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
I have a field "Order Date" that contain date field (MM/DD/YYYY), i want to sum "Sales" full 1 month based on selection date in Dimension script (set analysis), for example if user select on June 15, the sum will calculate all date from June, not only from date 1 until 15 (selection). How i must set my set analysis to do that?
Hello,
Hope this helps you!!
In Backend:
Please create number formatted datefield (here DATENUM field is in number format)
In Frontend expression:
sum({<DATENUM={">=$(=num(monthstart(max(DATENUM))))<=$(=num(max(DATENUM)))"},FiscalMonth=,FiscalYear=,[Order Date]=>}Sales)
I have attached the output.
Regards,
Bhavya