SUMIF function in Rules?
Posted: Fri Dec 02, 2011 4:09 pm
Dear all,
Do you know if there's an equivalent in TM1 rules of the Excel SUMIF function?
Doesn't seem to be in the documentation but maybe it's not complete / you have a way to do this another way.
Here's what I'd like to achieve: in my "Events" dimension, the user will have the possibility to create new elements via TI.
He will then be able to put values for each of them, and assign a "maturity level" through a string-type measure: "mature" / "not mature".
I would like that depending on this maturity level, the costs allocated to all events created be aggregated in consolidations that are above, for example:
I don't want events to go directly under the consolidations "Total Mature" / "Total Not Mature", and I would appreciate that calculation are executed in real time (no TI if possible).
Thanks in advance for your feedback.
Kind regards,
Greg
Do you know if there's an equivalent in TM1 rules of the Excel SUMIF function?
Doesn't seem to be in the documentation but maybe it's not complete / you have a way to do this another way.
Here's what I'd like to achieve: in my "Events" dimension, the user will have the possibility to create new elements via TI.
He will then be able to put values for each of them, and assign a "maturity level" through a string-type measure: "mature" / "not mature".
I would like that depending on this maturity level, the costs allocated to all events created be aggregated in consolidations that are above, for example:
Code: Select all
Total Mature 100 ------
Total Not Mature 50 ------
All 2012 Events
- Event 1 50 Mature
- Event 2 30 Not Mature
- Event 3 20 Not Mature
- Event 4 50 Mature
Thanks in advance for your feedback.
Kind regards,
Greg