I don't remember exactly how to use it, but I think You have to cosider the
expression
GENERATE. For example
GENERATE({[Time].[1997],[Time].[1998]},{[Time].[Q1]}
gives you only the values for quarter 1 ov year 1997 and 1998.
The syntax is this or somthing like that... I don't remember how to put it
in a MDX expression...
Try to serach for it in the internet
Andrea
"kkk" <kawa (AT) panda (DOT) bg.univ.gda.pl> ha scritto nel messaggio
news:ORdXICEVEHA.808 (AT) tk2msftngp13 (DOT) phx.gbl...
Quote:
Is it possible to construct MDX Filter which is equivalent to SQL:
WHERE MyColumn IN (Value1, Value2, Value3,...)
regards,
Kamil |