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'];
Feeder of following rules
-
- 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
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.
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
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
-
- 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
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.
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.