Create and Customize the index Template
- fields are enclosed by
%
- replace with the propertySet as a table:
%propertySet%
or %propertySet.*%
or %propertySet.*.*%
- replace with the valueProperty (column) from a propertySet as a comma separated list:
propertySet.valueProperty
or propertySet.valueProperty.*
- replace with the Nth valueProperty from a propertySet:
%propertySet.valueProperty.N%
- replace with the Nth row from a propertySet:
%propertySet.*.N%