ioscat wrote:Hello!
Here is link:
http://www.lead2pass.com/downloadable/d ... le_id/777/
Look at the question 7:
Which of the following examples will apply a rule to a subset of the Month dimension?
A. [{'Jan', 'Feb', 'Mar'\}]
B. ["Jan", "Feb", "Mar"]
C. ['Jan', 'Feb', 'Mar']
D. [('Jan', 'Feb', 'Mar')]
Answer: A
how is it possible? Or am I missing smt?
It's always been possible to use a
subset (which is to say, a collection of some or all of the elements that make up a dimension) in Rules using curly braces, as discussed
here. However
named subsets are not supported in rules since it would then be impossible to predict what the outcome would be since anyone with admin access (or the ability to run a metadata-altering TI) could easily change (or worse, delete) the named subset definition and cause the values to change for everyone else.
And I agree with Wim, I believe that the backslash is a typo.