I have a Rule
C=(A+B)/2;
How I can write a feeder for this expression?
Simple question about feeders
-
- Regular Participant
- Posts: 221
- Joined: Sat Dec 04, 2010 2:35 pm
- OLAP Product: PAL
- Version: 2.0.9
- Excel Version: 2016
-
- MVP
- Posts: 352
- Joined: Wed May 14, 2008 1:37 pm
- OLAP Product: TM1
- Version: 2.5 to PA
- Excel Version: Lots
- Location: Sydney
- Contact:
Re: Simple question about feeders
Or if A, B and C are all references to elements in the same dimension you could create C as a consolidation of A and B both with weightings of 0.5. Your calculation is faster and no need for the rule or feeder.
Andy Key