ENUMERATE ER function
The ENUMERATE
function returns a new Record list value that consists of enumerated records of the specified list.
Syntax
ENUMERATE (list)
Arguments
list
: Record list
The valid path of a data source of the Record list data type.
Return values
Record list
The resulting list of records.
Usage notes
The list of enumerated records that is returned exposes the following additional elements:
- The record of fields (Value component)
- The current record index (Number component)
Example
In the following illustration, an Enumerated data source is created as an enumerated list of vendor records from the Vendors data source that refers to the VendTable table.
The following illustration shows the Electronic reporting (ER) format. In this format, data bindings are created to generate output in XML format. This output presents individual vendors as enumerated nodes.
The following illustration shows the result when the designed format is run.