"Publishing" a subset

Post Reply
User avatar
George Regateiro
MVP
Posts: 326
Joined: Fri May 16, 2008 3:35 pm
OLAP Product: TM1
Version: 10.1.1
Excel Version: 2007 SP3
Location: Tampa FL USA

"Publishing" a subset

Post by George Regateiro »

I have not noticed any functions that would do this (even the .net API) so I thought I would get some ideas.

I have developed some MDX statements to build a subset (thanks to everyone that contributed to the MDX Primer), the problem is that they are longer then the CREATEBYMDX statement will allow. My way around that was to create a .NET application that can be called from a TI that will create the .SUB file on the file system. The only issue is that I still have the problem of registering the subset to the server since the pervious version (or lack there of) has already been read into memory. Is there a function that I could call to have TM1 reload this subset definition? I have seen this done for other tm1 object, but I cannot find the function in the API documentation that I have seen that will do this.
Post Reply