Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Weird behavior from a Dashboard Prompt presentation variable in OBIEE 10g

Received Response
1
Views
1
Comments
EricPSU05
EricPSU05 Rank 2 - Community Beginner

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[&#39VARIABLE_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

  • EricPSU05
    EricPSU05 Rank 2 - Community Beginner

    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.