AggregateDisplay Enumeration |
When aggregates are enabled you can specify the type of aggregation to use on each field by setting its AggregateType. Unless ExplicitFieldsOnly is specified, fields without an explicit AggregateType setting will default to an aggregation based primarily on the field's OleDbType and CellType and whether or not it has a Picklist. Typically the only non-None default is to use Sum for numeric fields.
When aggregates are enabled on a datasheet with grouping applied aggregates, in addition to ovreal aggregates, aggregates will be displayed for each grouping .
Namespace: NetQuarry.Data
Member name | Value | Description | |
---|---|---|---|
Display | 1 | Aggregate data should be displayed by default. | |
DisplaySelectable | 4 | The user can select whether or not to display aggregate data. The default is specified by the Display option. | |
PersistForPageInstance | 16 | If the user selects to show/hide aggregate data, that selection should persist for the life of the page only. | |
PersistForSession | 32 | If the user selects to show/hide aggregate data, that selection should persist for the life of the session only. | |
PersistPermanently | 64 | If the user selects to show/hide aggregate data, that selection should persist across sessions until the user changes it. | |
AllowPageToDisplay | 128 | Allow page to enable aggregates by setting its DisplayAggregates DisplayAttribute. | |
ExplicitFieldsOnly | 256 | Aggregate data should be displayed only for fields with an explicitly set AggregateType. |