Contains information about data-limiting filter data
| Column Name | Column Datatype | Column Null Option | Column Comment |
| ftfeid | integer | not null | Filter ID. First part of the primary key. Foreign key to the arg_filtcrit table. |
| ftfcid | smallint | not null | Criteria ID. Second part of the primary key. Foreign key to the arg_filtcrit table. |
| ftid | smallint | not null | Data ID. Third part of the primary key. |
| ftvalue | nvarchar(3800) | with null | Field value |
| creation_user | nvarchar(64) | with null | User or process that created the record. |
| creation_date | integer | with null | Creation date |
| last_update_user | nvarchar(64) | with null | Last update user |
| last_update_date | integer | with null | Last update date |
| version_number | integer | with null | Version number |
| table_name | nvarchar(32) | with null | Table name. First part of foreign key to arg_field_def table. |
| field_name | nvarchar(32) | with null | Field name. Second part of foreign key to arg_field_def table. |
Product Name: Unicenter Asset Portfolio Management
Table Type: Table