Since Except() returns a set, not a value, it would typically be
processsed with Aggregate() ot Sum(), like:
Quote:
|
with member [Product].[test] as
|
'Aggregate(except([Product].[Category].[All].Children,
{[Product].[Category].[A]})'
To make it available in an Excel Pivot Table, the calculated member can
be defined on the cube server.
- Deepak
Deepak Puri
Microsoft MVP - SQL Server
*** Sent via Developersdex http://www.developersdex.com ***