Specifying how to display Header and Footer information

You can specify the how to display Header and Footer information for a grouping column of a quick report.

Before you begin

You must open the Create New Quick Report wizard.

About this task

To specify Header and Footer information for the Grouping Columns options:

Procedure

  1. Open the Format page of the Create New Quick Report wizard.
  2. In the tree, expand Grouping Columns, then one of the column names under it, and select Header.
  3. To display a header for every grouping column row, select the Visible check box.
  4. Specify the text that you want to display in the grouping column row header in the Text field.
    The default text is ='column_name: '+@[column] where 'column_name' is the column name of the grouping column and 'column' is the value of the given grouping column row. For example, if your grouping column is named DEPT and it contains department numbers of a given company, this text could generate sequential row headers of DEPT: 10, DEPT: 20, and so on. You can change this text to anything that you want, but it is recommended that you keep this overall structure.
  5. Specify the font of the grouping column row headers in the Font field.
  6. Specify the background color of the grouping column row headers in the Background field.
  7. Specify the height of the header in the Height field.
  8. You can display charts in the Header of a grouping column. To display a chart in the header, select Enable chart check box. In the New chart wizard specify parameters of the chart.
    Note: If you clear the Enable chart check box, the specified chart will not be displayed but it is not removed from the quick report.
  9. You can edit a created chart in the Edit chart properties window. To open the Edit chart properties window, click Chart settings.
  10. To remove a chart, click Delete chart.
  11. The Footer options are identical to the Header options. To open the Footer page, select Footer in the tree.
  12. If you want to display the aggregate totals of the specified detail columns, select the Visible check box and specify the totals line text in the Text field.

    The default text is ='Summary of ' + @[column] where 'column' is the name of a details column which values should be aggregated.

  13. If you have specified all the required parameters for the quick report, click Finish to close the Create New Quick Report wizard and display the quick report on the Design page of the editor where you can manually customize the look of the report.

What to do next

Next: Specifying format options for the Details Columns