"Publishing" a subset
Posted: Fri Dec 05, 2008 8:49 pm
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.
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.