Run 2 processes with the same parameter

Post Reply
M1ndbender
Posts: 30
Joined: Mon Jul 19, 2021 2:15 pm
OLAP Product: TM1
Version: 2.0.0
Excel Version: 365

Run 2 processes with the same parameter

Post by M1ndbender »

I have 2 processes, the first has a parameter on it to enter a single value, the other has no parameters on it at all.

I want to create a master process that uses ExecuteProcess to run both processes.

When it runs the first process in the list it would prompt them for the parameter, then the second process would run when the first has finished using the same parameter enter for the first process.

Master Process
ExecuteProcess('process1') when it runs it would require the user to enter a parameter
ExecuteProcess('process2') would then run using the same parameter used in process1.

Any help would be appreciated.
Wim Gielis
MVP
Posts: 3223
Joined: Mon Dec 29, 2008 6:26 pm
OLAP Product: TM1, Jedox
Version: PAL 2.1.5
Excel Version: Microsoft 365
Location: Brussels, Belgium
Contact:

Re: Run 2 processes with the same parameter

Post by Wim Gielis »

Hello,

I would look at StringGlobalVariable.
Or simply writing it in a system cube and reading again.o op
Best regards,

Wim Gielis

IBM Champion 2024-2025
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