SELECTROW

This is a formula that controls the selectability of each row in the subpanel (whether an action command is allowed for the row, as indicated by an underscore character). For each row of data in the subpanel, the value of the specified column is compared against a constant value you supply. If the comparison between the column's value and the constant value is true, then the row is selectable. The value may be a string enclosed in single or double quotes or a decimal integer value.

For TYPE=TREE subpanels, the allowed formats are:
  • SELECTROW=column_name>value
  • SELECTROW=column_name<value
  • SELECTROW=column_name>=value
  • SELECTROW=column_name<=value
  • SELECTROW=column_name=value
  • SELECTROW=column_name<>value
  • SELECTROW=column_name\=value