Skip rule driven cell in TI process

Post Reply
vins
Posts: 35
Joined: Wed Jul 31, 2013 4:54 pm
OLAP Product: TM1
Version: 10.1
Excel Version: 2010

Skip rule driven cell in TI process

Post by vins »

Hi All,

Hope everyone is doing fine.

I have a TI process which loads the data into a cube from data source. Is there any approach to skip the execution of data tab for Rule driven cells?


Thanks in advance.
declanr
MVP
Posts: 1831
Joined: Mon Dec 05, 2011 11:51 am
OLAP Product: Cognos TM1
Version: PA2.0 and most of the old ones
Excel Version: All of em
Location: Manchester, United Kingdom
Contact:

Re: Skip rule driven cell in TI process

Post by declanr »

If you refer to cells in your data source that are rule derived then ViewExtractSkipRuleValuesSet().
If you refer to cells in the destination that are rule derived then CellIsUpdateable()
Declan Rodger
vins
Posts: 35
Joined: Wed Jul 31, 2013 4:54 pm
OLAP Product: TM1
Version: 10.1
Excel Version: 2010

Re: Skip rule driven cell in TI process

Post by vins »

Thanks !!
Post Reply