Purpose/Function
Choose an alternate field if there is no data in the first field. e.g. report Name/Title, but if no Name or Title is entered, report the Classification field instead.
Argument syntax and parameters
TWO.FIELDS!arg2!arg3
arg2 |
Required |
Internal field name of first field to check.
|
arg3 |
Required |
Internal field name of second field to check, i.e. if there is no data in the first field, use the data from this field instead.
|
arg4 |
Optional |
Flag to indicate whether to apply a display conversion on each field. The default is no conversion.
Set to 1 to apply a conversion. e.g. Convert authority term ids to their term names. |
Parts of argument delimited by an exclamation mark.
Example:
TWO.FIELDS!NAME!CLASSIFICATION!1
Reports on the Name/Title field first, but if no data is entered in the Name/Title field, it will report on the Classification field instead. The Classification display name will appear because the display conversion has been enabled.