Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 53 Oracle Analytics and AI Sharing Center
- 20 Oracle Analytics and AI Lounge
- 293 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.4K Oracle Analytics and AI Forums
- 6.5K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 116 Oracle Analytics and AI Trainings
- 21 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
debugging isprompted problems
Are there any tools to see isprompted values or session metadata available in a report using javascript?
I have a number of pages on a dashboards that drill to common data, single key to single key. The drills go a report based on one subject area to another and the common column is in the same folder and has the same name in every subject area. Some of these navigations work fine and other do not pass a value. I'm trying to figure out the best way to debug.
Thanks
obiee 12.2.1.3
Answers
-
You can look at the queries generated in the logs as it will contains both the logical query and the physical one, so there you see exactly what values are used instead of "is prompted".
It isn't in javascript as logs are in log files, but still give you a good idea. I guess there is still a view in the analysis which also shows you the logical query or something like that but can't remember if it's useful, never really used it.
For the "session metadata" not sure what you mean by that. If you are after all the session variables set for a given user session there is a piece of code listing them which is inside Sample Application and you can also find .... can't remember the link. @Christian Berg didn't you post it on GitHub or your blog or somewhere?
0 -
Like this for viewing variables on the page; -
0 -
Show sql view is also useful, as well as catching the values in a presentation variable and displaying in title view.
Prompt area on analysis will interfere with drill in 'is prompted'
0 -
Yes. The gist is here: https://gist.github.com/Nephentur/d539ac2191ad435f67674ff0cb374643
0 -
This helped by figure it out. In one of my subject areas I had a case issue with 1 word in the column name...... :-(
0
