This recent post on the newsgroup addreses it:
http://groups.google.com/groups?q=md...l=en&lr=&ie=UT
F-8&oe=UTF-8&selm=nasfb.157%24Il3.59972%40news.uswest.net&rnu m=2
Quote:
|
From: Tom Chester (publicNOSPAM (AT) tomchester (DOT) net)
|
Subject: Re: supporting not operator in the slicer for mdx
View: Complete Thread (3 articles)
Original Format
Newsgroups: microsoft.public.sqlserver.olap
Date: 2003-10-03 21:40:09 PST
An MDX WHERE clause is a tuple. Since only one member per dimension can
go
in a tuple, the only way to do this is by creating a calc member that is
an
aggregation of the set, like so:
WITH
MEMBER Store.AggStores AS
' Aggregate ({ [Store Name].Members - {[Store 1]} }) '
SELECT
etc...
WHERE (Store.AggStores)
- Deepak
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!