Hello everyone,
How do I execute a Bedrock TI through an action button ? In other words, how do we see the list of TI starting with a '}' in the Action Button Properties in TM1 Perspectives ?
Thanks and have a good day !
Execute Bedrock TI in Perspectives
-
- MVP
- Posts: 3234
- Joined: Mon Dec 29, 2008 6:26 pm
- OLAP Product: TM1, Jedox
- Version: PAL 2.1.5
- Excel Version: Microsoft 365
- Location: Brussels, Belgium
- Contact:
Re: Execute Bedrock TI in Perspectives
Hi
AFAIK, you need to grab the filename and parameter values from a worksheet cell. See below.
AFAIK, you need to grab the filename and parameter values from a worksheet cell. See below.
Best regards,
Wim Gielis
IBM Champion 2024-2025
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
Wim Gielis
IBM Champion 2024-2025
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
-
- Community Contributor
- Posts: 312
- Joined: Mon May 12, 2008 8:11 am
- OLAP Product: TM1
- Version: TM1 11 and up
- Excel Version: Too many to count
Re: Execute Bedrock TI in Perspectives
Or you could write a TI with the same parameters as the Bedrock process you want to run, with an ExecuteProcess to the Bedrock TI.
Paul
-
- Regular Participant
- Posts: 156
- Joined: Tue May 21, 2019 3:33 pm
- OLAP Product: TM1
- Version: PA 2.0.x
- Excel Version: 2016
- Location: The Internet
Re: Execute Bedrock TI in Perspectives
Thanks Wim & Paul !
That's what I thought in the beggining but it's tricky for multi-parameter process. I think i'll just clone the process without the '}'
That's what I thought in the beggining but it's tricky for multi-parameter process. I think i'll just clone the process without the '}'