The hidefieldsbetween statement shows all fields except those in between specified numbers.
Parameters
This statement has two parameters:from – show up to this field. This can be a number (from 1 to max number of fields), or a field name.
to – show after this field. This can be a number (from 1 to max number of fields), or a field name. The specified field must be to the right of the field specified by the from parameter.
Description
This statement hides only fields between specified columns, all others are shown. For example, this statement shows only the first ten fields and the last ten fields, all fields in between are hidden.
hidefieldsbetween 10,info("fieldcount")
This example hides fields between the Zip code and Subtotal fields.
hidefieldsbetween "Zip","Subtotal"
See Also
History
Version | Status | Notes |
10.2 | New | New in this version. |