|
Hello all,
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 .
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: ['Average' ] = c: ConsolidatedAvg( 0, 'Income Statement', 'All Regions', '2010', 'Gross Sales' );
still returns a #N/A.
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? |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
|