Subset create byMDX-aliases
Posted: Fri Jun 15, 2012 10:43 am
Hello,
i have one question.
Is it possible when i create subset inTI with mdx function... for example:
IF (SubsetExists(dimName, sub1) = 1);
SubsetDestroy(dimName, sub1);
ELSE;
SubsetCreatebyMDX(sub1, '{TM1SORT( {TM1FILTERBYLEVEL( {TM1SUBSETALL( [Product] )}, 0)}, ASC)}');
ENDIF;
To turn on also aliases?
tnx,
regards
i have one question.
Is it possible when i create subset inTI with mdx function... for example:
IF (SubsetExists(dimName, sub1) = 1);
SubsetDestroy(dimName, sub1);
ELSE;
SubsetCreatebyMDX(sub1, '{TM1SORT( {TM1FILTERBYLEVEL( {TM1SUBSETALL( [Product] )}, 0)}, ASC)}');
ENDIF;
To turn on also aliases?
tnx,
regards