OpenI Analysis Page Filter Panel Height

If you’re struggling with too many dimensions in your OpenI Analysis page because you’re unable to drag them to Rows/Columns, then here’s a tweak:

Edit the file:
<pentaho-install-dir>/pentaho-solutions/system/openi/ui/resources/scripts/openi/OpenIAnalysis.js

Modify the line:

//"max-height" : filterCatHeight + "px"

to:

"max-height" : 200 + "px"

This fixed height would force a scroll bar in the JQuery component for ‘Filter’ — and that’s what we want.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.