Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE Dashboard Prompt - Display all rows of check boxes values without vertical scroll bar

Hi,
A simple thought was to adjust the height of the listbox but didn't find ways in doing so.
Below screenshot to illustrate (Version 11.1.1.7)
Many thanks for the help!
Answers
-
In your question you said listbox but the screenshot shows Check Boxes. It is not possible to change height of either listbox or Check boxes unless you add some custom style. If you have scroll bar showing up that means you have too many values for Check box or listbox. In those cases , choice list is better option in my opinion.
I have found this blog about resizing the box size. I don't know whether it will work or not. I personally did not try. If you try this, let us know the result.
Oracle Business Intelligence (OBIEE): Control the Size of Dashboard Prompt EditBox in 10g
Thank You
ArijitC
0 -
Related to the answer posted above, your issue is that you want to fully display something which is dynamic by nature. Display all of them could be fine if you have 4-5 options, but what if you end up with 150 ? You will have to scroll the whole page just because of the list of options. That's why the prompt comes with internal vertical scroll, so it can occupy only a little part of the screen.
0 -
Hi @Gianni Ceresa,
This is the business requirement to display all the options within the dashboard and the no. of options are fixed (<30).
I tested that the vertical scroll bar would appear once 21 options have been reached. Wonder if any parameter settings / javascript can control this.
0 -
I would more look at a single piece of CSS to be added to that page (to not affect things everywhere).
0 -
Hi @Gianni Ceresa,
This is a dashboard prompt. Can you point me where and the CSS syntax to be applied?
Many thanks!
0 -
you can add the CSS in the same dashboard page as a text element, it will not be visible on screen, as long as it's on the page you are fine.
0