Use of function WITH in MDX
Summary
Use of function WITH in MDXContent
Hi,
I´m working with MDX in a Cube of Essbase, I create a calculated member using function WITH MEMBER.
The question is "Is it possible to put properties like MEMBER_ALIAS, MEMBER_UNIQUE_NAME to this member that create in MDX ?"
I want to see the result of MDX with this properties.
Example of my MDX.
WITH
MEMBER [Scenarios].[ESC_BASE] AS
'([Base],[Oficial])'
MEMBER [ACCOUNT].[ACCOUNTB] AS
'([ACCOUNT_0034],[PCT])'
FORMAT_STRING = 'Percent',
MEMBER_UNIQUE_NAME = 'ACCOUNTB',
SELECT -------------
Thanks for your help.
Best Regards.
Roberto
0