Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I need to shoe all preceding months from the start of the year and current month sales when a month is selected. Eg, If Apr-2011 is selected, we should dsiplay Jan-2011,Feb-2011,Mar-2011 and Apr-2011. Any help is appreciated. Thanks.
Hi
Sum({<Year={$(=Max(Year))},Date={"<=$(=vCurrentDate)"}>} Sales)
Hope this helps
Celambarasan
Hi,
Try this
Sum({<Year={$(=Max(Year))}, Month=, Date={"<=$(=Max(DateField))"}>} Sales)
Hope this helps you.
Regards,
Jagan.
Hi!
Try This,
PFA for Help.
Expression: Sum({<MonthYear,Date=, Year=,MonthNo.={$(vtest)}>}Sales)
vtest=concat({1<MonthNo.={">=1<=$(=max(MonthNo.))"}>} distinct MonthNo.,',')
Dimension:MonthYear