quantity of filters |
Number of entries in the Filter dialog box for the transaction record. For insert transactions, this is always zero (because filters do not operate in insert mode). For update and delete transactions, this is the number of filter items entered in order to specify the exact set of database entries on which the transaction is to operate.
Note: A single update or delete transaction can operate on any number of database entries. For example, to modify one field on all equipment records assigned to a specific department, you need only one transaction and one filter entry for the desired department ID. To update or delete only one database entry, be sure to specify a filter entry (such as an ID) that uniquely refers to that entry.