String Feeders

Post Reply
User avatar
mce
Community Contributor
Posts: 352
Joined: Tue Jul 20, 2010 5:01 pm
OLAP Product: Cognos TM1
Version: Planning Analytics Local 2.0.x
Excel Version: 2013 2016
Location: Istanbul, Turkey

String Feeders

Post by mce »

Hi,

When you feed a consolidation element, this automatically means feeding its children.
Does this statement correct for string data items as well?

The following feeder does not work.

Code: Select all

FEEDSTRINGS;
SKIPCHECK;
['Live','Employee ID']=S:IF(ATTRS('Oth_Periods',!Oth_Periods,'ActPlan')@='Plan', ['Live','Base','Employee ID'],STET);
FEEDERS;
['Live','Base','Employee ID']=>['Live', '2010','Employee ID'];
#2010 is a consolidation of months in that year in dimension Oth_Periods#
Regards,
Post Reply