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
- 77 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Weird behavior from a Dashboard Prompt presentation variable in OBIEE 10g

In my production environment I created a dashboard prompt and selected the option to set a presentation variable like shown in this article:
http://gerardnico.com/wiki/dat/obiee/presentation_variable_initialization#how_to_set_it_up
When I fill in the prompt and click "Go", the value in the prompt is replaced with: dashboard.variables['VARIABLE_NAME']
It is very similar to the following discussion:
Prompt Problem after upgrading to 10.1.3.4.2
I am on OBIEE 10.1.3.4.2. It works in my development environment under the same version of OBIEE without issue. I have tried uninstalling and re-installing. The Firebug plugin in Firefox shows a POST that is created. The POST and resulting response is the same in the environment that works as the one that doesn't. The only difference I can find is my development environment is using JDK 1.6..0_43 and the production environment is JDK 1.6.0_101. I can't figure it out. Any ideas?
Answers
-
I figured it out. I had some custom CSS that was causing an issue. I reverted back to the old CSS and it works fine.
0