-
Sum of more three members - MDX calculation
Hi,
I'm new in using MDX coding and got stuck to one of the script below. When an query the table it return #value and Im not sure what Im missing.
Please help. thank you
SCOPE ([[Region Hierarchy].[Region 1]);
this=sum({[Cube_Dimension].[Dimension].[Members].&[1],[Cube_Dimension].[Dimension].[Members].&[2],
[Cube_Dimension].[Dimension].[Members].&[6]},[Measures].[Total]);
End scope;
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|