List View form
|
|
Complete the Display Fields tab before the Organize tab. All fields are optional. Complete this tab to:
Sorting and filtering that you define on this tab runs on the Pega Platform server, and occurs after sorting and filtering by the database software.
Select Enable Paging to Select to present the list view results in segments — known as pages — each containing a fixed number of rows. Clear to present all rows (up to the Maximum Value count on the Content tab.) Paging is enabled by default.
As a good practice, enable this capability for worklists and for other lists that users need to scan only until they find a row of interest. However, for maximum user productivity, design the selection criteria and sorting in each list view rule to eliminate the need for user paging, or to present as few pages as possible when paging is unavoidable. See PDN article How and when to enable paging of list view displays.
Paging causes the system to retrieve rows to only a segment at a time on request, improving response time and reducing the size of the clipboard.
At run time, users may see the busy indicator while waiting for a paging operation to complete.
These fields appear and must be completed when you check the Enable Paging check box.
Field |
Description |
Page Size |
Enter a positive integer not greater than 200 to control how many rows appear at once as a report page. Values between 10 and 30 are typical; the default is 50 rows. |
Page Mode |
The system divides the responses into numbered pages based on the Page Size value. Select to control the presentation of pages:
For example, if the Page Size value is 10 and the report contains 107 rows, the first page contains rows 1 to 10, and the last (11th) page contains the final 7 rows. |
Page Navigation Alignment |
Choose |
Paging Bar Position |
Select to indicate whether the page control is to appear at the top of the report display, at the bottom, or both. |
Sort Mode |
Rows initially appear in the natural sort order of the class. Users can re-sort the rows of the display by clicking a column header. Select:
|
These fields are not available for reports in which paging is enabled.
These fields determine the contents of the title area. Optionally, enter a caption for each button in the Caption column, or accept the default caption text.
Field |
Description |
Customize View button |
Select to have the Customize View button appear in the title area. This permits report users to make a personal copy of the list view rule. Enter a Caption to appear as a ToolTip. The default ToolTip is This option is not available when the Embedded option (on the Display Fields tab) is selected, or when the Activity Name identified on the Content tab is not |
Customize Criteria link |
Select to have the Customize Summary Criteria link appear in the title area. This permits report users to make a personal copy of the summary view rule, altering the criteria. Enter a Caption to appear as a ToolTip. The default text is This option is not available when the Embedded option (on the Display Fields tab) is selected. |
Export to PDF link |
Select to cause an Export to PDF link to appear in the title area. When clicked, the report output is converted to a Portable Document Format file and downloaded to the user workstation. This conversion uses the Public API method getPDFUtils().generatePDF(byte[] htmlStream). |
Excel button |
Select to have the Export to Excel button appear in the title area. This allows users to export the report contents to Microsoft Excel, and (if configured), to edit data using Excel. Enter a Caption to appear as the button caption. The default text is |
Edit? |
Select to allow users to edit rows of the report data using Microsoft Excel and upload the results as instances into the PegaRULES database. Select this only when:
|
Configure
Edit in Excel |
If you selected the Edit? check box, click this button to define the operations that are supported when editing in Excel. See List View rules — Completing the Edit in Excel window. |
Add to Favorites Button |
Select to have the Add to Favorites button appear in the title area. This allows users to add a shortcut to this report on their dashboard. Enter a Caption to appear as the button caption. The default text is This capability is not available when the Embedded option (on the Display Fields tab) is selected. |
Open button |
Select to allow users to open this summary view rule, allowing them to update it (unless it is locked) or save a copy for personalization. Enter a Caption to appear as the button caption. The default text is |
New button |
Select to include a New button in the title area after drill down. This allows users of the report to add a new instance of the class supporting the drill-down report, using a temporary Rule-Template-Excel rule. Caution: Select this only for data classes that do not affect the integrity of your application. Enter a Caption to appear as a button caption The default text is |
Model name for new window |
Optional. Specify the name of a data transform to be applied when users click the New button. The data transform must have the same Applies To class as this list view. If this field is blank, the system uses the data transform named |
Field |
Description |
Label |
Optional. To include additional text-labeled buttons, complete a row of this array. Enter brief text to appear as the label. |
Onclick function |
Enter the name of a script function (JavaScript or similar) to run when a report user clicks the button defined by this row. |
Tooltip |
Optional. Enter the help text to display when a report user points to the button defined by this row. |
Fragment for custom scripts |
Optional. Identify an HTML fragment rule that contains, or provides access to, the script functions referenced in the array above. |
SubHeader |
Optional. Select an HTML rule that provides the contents of an optional subheader that appears below the header on the report display. |
Link to help topic |
Optional. Enter a relative URL for a help topic that explains the operation of this list view rule. If not blank, a help button appears in the button group. |