Specifying parameter values

To specify parameter values to a dashboard:

Click on the side bar to display the Enter Parameter Values dialog which lists all the parameters used in the current dashboard. The way to specify a parameter value varies with the type and properties of the parameter. Here are several ways you can use to specify parameter values:

To specify parameter values to a library component:

You can access the configuration panel of a library component to specify its parameter values. To do this, on the title bar of the library component, click and select Edit Setting from the drop-down list to display the configuration panel, then specify the values in the panel and click OK to apply the values to the library component. The Cancel button is used to close the configuration panel.

The Show Parameters Before Running option in the panel is used to control whether to show the configuration panel before rendering the library component each time the dashboard is run or refreshed. For example, if a library component uses parameters, and you would like to specify parameter values before loading the component rather than first loading the component and then changing the parameter values so as to run the component the second time to get the desired result, you can check this option to have the panel displayed before rendering by default.

Note: You are recommended not to use blank as the thousands separator in Number-typed parameter values under French locale, otherwise your input will not be correctly recognized because of a JVM bug. For details, see http://bugs.sun.com/view_bug.do;jsessionid=c8cdaf911b20fffffffffd9fc6340b30d670?bug_id=4510618.

This document also introduces some useful techniques for setting parameter values.

Saving parameter values for reuse

When specifying parameter values for dashboards, you may want to save the specified parameter values for reuse next time. JReport provides two ways of saving. One is users decide when and which parameter values to save, the other is JReport saves each applied or submitted parameter values automatically. When the saved number in either way reaches the maximum, the oldest record will be removed. The number is calculated on a user-dashboard basis. Take a dashboard with two parameters for an example, supposing the maximum number is set to 3. Each user can save at most three groups of parameter values for the dashboard. Each group contains the values of the two parameters.

To switch on the function of saving parameter values, go to the Profile > Customize Server Preferences > Advanced tab, select Yes to the option Enable Saving Parameter Values, select a way to do the saving: Manually or Automatically, and then specify a maximum number to limit the saved value groups which is called the auto complete parameters list for each user-dashboard pair.

Manually saving parameter values

When you have chosen to manually save parameter values, the Use Saved Values button will be available in the Enter Parameter Values dialog. After clicking the button, a drop-down list that contains the lists of previously saved parameter values will be displayed for you to choose one to apply.

The button next to a drop-down list is used to delete the saved list from the list library.

You can also save the current parameter values as a whole marked as a list for reuse next time, by typing a name for the list in the text box which shows "Save current values into list" and then clicking . The parameter value lists saved for a dashboard are limited. The maximum number is controlled by the option Maximum Number of Auto Complete Parameters List in the Profile > Customize Server Preferences > Advanced tab. By default it is 3. When the number of the saved parameter value lists reaches the maximum number, if you want to save another parameter value list, it will overwrite the oldest one.

Using automatically saved parameter values

When you have chosen to automatically save parameter values, each time a user submits a group of parameter values to a dashboard, the group is saved by JReport automatically. The next time the same user runs the dashboard, the auto saved parameter values will be available in the parameters' value lists for selection in the Enter Parameter Values dialog.

Customizing default parameter values

When specifying parameter values for a dashboard, if you would like the current specified parameter values to be the default selected values in the Enter Parameter Values dialog next time when you run the dashboard, select the Save as default option in the dialog (to make this option available, you need to make sure the Enable Setting Default Parameter Values For Dashboard is selected in the Profile > Customize Server Preferences > Advanced tab).

The save as default option is a user-dashboard level setting, that is to say, it takes effect when both the same user and dashboard are matched. This also applies to admin users, and therefore admin cannot customize the setting for all users.

Sharing parameters between library components

A dashboard can have multiple library components and all these components are independent from each other. When several components contain parameters which have the same name and come from the same catalog and at the same time contain exactly the same values, by default these parameters are regarded as separate parameters each connected to its own component. To submit a value to all these components you need to submit the value to each of the parameters. However by sharing the parameters you only need to provide a value for one of them as a representative of all the parameters. You need then only submit values to this parameter and all the components will use the specified values.

What parameters can be shared

JDashboard supports sharing two types of parameters coming from different library components in the same dashboard:

The rule for merging the values of the shared parameters

Within a sharing group, if all the shared parameters allows for type-in values, the merged value result is the union of the values of all the parameters. The merged value names are distinct. However if any of the shared parameters does not allow type-in values, the merged value result is the intersection of all the values.

Unexpected results after sharing parameters

Sometimes there may be unexpected parameter sharing that does no harm to the report system and report data, but the dashboard result may be unexpected.

After sharing parameters, their values will be merged. The merged values result may be bigger or smaller than the value lists of some of the shared parameters, which might lead to some values cannot be supported by some components or some values can never be available to some components.

For example in the case of @Province and @State, if the parameters are shared then the list of values will be all states and provinces. However, one library component may use a query that limits the data to US only, thus if the user selects a Canadian province from the list the component will have no data.

How to share parameters

  1. Click the Options button on the side bar and then select Share Parameter from the option list. The Share Parameters Setting dialog is displayed. See the dialog.
  2. In the Share Parameters Setting dialog, select the parameters you would like to share by holding the Ctrl key. If the selected parameters support being shared, the Share button will be enabled. Click the button. The parameters will be added into one sharing group.

    To add another parameter into a sharing group, select any parameter in the group while holding Ctrl and then select the parameter, then click Share.

    To remove parameters from a sharing group, select the parameters and then click Cancel Share which appears in the place of the Share button.

  3. Click OK to finish.