Export upper or clear level zero blocks
Hello BSO experts,
i want to clear level zero blocks, so that I can do reporting on upper level blocks only to identify them (or)
I want to export upper blocks only.
im trying to clear level0 blocks using calcscript by fixing all dimensions as @Relative("DIM1",0), but its taking long long hours to clear on 800MB cube where it has Upperblocks: 144253 level0Blocks: 166957
im also trying to export upper blocks by fixing all dimensions as @Remove(@IDESCENDANTS ("DIM1"),@Relative("DIM1",0)), but no results.
please advise here.