Page 1 of 1

TM1 Scripting

Posted: Tue Apr 17, 2018 2:57 pm
by venureddy
How can I modify text in generated section in Turbo Integrator.To write scripts

Re: TM1 Scripting

Posted: Tue Apr 17, 2018 3:00 pm
by David Usherwood
You can't.
If you don't want the code executed, either remove the mappings etc which generated the code, or wrap the code block as follows:

Code: Select all

if(1=0);
# generated code
....
# end generated code
endif;

Re: TM1 Scripting

Posted: Tue Apr 17, 2018 3:08 pm
by venureddy
Then Where Dimension sorting order is done

Re: TM1 Scripting

Posted: Tue Apr 17, 2018 4:45 pm
by Wim Gielis
Add a function in the Prolog. DimensionSortOrder