calc dim (Time Period) don't work...
Hello,
I have a normal dimension Time Period with quarter and months, I'm trying to aggregate the values to quarter but I can't...
I'm using this calcscrip:
SET UPDATECALC OFF;
FIX( "CAPEX_JUROS_CAPITALIZADOS")
CALC DIM ("Time Periods");
ENDFIX
"CAPEX_JUROS_CAPITALIZADOS" is an account with values in all months, Time Period Dimension is Dense.
Thank You
Cátia