Summary View form
|
|
This tab is optional. You can allow the summary view report user to drill down from summary statistics to the supporting detail by clicking a plus sign icon. When a user clicks a plus sign to perform the drill-down operation, PRPC uses information in this tab to query the database, sort the results, and present the details.
Define on this tab the fields in each detail or drill-down row.
Drilldown Options
In contrast to the properties listed on the Content tab, these properties are not limited to those that are exposed as database columns, and may be top-level or embedded properties. SR-3362 However, for best performance, use only top-level properties.
Columns appear in the order listed. Sorting occurs in the order listed.
Field |
Description |
Drilldown To |
Select a view type to display when the user drills down on a row in the report. You can drill down to another report or chart from the selected row.
|
Configure... |
If you selected Complete this window to configure a drill-down from one summary view to another from a row in the summary view, from one interactive chart to another, or from a summary view or interactive chart to a list view (Only interactive charts, not image charts, can be the source or target.). If the summary view rule is within a harness, and the drill-down chart replaces the original summary view chart, then both the original and drill-down chart must be of the same type. If the original chart is not replaced, the drill-down chart can be of a different type. No data set is passed to the target list view or summary view, only parameters:
Click Apply to save your changes. For an example of this feature, see the PDN article How to drill down to a list view from a summary view report. |
Defining a Detailed View
Complete these fields when you select Detailed View
for the Drilldown To value.
Field |
Description |
Enable Sorting? |
Select to allow the user to sort the drill-down display by clicking a column header. |
Fixed Header? |
Select to prevent the header from scrolling if a user scrolls the drill down listing. |
Field |
Optional. Enter a property reference for a value to appear at runtime when users request a drill-down from the summary report. |
Caption |
Optional. Enter text for a caption for the value in the Field field. If your application is to support users in multiple locales, choose a noun or noun phrase for the caption of 64 characters or less and select the Localize? checkbox on the HTML tab. When practical, choose a caption already included in a language pack, to simplify localization. Click to review or create the field value rule supporting localization. The pencil icon appears only after you select the Localize? checkbox on the HTML tab.See About the Localization wizard and Rules Inspector tool — Localizing forms and reports with the Field Value Inspector. |
Sort |
Select |
Control |
Optional. To override the normal HTML display-mode presentation of this property, identify here a control to use when presenting this property in this report. Click to open the control. Click the magnifying glass button to enter parameters for the control. Images and LinksTwo controls are useful here:
parameters to reporting_image and reporting_link include an activity that executes upon click. Typically, this activity executes an HTML rule, displayed in a new window. For an example, see PDN article How to include an image or link as a report column. |
Export Control |
Optional. If this drill-down display can be exported to Excel, select a control to use for the export. Ordinarily, select one of the following, as appropriate to the type of the value:
Click () to open the control. |
Hide |
Select to retrieve this column in the drill-down detail, but to present it in a hidden field in the HTML display. B-19826 |
Get DISTINCT records |
Select to eliminate duplicate records in the view. Proj-862 |
Get Row Key |
Select to have the report display the key field for each row.Proj-862 |
Detailed View — Data Source and Report Source
These fields are optional when you select Detailed View
for the DrillDown To value.
Field |
Description |
Data Source of Drill Down View | |
Optional. Leave this field blank in most cases, to use instances of the Applies To key class of this rule as the source of drill-down information. You can choose a different concrete class that contains the properties to be displayed in the drill-down display, if: KARAF 8/25/05
|
|
Report Source | |
Page Name |
Enter a clipboard page name to contain the report contents. (You can't use |
Content Activity |
Optional. Identify the Activity Name key part of the getContent activity for the drill-down operation, which applies to the Embed-DrilldownParams class. The activity name must be getContent (the default value) or drill-down is disabled. |
Maximum Value |
Optional. Enter a maximum number of instances to retrieve for the report contents. As a best practice during testing, enter 500. If you leave this blank, the system enforces a limit of 9,999. |
Title of Drill Down Display | |
Optional. Enter text for a title for the drill-down display. |
|
Key of a row |
Identify a property that is present in every row of the drill-down display and uniquely identifies the row. Enter pzInsKey (identifying the handle of an instance) in most cases, where Data Source field is blank or identifies an internal class. If the Data Source identifies an external class, enter the property that forms the key of a row. (A custom GetContent activity must copy this property to the pxInsHandle property in each page within the pxResults list.) |