Hello,
Is there a way to Agg parents of only dirty blocks?
Requirement: I have a replicated partition to another BSO and want to agg only changed level 0 data. I thought intelligent calc will help. But no go.
SET UPDATECALC ON;
SET CLEARUPDATESTATUS AFTER;
SET AGGMISSG ON;
Set lockblock high;
SET CACHE HIGH;
SET EMPTYMEMBERSETS ON;
SET FRMLRTDYNAMIC OFF;
/*========================Aggregate cube to start============================================*/
FIX ( "YR", "SCENARIO","USD")
CALC DIM ( "Sparese1", "Sparse2", "Sparse3", "Sparse4");
ENDFIX
Regards,
Krishnan