Pass Variables processes in CHORE

Post Reply
mnasra
Posts: 136
Joined: Tue Aug 10, 2010 5:40 pm
OLAP Product: Planning Analytics
Version: 2.0
Excel Version: EXCEL 2013

Pass Variables processes in CHORE

Post by mnasra »

Hi experts,

Is there a way to pass a variable value to all the processes in one chore?
I saw one place about the execute process- But I would like to be able to create the chore without having to execute a process from another process.

THanks
Micheline
Thanks
Micheline
User avatar
Michel Zijlema
Site Admin
Posts: 713
Joined: Wed May 14, 2008 5:22 am
OLAP Product: TM1, PALO
Version: both 2.5 and higher
Excel Version: 2003-2007-2010
Location: Netherlands
Contact:

Re: Pass Variables processes in CHORE

Post by Michel Zijlema »

mnasra wrote:Hi experts,

Is there a way to pass a variable value to all the processes in one chore?
I saw one place about the execute process- But I would like to be able to create the chore without having to execute a process from another process.

THanks
Micheline
You could use global variables for this - see f.i. this post.
Or you could setup a variables cube and have the processes in the chore read/write the variable values in this cube.

Michel
mnasra
Posts: 136
Joined: Tue Aug 10, 2010 5:40 pm
OLAP Product: Planning Analytics
Version: 2.0
Excel Version: EXCEL 2013

Re: Pass Variables processes in CHORE

Post by mnasra »

Merci Michel,

Excellent idea (for your second suggestion!)

The first suggestion (coming from Steve Vincent), I had seen, but I did not know how to apply it.
I am having problems with this:


TI-2 prolog;
asciioutput ( '\\tm1data\out.txt' , NumberToString ( zste_tes_var ) );

BUt I will definitly try your second suggestion.

THANKS a lot
Micheline
Thanks
Micheline
Post Reply