in the documentation for TM1 01.1 (Reference guide, Chapter 6. TM1 TurboIntegrator Functions pp. 205) you can find calculation functions for consolidation.
For 9.5.2 it can be found here.
The functions are marked as valid in TI and in rules.
After trying to use the ConsolidatedCountUnique and ConsolidatedAvg in my development environment and failing to get other results than #N/A, i did build a small 3 dimensional cube as state in the example to better understand the use of these functions.
My Rule
Code: Select all
['Average' ] = c: ConsolidatedAvg( 0, 'Income Statement', 'All Regions', '2010', 'Gross Sales' );
Rules Tracer throws a 'RULE LINE ERROR' and 'Calculated: -1.#QNB '.
Unfortunately my searches via google and n tm1forums didn't came up with any more than the function reference.
Did anyone successfully implemented the functions or can help me implementing the function in a rule?