ExecuteProcess, how it works ?

Post Reply
beber005
Posts: 57
Joined: Mon Mar 03, 2014 2:18 pm
OLAP Product: Cognos
Version: 9.5.1
Excel Version: 2010

ExecuteProcess, how it works ?

Post by beber005 »

Hi everyone,

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 :)
declanr
MVP
Posts: 1828
Joined: Mon Dec 05, 2011 11:51 am
OLAP Product: Cognos TM1
Version: PA2.0 and most of the old ones
Excel Version: All of em
Location: Manchester, United Kingdom
Contact:

Re: ExecuteProcess, how it works ?

Post by declanr »

I'm pretty sure it's covered in the documentation but the general approach is:

ExecuteProcess ( <Process Name>, <Parameter Name 1>, <Parameter Value 1>, <Parameter Name 2>, <Parameter Value 2>... );
Declan Rodger
beber005
Posts: 57
Joined: Mon Mar 03, 2014 2:18 pm
OLAP Product: Cognos
Version: 9.5.1
Excel Version: 2010

Re: ExecuteProcess, how it works ?

Post by beber005 »

Oh **[Expletive Removed]** I'm very sorry you're right I was too obsessed with the idea that I had this command. Thank's =$
Post Reply