Hi Gregor,
Sorry for the delayed response.
Actually client wants to see the string data at consolidated level of two dimensions Account and Corp_code, so we created a stage cube to which string data will be loaded It has only one element for Account dim and corp Dimensions ("Accounts","corp_code"). These element are actually the top consolidation for account dim and corp_code dim in the main cube.
Code: Select all
V_asset = Cellgets('Stage_Debt_Forecasting',collateral,INDEX_NAME,'Accounts',Vbsla,QTR,vYear,SCENARIO,v_product_code,INVESTMENT_NUMBER,vDTS,'corp_co
de',VCurrency,vCurrency_type,'Asset Manager');
cellputs(V_asset, 'Debt_Forecasting',collateral,INDEX_NAME,'Accounts',Vbsla,QTR,vYear,SCENARIO,v_product_code,INVESTMENT_NUMBER,vDTS,'corp_co
de',VCurrency,vCurrency_type,'Asset Manager')
When we try to pull the string data from stage cube and put it in consolidated view for Accounts and Corp code via TI, it is taking time.
The data is getting loaded and the process is completing successfully.It is taking approx 2 min to load a single string measure. We did some testing and found that 'cellputs' is taking much time to finish.
I have removed the SQL source and kept the Stage_Cube view as data source for this String load. No rules are there for string measure which we are trying to load .
I think the issue is with loading into consolidated level .Anyone have tried loading data into consolidation before ? Does it take much time or it is another BUG in TM1 9.5.2 ?? !!!!
Regards,
Anoop
I believe cellputs