Feeder of following rules

Post Reply
dharav
Regular Participant
Posts: 193
Joined: Wed Apr 02, 2014 6:43 pm
OLAP Product: TM1
Version: 10.2
Excel Version: 2010

Feeder of following rules

Post by dharav »

Hello ALL

Need your input for writing more efiicient feeder for following rule:

[{'a','bb','cc'},'abc']=['PQR']/['NTM'];

Is there any other way to feed this rule than following way

['PQR']=>['a','abc'];
['PQR']=>['cc','abc'];
['PQR']=>['bb','abc'];

We can not save feeder if we write

['PQR']=>[{'a','bb','cc'},'abc'];
Wim Gielis
MVP
Posts: 3241
Joined: Mon Dec 29, 2008 6:26 pm
OLAP Product: TM1, Jedox
Version: PAL 2.1.5
Excel Version: Microsoft 365
Location: Brussels, Belgium
Contact:

Re: Feeder of following rules

Post by Wim Gielis »

In principle, I would not feed this, since you don't want consolidated values as the natural sum of the non-zero children.
Your rule applies to both N and C level.

At any rate, why do you put 'abc' on the right-hand side of the feeder? This shows that you don't really grasp the concept of choosing areas in a feeder.
Best regards,

Wim Gielis

IBM Champion 2024-2025
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
lotsaram
MVP
Posts: 3706
Joined: Fri Mar 13, 2009 11:14 am
OLAP Product: TableManager1
Version: PA 2.0.x
Excel Version: Office 365
Location: Switzerland

Re: Feeder of following rules

Post by lotsaram »

I agree with Wim,

Perhaps I would make ratio type measures C elements with children being the denominator and numerator but there is no need to feed such calculations.
Please place all requests for help in a public thread. I will not answer PMs requesting assistance.
Post Reply