Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 209 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
Generating Level 0 members dynamically in an OBIEE 12c report

We want to know if it is possible to pull the level 0 members in a report ?
We have found this blog: Oraculam: OBIEE: Generate Level 0 members dynamically for an Essbase upper level member .
We tried to use the Solution 1 but we aren't able to get the syntax to work.(EVALUATE('Descendants([@{PV_Entity}], Levels([Entity],0))/*%1*/' ,"Entity"."Gen1,Entity")
Once we have used this syntax in a column and click 'OK'. After navigating to the Results tab we see this error: : 96002. [nQSError: 96002] Essbase Error: Syntax error in input MDX query on line 3 at token '[' (HY000) ).
Answers
-
First good to see someone actually reading a blog that I thought no one reads.
You need to add a default member for this to work in analysis. Otherwise the analysis will work in dashboard when you submit with a presentation variable. PV_Entity is the presentation variable here.
To work in analysis Do this..
(EVALUATE('Descendants([@{PV_Entity}{ADD a default member here}], Levels([Entity],0))/*%1*/' ,"Entity"."Gen1,Entity")
Thanks
Arijit
0 -
I appreciate that, blogs provide valuable information. Thank you for your reply ArijitC! I will try to add your solution and see if this works.
0 -
I used you solution and now I am receiving an error saying:
[nQSError: 12010] Communication error connecting to remote end point: address
Any ideas?
0 -
I have seen this error ( not related to Evaluate) when presentation services are down.
I would check following things...
1. if everything is up and running.
2. If the user that you connecting with have access to essbase to run that query.
3. I'm sure you already have required setting for Evaluate. Just double check if anything is pending.
4. check oracle KB. With the error you got, I found many documents that may apply to your case. specially check documents like Doc ID 2262746.1
Thanks
Arijit
0