I have used the following rules in the cube
Code: Select all
Feedstrings;
Skipcheck;
['Origination Year' ] = S:SUBST(DB('Debt_Forecasting', !Collateral, !Index, !Ess_Accounts, !Ess_BSLA, !Ess_Timeperiods, !Ess_Years, !Ess_Scenario, !Ess_Product, !Ess_Entities, !Ess_DTS, !Ess_CorpCode, !Ess_Currencies, !Currency Type, 'Origination Date'),
7,10);
Feeders;
['Origination Date'] => ['Origination Year' ];
The Debt_Forecasting cube is a big sparse cube .
I tried to save it with out feedstrings and it was saved, but suppress zero will dissapear the Origination Year as it is string.
When I tried to implement the feedstrings on a small cube with few elements it was working fine.
I was not able to identify the issue . Am I over feeding here ? Or the system is crashing due to large number of dimension elements ? I have not loaded any data into the cube. Just for testing purpoes we have entered a date value into the ['Origination Date'] measure .
We are on TM1 9.5.2 HotFix 5 .
Any suggestions are much appreciated .
Thanks,
Anoop