BackPrevious Page Next PageNext

Grouping the Data

Data in a table is usually organized into groups based on certain criteria. You can define multi-level groups in your table either when creating it or after the table is generated. In this section, you will be shown how to define groups in an existing table.

To group data of an existing table:

  1. Select the table and do one of the following:
  2. In the Group screen of the Table Wizard, select the field in the Resources box as the group-by field and click Add button or drag and drop it to the group box on the right.

    Table Wizard - Group screen

  3. Set the sorting manner of groups at this group level in the Sort column.
  4. Click the Select N button to specify the Select N condition.
  5. If the table is in a page report created using query resources, you can also specify the following:
  6. To add another group to the table, specify the position of the group by selecting Table or an existing group in the right box, then select the field in the Resources box as the group-by field and click Add button or drag and drop it to the right box. The new group is then added below the selected group level. Define the group settings as described in steps 3 to 5.
  7. Repeat the above steps to add more groups.

    To adjust the order of the groups, select a group and click Move Up button or Move Down button.

    To remove a group, select it in the right box and click Remove button or drag and drop it to the Resources box.

  8. Click Finish to apply the settings.

One or more GH-GF (group header and group footer) row pairs with the selected group-by fields will have been added to the table.

Note: The following SQL type of data cannot be grouped: Db.SQL_BINARY, Db.SQL_BLOB, Db.SQL_CLOB, Db.SQL_LONGVARCHAR, Db.SQL_LONGVARBINARY, Db.SQL_VARBINARY and Db.SQL_OTHER.

The following are some specific topics about grouping:

Specifying Special Function for Group-by Field

Setting the Sort Manner

Specifying the Select N Condition

Filtering the Groups

Grouping Data Dynamically

BackPrevious Page Next PageNext