Page 1 of 1

Disable rules in cube

Posted: Wed Feb 11, 2015 6:58 am
by vladino
Hi all,
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;

Re: Disable rules in cube

Posted: Wed Feb 11, 2015 9:09 am
by whitej_d
Hi,

You can highlight the rule and then right-click -> Disable. This will comment out automatically generated rules (and/or feeders) in just the cube you do it for.