Number 2 only seems to make sense in the context of cell data security,
rather than for dimension security. It should be straightforward to
define appropriate cell security MDX, like:
'[Region].[Region].CurrentMember is [West] OR [Product Channel].[Product
Channel].CurrentMember is [Paper]'
http://msdn2.microsoft.com/en-us/library/ms174590.aspx
Quote:
|
Using MDX Expressions to Set Cell Data Permissions
|
The Multidimensional Expressions (MDX) expression that sets permissions
to cell data can either specify which cells can be accessed or which
cells cannot be accessed. By allowing access to cells for specific
members in some dimensions and denying access to cells for specific
members in other dimensions, cell security provides great flexibility.
In fact, you can create an MDX expression that allows or denies access
to any possible combination of cells.
...
- Deepak
Deepak Puri
Microsoft MVP - SQL Server
*** Sent via Developersdex http://www.developersdex.com ***