Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How to use 'substring' MDX function for ESSBASE in BIEE Answer?

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' )
Answers
-
Why use substring inside the EVALAUTE rather than just using the OBIEE function substring on the result itself?
0