Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 212 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE Prompt cache issue

Hi All,
I am using two column prompts by using single column 'Column1' at two different pages within the same dashboard with different default value.
but after navigation it preserves the older default value.
please help.
Thanks
Answers
-
Hi,
Did you set the scope of your prompts?
Because what you see is the default behaviour for a prompt with a scope wider than just the page.
0 -
Hi Gianni,
Thanks for replying.
Yeah I have set the scope of prompts to 'Page' only.
Is it fetching the prompt default value from cache?
Thanks
0 -
From cache it will load the values of the prompt (all the values) if something is in cache ...
Do you maybe set a presentation variable or something?
0 -
did u check the cache?
0 -
Hi Gianni,
I used presentation variable for the default values, and it worked.
But the problem came when I selected desired value in the prompt, this time the prompt preserved the selected value... any suggestion?
Thanks
0 -
Same variable for both prompts?
Which version of OBIEE?
There are ways to make it works, I just prefer to avoid suggesting the most random possible solutions
0 -
Is this issue resolved?
0 -
What happens when you hit "Refresh" option in dashboard dropdown menu? Do the values become expected?
If the answer is yes, try the following:
1. Set page2 as hidden to exclude navigation through tabs.
2. Generate URL link to Page2 using dashboard text block and it's 'HTML markup' feature. Something like <a href = "http://localhost:9704 .. .. . .. . . ."> Go to Page2 </a>3.When you type that URL, replace "&Action=Navigate" with "&Action=RefreshAll"
4. Place link somewhere on Page1 and try it
This is the only magic that worked for me when I was integrating my dashboard into frame. Prompt was returning cached values when cache was disabled for physical tables, all the analyses, it was disabled on session variables disable_cache_hit/seed and even in Enterprise Management.
0