FEED STRINGS, how and when to use?

Post Reply
Chuks
Posts: 30
Joined: Wed Dec 05, 2012 2:18 pm
OLAP Product: IBM Cognos Planning Analytics
Version: 2.0
Excel Version: 2010

FEED STRINGS, how and when to use?

Post by Chuks »

Hi All,

Please can you suggest, when to use FEED STRINGS and when not to use it?

We have a set of string rules used in a cube which has string values assigned to it. for eg:

['All Lines','Description']=S:ATTRS('Account',!Account,'Description');

in the above statement ALL Lines is a consolidated element. I came across FEED STRINGS statement and understood that it is used to display rule calculated string values in a view with Zero suppression ON. Is my understanding here is right? or does feed strings statement make any changes to the system by improving the performance as we are feeding the consolidated cells?

Similary,do we need to feed strings if the rule is

['No Line','Description']=S:ATTRS('Account',!Account,'Description');

Where No Line is a leaf level element.

Thanks in advance for your valuable suggestions

Regards!
User avatar
jim wood
Site Admin
Posts: 3961
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: FEED STRINGS, how and when to use?

Post by jim wood »

You need to use feedstrings if you have:

1) SkipCheck in your rule statement,
2) you have string rules and
3) you want to make sure the values remain when supress zero is enabled.

Strings never consolidate so this never comes in to play.

I hope this helps,

Jim.
Struggling through the quagmire of life to reach the other side of who knows where.
Go Build a PC
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
Post Reply