I need to disable rules in a cube.
The situation is following:
I have measures dimension where some members have N-level expression. This dimension is shared in two cubes. So in both cubes the rules are generated automatically according to N-level expressions in the measures dim.
I would like to use these expressions only in one cube but not in the other one.
So my question is: Is it possible to disable generating rules from dim expressions? Is it even possible to disable rules in a cube at all?
Appreciate any help!
BR
Vladino
EDIT: I have solved the problem - just need to add this line at the very beginning of the rule:
Code: Select all
[] = STET;