Skip to content

Total Record Count

Purpose

Returns the total number of records in the data set. This can be used effectively to dynamically set the next page after an option for a section.

Example

// Just return the record count
return {&Total Record Count}
// Return true when the current record is not the last in the result set
return {&Record Number} < {&Total Record Count}