Page 1 of 1

Consolidated Element not found.

Posted: Thu Sep 26, 2013 1:40 pm
by Tm1andTm1
Hi.

I am using "DimensionElementComponentAdd" to add element to consoldated, with the parameters.(No data source is used)
In Epilog :

DimensionElementInsert('Employee ID','',pEmpID,'n');
DimensionElementComponentAdd('IAG Employees',pposition,pEmpID,1);

While running TI is says "Consolidate Element not found", where as the value for consolidated element is present in the dimension.

please any one help me out.

Regards

Re: Consolidated Element not found.

Posted: Thu Sep 26, 2013 1:50 pm
by tomok
You can't make metadata changes in the Epilog tab of a TI process. You can, however, shell out to another TI process that does that in it's Prolog.

Re: Consolidated Element not found.

Posted: Thu Sep 26, 2013 1:58 pm
by Tm1andTm1
Hi Tomok,

Thank you so much for your early reply....

It was my mistake in writing script. It is done.

written script in prolog.