Alan, you always had a way with wordsAlan Kirk wrote:If the TM1 server application was running on a real server box with Lotsaram and Loadzagrunt, then you'd be getting decent performance.

Alan, you always had a way with wordsAlan Kirk wrote:If the TM1 server application was running on a real server box with Lotsaram and Loadzagrunt, then you'd be getting decent performance.
You could potentially look at the content of the DIMENSION_NAME}subs folder in the data folder...For the purposes of completeness only... ITYM "There is no way in VBA to get a list of the subsets that a dimension has unless you resort to calling the TM1 API with it"...
Thanks. Where are you getting the release note items from ?I downloaded it myself this morning, so it's definitely there.
Code: Select all
DoingNothingCounter=100000000;
WHILE(DoingNothingCounter>0);
DoingNothingCounter=DoingNothingCounter-1;
END;