Usage Example

<< Click to Display Table of Contents >>

 

Usage Example

The next example demonstrates how to display a daily average of a Query field on a Section Report. To do so, follow these procedures:

1.Insert a new GroupHeader/Footer on the Section Report.

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

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

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

5.Configure the following properties of the GroupHeader's SetPoint:

SummaryFunc: 1 - ddSFAvg

SummaryGroup: GroupHeader1

SummaryRunning: 1 - ddSRGroup

SummaryType: 3 - ddSMSubTotal

Was this page useful?