How to write feeders when attribute is feeding a strintg

Post Reply
guru1988fortm1
Posts: 42
Joined: Mon Feb 06, 2012 5:52 pm
OLAP Product: Cognos TM1
Version: PA 2.0.3
Excel Version: Micrsoft Excel 2010
Location: Chennai, India

How to write feeders when attribute is feeding a strintg

Post by guru1988fortm1 »

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
moby91
MVP
Posts: 228
Joined: Fri Mar 11, 2011 2:18 pm
OLAP Product: TM1
Version: 9.5.1
Excel Version: 2003 2007

Re: How to write feeders when attribute is feeding a strintg

Post by moby91 »

guru1988fortm1 wrote:I am learning TM1 and the concepts of feeders
Are you aware of the new Cognos Proven Practice "IBM Cognos TM1 Feeders" released 06/08/2012 ?


http://www.ibm.com/developerworks/data/ ... ge620.html
IBM Cognos TM1 Feeders

Summary:
One of the more advanced concepts in the development of IBM Cognos TM1 cubes is the proper implementation of FEEDERS within TM1 rules. This document describes FEEDERS and how to use them effectively for improved performance when building IBM Cognos TM1 cubes.

http://www.ibm.com/developerworks/data/ ... 20-pdf.pdf
Jaspe
Posts: 3
Joined: Tue Jun 17, 2008 7:22 pm
Location: FRANCE

Re: How to write feeders when attribute is feeding a strintg

Post by Jaspe »

Hi !

In your case, maybe you can find a "logical" indicator to feed your element (turnover, price, or a technical indicator "feed" loaded by a process...) ?
Technically, you can feed from the elementattribute cube, but it's not performant (overfeed).
Post Reply