Format is <TYPE><OP><FIELD>=<VALUE>

Where:

  • TYPE is any of the following:
    • s for string
    • d for date
    • n for numeric
    • a for amount (for levels)
    • b for base fields treated as string
    • m for base fields treated as numeric
  • OP is any of the following:
    • eq for 'equal' operator
    • ne for 'not equal' operator
    • ge for 'greater or equal' operator (for numeric)
    • le for 'less than or equal' operator (for numeric)
    • gt for 'greater than' operator (for numeric)
    • lt for 'less than' operator (for numeric)
  • FIELD

    the name of the field (refer to CDB::FM )

  • VALUE

    the value to be compared

seqCBTEST=checked
means CBTEST field is equal to 'checked'
seqCBTEST[RID,UID]=checked
means CBTEST field of RID FIELD based on UID FIELD is equal to 'checked'

None at the moment