Categories
- All Categories
- Oracle Analytics Learning Hub
- 17 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 224 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 84 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
showing column values as "empty values" whenever i didnt select any filter value in obiee 11g dashbo

Hi All,
In below screenshot,whenever i didnt select program short name then it should show all names in 'program' ...but it is showing empty.(mark as highlighted)
anyone please give me inputs.......thanks in advance.
Answers
-
It's hard to answer your question without a crystal ball, but I'll try.
It seems that your prompt initializes some presentation variable which is later used in a report. In the report this variable is used in a form like this: @{variable_name}{'filterValues'}. If nothing is selected the variable remains undefined and a default value appears ('filterValues'). And what you want is to show something instead of this default.
The easiest solution is to change the default value to something more user-friendly. "All programs" for example.
Another solution is to change prompt default selection to all programs.
It's up to you to decide.
0 -
Hi,
Thanks for your inputs.I wanna display all values in program column instaed of blank when i didnt choose any value in the program short name prompt.
0