| Property Reference > Quick Reference for All Properties > Function Property |
C1QueryFrame.Item.Function = value
Notes
Read/Write at run time. Unavailable at design time. Property applies to QueryItem object.
Values
|
Constant Value and Name |
Meaning |
|
0 – c1qAsIs |
No function |
|
1 – c1qSUM |
SUM |
|
2 – c1qCOUNT |
COUNT |
|
3 – c1qAVERAGE |
AVERAGE |
|
4 – c1qMIN |
MIN |
|
5 – c1qMAX |
MAX |
Description
This property is only applicable to result field items. It returns/sets the aggregation function applied to the result field.
See Also
Accessing and Modifying Query Items