In this section: |
In Release 8.2 Version 01, WebFOCUS App Studio has a new Filter Panel option in the Requests & Data Sources tab, which lets you pick the Reporting Object and then streamlines the workflow for creating a filter panel to be used in a portal. This includes setting up a responsive layout with a single row of filter controls. It also sets the Load in iFrame Object property on the file to No, so that the portal creates an HTML DIV for the filter panel instead of an iFrame. This is important so that custom jQuery controls on the filter panel, such as the multi-select drop-down list and the calendar control, will be able to overlap the filter panel boundary.
An example of a filtered dashboard page, displayed on multiple devices, is shown in the following image.
To build a filtered dashboard page, you need to perform the following steps.
How to: |
In this step, you create a Reporting Object and populate it with the Where statements that you will use for building a filter panel.
The Create a filtering condition dialog box opens.
Follow the steps below to create these.
Store,Business,Region Equal to Optional Static Parameter
The following image shows the completed WHERE statements.
How to: |
In this step, you use your newly created Reporting Object to generate analytical content. This procedure provides a fast and easy way to ensure the uniformity of the parameters used across the content.
InfoAssist opens. The Master File that you used to build your reporting object is automatically selected.
Note: Repeat these steps to create more content.
How to: |
In this step, you create an HTML document with the filter controls that can be used to filter content on a page.
The HTML/Document Wizard opens.
The Templates, Settings, and Themes screen appears.
The Open File dialog box opens.
The New Parameters dialog box opens, as shown in the following image.
The filter controls appear in the HTML canvas.
An example of completed filter controls is shown in the following image.
The Target type automatically changes to Refresh BI Portal and the Current page only radio button is automatically selected.
How to: |
In this step, you build a responsive portal page and add your new filter panel to create a filtered dashboard.
The completed filtered dashboard page at run time is shown in the following image.