TM1 Scripting

Post Reply
venureddy
Posts: 11
Joined: Fri Apr 13, 2018 5:00 am
OLAP Product: EXel
Version: 10.2
Excel Version: 15

TM1 Scripting

Post by venureddy »

How can I modify text in generated section in Turbo Integrator.To write scripts
David Usherwood
Site Admin
Posts: 1453
Joined: Wed May 28, 2008 9:09 am

Re: TM1 Scripting

Post 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;
venureddy
Posts: 11
Joined: Fri Apr 13, 2018 5:00 am
OLAP Product: EXel
Version: 10.2
Excel Version: 15

Re: TM1 Scripting

Post by venureddy »

Then Where Dimension sorting order is done
Wim Gielis
MVP
Posts: 3105
Joined: Mon Dec 29, 2008 6:26 pm
OLAP Product: TM1, Jedox
Version: PAL 2.0.9.18
Excel Version: Microsoft 365
Location: Brussels, Belgium
Contact:

Re: TM1 Scripting

Post by Wim Gielis »

Add a function in the Prolog. DimensionSortOrder
Best regards,

Wim Gielis

IBM Champion 2024
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
Post Reply