Specifying the Select N condition
Sometimes, you may want to show data of certain range in a group or some groups in a table. To achieve this, you can use the Select N feature. By specifying a Select N condition, you can decide how many records or groups will be displayed in the table. You can also use an Integer-typed parameter to control the value of Select N.
- To display the top or bottom N records in a table:
- Right-click the table and select Table Wizard from the shortcut menu.
- In the Group screen of the Table Wizard, select the Table node in the group by box, and then click the Select N button.
- In the Select N dialog, you will see that The whole object is displayed in the In text field. Select an item from the Select N drop-down list.
By default, All is selected, which means that all records will be displayed.
If you select Top or Bottom, then you can further specify a number in the combo box below. You can also use an Integer-typed parameter to define the Top/Bottom N condition dynamically. Supposing the number or the value you will specify for the parameter is N, when you view the result, you will find that only the first or last N records in the whole table or in each group (if any group has been defined) are retrieved.
- Click OK to go back to the Table Wizard.
- When done, click Finish to apply the settings.
- To display the top or bottom N groups in certain group level of a table:
- Right-click the table and select Table Wizard from the shortcut menu.
- In the Group screen of the Table Wizard, select the group by field in the group by box, and then click the Select N button.
- In the Select N dialog, you will see that the field you have just selected is displayed in the In text field. From the Select N drop-down list, select Top or Bottom, and then further specify a number or an Integer-typed parameter. If the number or the parameter value is N, then the first or last N groups in that group level will be displayed.
- To display all the other groups that do not match the Select N condition (which are by default hidden) in an additional group, check the Other box and type a name for the additional group.
- Click OK to go back to the Table Wizard.
- Upon finishing, click Finish to apply the settings.
See also Select N dialog for detailed information about options in the dialog.
Notes:
- The Select N conditions for the whole object and each group are not mutually exclusive, so you can set them individually.
- If you use an Integer-typed parameter to define the Top/Bottom N condition dynamically at runtime, you should make sure that the parameter has at least one default value that is larger than 0, otherwise you will get exceptions when viewing the report.
Example of applying Select N conditions
The following example shows how to set the Select N conditions, both for the whole table and the groups in the table in detail.
- Create a table based on the query EmployeeInformation in the catalog file SampleReports.cat as follows: add the fields Name, Hire Date, Employee Position and Notes to be displayed in the table, set the field Assigned Region as the group by field and Descend as the sort order, and apply the default style to the table.
- Right-click the table and select Table Wizard from the shortcut menu.
- In the Group screen of the Table Wizard, select the Table node in the group by box, and then click the Select N button.
- In the Select N dialog, select Top from the Select N drop-down list and enter 2 in the combo box.
- Click OK to go back to the Table Wizard.
- Select the group by field Assigned Region in the group by box and click the Select N button again.
- In the Select N dialog, select Top, enter 2, check the Other box and enter Others in the text field.
- Click OK to close the Select N dialog, then click Finish in the Table Wizard to accept all settings.
- View the table again.
You can find that the first 2 records in each group (the group Latin America has only one record) have been retrieved, and then the first 2 groups (North America, and Latin America) are displayed, with the records in the rest group combined into an additional Others group.