Skip to main content

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.

tier-listview-functions01.jpg

ListViewColumn - Select the appropriate ListViewColumn.

tier-listview-functions02.jpg

FunctionType - Select the appropriate function.

tier-listview-functions03.jpg

Here is the end result:

tier-listview-functions04.jpg