Summaries

Top  Previous  Next

Summaries appear at the bottom of aggregate columns. They are used to display information that is relative to the entire column (like averages or totals).

 

<Summaries>

 <Summary>

         <Name>Avg</Name>

         <Calculation>

                 <Expression>

                         <Line>LocationList.Count.Mean</Line>

                 </Expression>

                 <Type>Number</Type>

         </Calculation>

         <DisplaySettings>

                 <Format>

                         <Line/>

                 </Format>

         </DisplaySettings>

 </Summary>

</Summaries>

 

 

XML Tag

Description

Summary

The Summary tag holds information to display a summary.

Name

The name of the summary. Summaries of the same name will be displayed in the same row.

Calculation

The Calculation tag holds the Expression and Type. There is one Calculation tag per AggregateCol.

Expression

The Expression determines the value of the summary.

Type

The type that the expression will result in.

DisplaySettings

Holds information for formatting and displaying this aggregate column.

Format

The expression that defines the final output of the aggregate column. The keyword "This" can be used to refer to the current AggregateCol.