Page 1 of 1

String Feeders

Posted: Wed Aug 11, 2010 11:11 am
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,