ListViewFunctions
Overview
Use ListViewFunctions to perform actions on specific fields in a ListView, such as finding the most recent document or counting the number of records in a ListView.
Details
ListViewFunctions allow you to perform the following functions on specific fields in a ListView.
| Function | DataType |
|---|---|
| Average | Integer, Numeric |
| Count | Any |
| Count Non-Null | Any |
| Maximum | Any |
| Minimum | Any (currently does not work as designed) |
| Sum | Integer, Numeric |
To use these functions, simply add a ListViewFunction to your form and set the following properties:
ListView - Select the appropriate ListView you are going to use.

ListViewColumn - Select the appropriate ListViewColumn.

FunctionType - Select the appropriate function.

Here is the end result:

