FILTER_EXPRESSIONS
the detail expression of filters
tableFINFILTER
FILTER_EXPRESSIONS — the detail expression of filters. FIN table in the standard Ross ERP 8.0 schema: 10 columns, used by 3 programs. Columns, data types, keys, foreign keys and relationships.
Open FILTER_EXPRESSIONS in the interactive Data Dictionary →Part of Other tables & objects · all tables, views & procedures
Columns
| # | Column | Type | Key | Description |
|---|---|---|---|---|
| 1 | GEM_DBKEY | int | GEMBASE internal surrogate primary key: a system-generated unique row identifier (the database key). Not a business field; every table carries one. | |
| 2 | FILTER_ID | varchar(64) | PK | Field to uniquely identify a filter (key) |
| 3 | FILTER_NAME | varchar(255) | ||
| 4 | ROW_NUMBER | int | PK | Field to uniquely identify a row (key), accepts values 0..n |
| 5 | PROPERTY | varchar(128) | The property name that this filter apply to | |
| 6 | OPERATION | varchar(128) | The operation for this filter expression | |
| 7 | VALUE | text | ||
| 8 | PARENTHESES | smallint | The location of the parenthese in the row. | |
| 9 | LOGICAL_OPERATOR | varchar(20) | The logical operator associated with the row. | |
| 10 | IS_NOT | smallint | Indicate if NOT applied to the defined row of the expression |