Cells calculated using rules not being transferred via TI.

Post Reply
jbcraigs
Posts: 24
Joined: Thu Nov 11, 2010 4:38 am
OLAP Product: TM1
Version: 9.5.1
Excel Version: 2007

Cells calculated using rules not being transferred via TI.

Post by jbcraigs »

In our source cube we have certain cells which are being calculated through rules. Feeders are in place and values are visible as expected.

We are trying to use TI to transfer values from this cube to another cube but TI is not copying any calculated cubes from source into the target cube. All other non rule based values are being copied fine.

I know for view extraction there is a parameter you can set to true or false to skip/not skip rule based cells. Is their something similar that I need to use in my TI process??

Thanks.
User avatar
jim wood
Site Admin
Posts: 3958
Joined: Wed May 14, 2008 1:51 pm
OLAP Product: TM1
Version: PA 2.0.7
Excel Version: Office 365
Location: 37 East 18th Street New York
Contact:

Re: Cells calculated using rules not being transferred via T

Post by jim wood »

How are you establishing the view to copy? Are you creating the view within TI? If so you need to use ViewExtractSkipRuleValuesSet.

Straight from the help file.....

Syntax
ViewExtractSkipRuleValuesSet (Cube, ViewName, Flag);
Arguments
Cube: The parent cube of the view for which you are setting the option.
ViewName: The view for which you are setting the option.
Flag: A binary value that turns the option on or off. Specify 1 to exclude rule-calculated values from the extract. Specify 0 to include rule-calculated values.

Example
ViewExtractSkipRuleValuesSet ('99sales', '1st Quarter Actuals', 1);
This example turns on the Skip Rule Calculated Values option for the extract created from the 1st Quarter Actuals view. The extract will not include any rule-calculated values.
Struggling through the quagmire of life to reach the other side of who knows where.
Shop at Amazon
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
User avatar
jim wood
Site Admin
Posts: 3958
Joined: Wed May 14, 2008 1:51 pm
OLAP Product: TM1
Version: PA 2.0.7
Excel Version: Office 365
Location: 37 East 18th Street New York
Contact:

Re: Cells calculated using rules not being transferred via T

Post by jim wood »

This post: http://www.tm1forum.com/viewtopic.php?f ... 78&start=0 contains quite a bit about using views in TI,

Jim.
Struggling through the quagmire of life to reach the other side of who knows where.
Shop at Amazon
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
jbcraigs
Posts: 24
Joined: Thu Nov 11, 2010 4:38 am
OLAP Product: TM1
Version: 9.5.1
Excel Version: 2007

Re: Cells calculated using rules not being transferred via T

Post by jbcraigs »

Thanks Jim.

Issue was with the way I was creating the view itself.
Post Reply