Hi All,
I need some advice on where I am going wrong with a re-write of an existing rule.
The current rule references the 'Amount' measure & works just fine.
The issue is the client does not want to mix a rate with the 'normal' dollar amounts as you cannot sum these together logically.
My solution was to create a new measure called 'Rates' & reference the rule to this new as below;
Well it doesn't work, I'm getting a 0 value returned. I'm lost on where I am going wrong, sorry if its bleeding obvious, I'm a newbie to Tm1.
The Contribution Margin is a C element made up of 3 N elements.
The Contribution Margin rate is a C element, but I did this to avoid writing feeders , i.e. I added a feeder as a child; "tonnes despatched''.
I'm using 9.5.2, 64bit, Win7, excel 2010
Any advice would be very appreciated.
Thanks,
Maznik
I am using 9.5.2, 64bit, Win7
Reference existing Rule to a new measure does not work.
-
- MVP
- Posts: 2836
- Joined: Tue Feb 16, 2010 2:39 pm
- OLAP Product: TM1, Palo
- Version: Beginning of time thru 10.2
- Excel Version: 2003-2007-2010-2013
- Location: Atlanta, GA
- Contact:
Re: Reference existing Rule to a new measure does not work.
That's because of this little snippet of codeMaznik wrote:Well it doesn't work, I'm getting a 0 value returned.
Code: Select all
IF(['Tonnes Despatched'] = 0,
-
- Posts: 2
- Joined: Tue Aug 10, 2010 3:15 am
- OLAP Product: TM1
- Version: 9.5.3
- Excel Version: 2010
Re: Reference existing Rule to a new measure does not work.
Thankyou very much Tomok, you saved me from going just a little bit more insane 
