Usage Example

<< Click to Display Table of Contents >>

 

Usage Example

The following example shows the daily average of a query field in the Report. To do so, follow these procedures:

1.Insert a new GroupHeader/Footer in the Report.

2.Configure the GroupHeader's DataField property to "=Day(E3TimeStamp)". This specifies that the average calculation is performed on a daily basis.

3.Insert a SetPoint in the GroupHeader with the DataField property equal to "=Day(E3TimeStamp)".

4.Insert a SetPoint in the GroupFooter with the DataField property equal to the field name where the average is calculated.

5.Configure the following GroupHeader's SetPoint properties:

SummaryFunc: 1 - ddSFAvg

SummaryGroup: GroupHeader1

SummaryRunning: 1 - ddSRGroup

SummaryType: 3 - ddSMSubTotal

Was this page useful?