Aggregate property: QueryField class
Description
This property returns or sets the aggregate type for the query field.
This property takes either a constant or numeric value. The values are:
| Numeric Value | Constant Value | Description |
|---|---|---|
|
1 |
%Query_TtlNone |
Query field has no total |
|
2 |
%Query_TtlSum |
Query field is for Sum |
|
3 |
%Query_TtlCount |
Query field is for Count |
|
4 |
%Query_TtlMin |
Query field is for Minimum |
|
5 |
%Query_TtlMax |
Query field is for Maximum |
|
6 |
%Query_TtlAvg |
Query field is for Average |
This property is read/write.