TM1 C++ API issue

TrevorGoss
Community Contributor
Posts: 217
Joined: Thu Aug 15, 2013 9:05 am
OLAP Product: TM1
Version: 10.2.1.1
Excel Version: 14.0.6129.5000

Re: TM1 C++ API issue

Post by TrevorGoss »

BrianL wrote:The API is looking for a TM1V, not a C array. Thus you should be able to do something like

Code: Select all

TM1V empty;
TM1V params = TM1ValArray(pool, empty, 0);
TM1ProcessExecuteEx(pool, process, params );
Excellent, that worked thanks, I run the program and a file from the TI is created.

Cheers.

Trevor.
Post Reply