How to write feeders when attribute is feeding a strintg
Posted: Fri Jun 22, 2012 4:06 pm
Hi
I am learning TM1 and the concepts of feeders
i have a requirement like my string element of the cube is fed by an attribute of another element of different dimension
['Group']=S:IF(ATTRS('Product',!Product,'Product')@='New',
ATTRS('group',!group,'Description'),Continue);
Here the ['Group'] is an element present in Accounts dimension and i have another dimension called group
Also i am using suppress zero concept in my cube view, so without feed strings, they are not displayed
I am confused to write feeders for this code
So could anyone help me to write feeders for this rules
Regards
Guru
I am learning TM1 and the concepts of feeders
i have a requirement like my string element of the cube is fed by an attribute of another element of different dimension
['Group']=S:IF(ATTRS('Product',!Product,'Product')@='New',
ATTRS('group',!group,'Description'),Continue);
Here the ['Group'] is an element present in Accounts dimension and i have another dimension called group
Also i am using suppress zero concept in my cube view, so without feed strings, they are not displayed
I am confused to write feeders for this code
So could anyone help me to write feeders for this rules
Regards
Guru