Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 218 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 81 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
How to use 'substring' MDX function for ESSBASE in BIEE Answer?

User472204-OC
Rank 5 - Community Champion
Hi Experts,
My BIEE version is 11.1.1.7.141014, and the datasource is ESSBASE.
There is one requirement that I have to use the 'Substring' MDX function in BIEE answer, but I do not be good at MDX , when I use this 'Subtring' function , and it will generate the error message.
Please tell me how to wriete the MDX in analytics. Thanks.
PS: The formula is as below:
EVALUATE( 'substring(%1.dimension.currentmember.member_name,%2,%3)' ,"Operation"."Store" ,'1','7' )
0
Answers
-
Why use substring inside the EVALAUTE rather than just using the OBIEE function substring on the result itself?
0