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
Pass Variables processes in CHORE
-
- 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
Thanks
Micheline
Micheline
- 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
You could use global variables for this - see f.i. this post.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
Or you could setup a variables cube and have the processes in the chore read/write the variable values in this cube.
Michel
-
- 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
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
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
Micheline