c-level overriding rule and TI process
Posted: Tue Feb 21, 2012 12:31 pm
Hi all.
I'm tryin' to get data from a cube via TI-process.
I'm getting right data and everything fine except dimension elements which have c-level overriding rule like
['Rent.Distribution':'5'] = DB('Plan.Rent.input', !CurrencyVersions, !Locations.Rent, 'usd', !Date, 'Total', '3');
or
['Rent.Distribution':'3'] = ['Rent.Distribution':'2'] - ['Rent.Distribution':'1', 'BusinessUnits.Plan.Rent':'1'];
When i started to trace ti-process, i understood, that ti doesn't even try to process those elements.
I have picture describing all above:
http://dl.dropbox.com/u/7650174/ti.png
there 'cost of 1 sq. m.' doesn't processed by TI.
Could anyone please tell me how to get those values?
I'm tryin' to get data from a cube via TI-process.
I'm getting right data and everything fine except dimension elements which have c-level overriding rule like
['Rent.Distribution':'5'] = DB('Plan.Rent.input', !CurrencyVersions, !Locations.Rent, 'usd', !Date, 'Total', '3');
or
['Rent.Distribution':'3'] = ['Rent.Distribution':'2'] - ['Rent.Distribution':'1', 'BusinessUnits.Plan.Rent':'1'];
When i started to trace ti-process, i understood, that ti doesn't even try to process those elements.
I have picture describing all above:
http://dl.dropbox.com/u/7650174/ti.png
there 'cost of 1 sq. m.' doesn't processed by TI.
Could anyone please tell me how to get those values?