Page 1 of 1

Skip rule driven cell in TI process

Posted: Thu Nov 13, 2014 3:25 pm
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.

Re: Skip rule driven cell in TI process

Posted: Thu Nov 13, 2014 3:33 pm
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()

Re: Skip rule driven cell in TI process

Posted: Fri Jan 30, 2015 12:29 pm
by vins
Thanks !!