Question:
How can a calculate a field’s average per page in a Section Report in Elipse E3?
Solution:
To do so, you must create a Datafield at the section report’s PageFooter with the following settings:
SummaryFunc = 1 – rv2Avg
SummaryRunning = 0 – rv2NoSR
SummaryType = 2 – rv2PageTotal
SummaryRunning = 0 – rv2NoSR
SummaryType = 2 – rv2PageTotal
In this Data Field’s DataField property, set up the tag whose average you want to calculate. This property’s settings will be the same as the one in the DataField property of the Data Field in Detail section.