I used many time this command and I read the official TM1's web site. But I have a little question about this command. I know this one works like that :
- ExecuteProcess(name of the process)
But I would like to use input variables in this command. Like that :
- ExecuteProcess(args1,args2,...argsn)
Where args is equivalent to the arguments of the target process.
Do you see ?
Thank's a lot for your help
