TI Process to call other TI process

Post Reply
gnrlp
Posts: 3
Joined: Thu Dec 12, 2013 7:01 pm
OLAP Product: cognos
Version: 10.2
Excel Version: 2010

TI Process to call other TI process

Post by gnrlp »

Hi everyone.
Is there a way I can create a TI process that call other process?
Example:
Process 1
Process 2
Process 3

And "Final Process" (will call at same time the 3 process above)

I can't use a Chore for this, because I want to use it in Cognos Insight, and there we can't call a Chore, we can execute only TI Process, and I don't want to put 3 buttons to call those 3 process.

Thx in advance.
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: TI Process to call other TI process

Post by Michel Zijlema »

gnrlp wrote:Hi everyone.
Is there a way I can create a TI process that call other process?
Example:
Process 1
Process 2
Process 3

And "Final Process" (will call at same time the 3 process above)

I can't use a Chore for this, because I want to use it in Cognos Insight, and there we can't call a Chore, we can execute only TI Process, and I don't want to put 3 buttons to call those 3 process.

Thx in advance.
Have a look at the ExecuteProcess function.

Michel
ardi
Community Contributor
Posts: 165
Joined: Tue Apr 02, 2013 1:41 pm
OLAP Product: tm1, cognos bi
Version: from TM1 9.4 to PA 2.0.9.6
Excel Version: 2010
Location: Toronto, ON

Re: TI Process to call other TI process

Post by ardi »

If you cannot use chores, and you want to run them in parallel, then the other option is to execute them via TM1RunTI utility.
Ardian Alikaj
gnrlp
Posts: 3
Joined: Thu Dec 12, 2013 7:01 pm
OLAP Product: cognos
Version: 10.2
Excel Version: 2010

Re: TI Process to call other TI process

Post by gnrlp »

Thanks Michel Zijlema and Ardi.

As I will have to call it through Cognos Insight, I believe the ExecuteProcess function will solve my problem.
:D
Post Reply