Disable rules in cube

Post Reply
vladino
Posts: 110
Joined: Sat Nov 06, 2010 10:10 am
OLAP Product: Cognos TM1
Version: 10.2.2
Excel Version: Excel 2013

Disable rules in cube

Post 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;
whitej_d
Community Contributor
Posts: 103
Joined: Mon Sep 05, 2011 11:04 pm
OLAP Product: TM1
Version: 10.2
Excel Version: 2010

Re: Disable rules in cube

Post 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.
Post Reply