[TIP 111] - Display Parameter Bar

Here’s a tidbit that came from a question in our User Forums. By default, when you run a report or scorecard, the parameter bar is hidden. To make the parameter bar show up, you have to click the Change Filters button on the toolbar, which can be annoying if your users need to change parameters every time.

Here is a handy script that will automatically show the parameters for your report once you open it:

this.getService(“ViewService”).parameterbar.show();

Just add it to the ready interaction of your report/scorecard