fast question about MDX
Posted: Wed Dec 01, 2010 3:01 pm
hi,
is it possible to create an MDX passing a variable containing the dimension name instead of a dimension name?
I mean:
SubSetCreateByMDX(vSub,'{TM1FILTERBYLEVEL({TM1SUBSETALL([Variable] )},0)}');
instead of
SubSetCreateByMDX(vSub,'{TM1FILTERBYLEVEL({TM1SUBSETALL([DimensionName] )},0)}');
is it possible to create an MDX passing a variable containing the dimension name instead of a dimension name?
I mean:
SubSetCreateByMDX(vSub,'{TM1FILTERBYLEVEL({TM1SUBSETALL([Variable] )},0)}');
instead of
SubSetCreateByMDX(vSub,'{TM1FILTERBYLEVEL({TM1SUBSETALL([DimensionName] )},0)}');