Open jspeis opened 7 years ago
Thanks for the suggestion, but I think it'll be confusing to introduce a syntax similar to an MDX literal, but that it's not actually valid MDX.
I'm more inclined to generalize the cut[]
parameter so it accepts any valid MDX expression that returns an entity that can express a cut (i.e.: sets, members and ranges). For expressing an "Except" clause, it can be the following: cut[]=Except([Year].[Year].Members, { [Year].[Year].&[2014] })
What do you think?
That sounds like a great idea
what about something along the lines of
[Year].[Year].~&[2014]
to say any year that's not 2014