Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
My measure is : sum(aggr(sum({<YR=,MO_DESC=,DY_CODE={'>=$(=Yearstart(Max(DY_CODE)))<=$(Max(DY_CODE))'}>}distinct BOTTLE_VOL_IN_HL+CAN_VOL_IN_HL+KEG_VOL_IN_HL),DELV_NUM)))
But it doesn't work , how to fix it .
Try putting it set Analysis both the outer and the inner aggregation function
Try this out:
sum({1}aggr(sum({<YR=,MO_DESC=,DY_CODE={'>=$(=Yearstart(Max(DY_CODE)))<=$(Max(DY_CODE))'}>}distinct BOTTLE_VOL_IN_HL+CAN_VOL_IN_HL+KEG_VOL_IN_HL),DELV_NUM)))
Hi Thiago,
Its working, but its directly to fixed the month selection, I want that I select May,the value is January to May,
Now is always January to MaxDate.
Try putting it set Analysis both the outer and the inner aggregation function
Thanks, Its working!