Hi
Any help would be very appreciated! This is such a simple thing to do in SQL, but not MDX. I have tried the Exclude function, Exists, and Filter functions with no luck. I am still getting #VALUE returned when I process the cube.
This is my statement (the second part is failing)
iif([Account].[Account Type].CurrentMember IS [Account].[Account Type].&[Balance]
,([Posting Type].[Code].&[Normal],[Measures].[Ledger Balance End of Day])
, {([Posting Type].[Code].&[Normal],[Measures].[Ledger Balance End of Day]),([Posting Type].[Code].&[Closing],[Measures].[Ledger Balance End of Day])}
)
Better yet, instead of just having the Normal and Closing members, I would just prefer to exclude the Closing member. NOT [Posting Type].[Code].&[Closing] doesnt work neither does -[Posting Type].[Code].&[Closing]
HELP!
thanks