RPT_QC_FEATURES Table
The RPT_QC_FEATURES table contains information about which features will be inclded in a report's query context.
Database Column |
Details |
FEATURE_ID |
Type: Integer. The FEATURE_ID column is a foreign key to the RPT_RL_QUERY_CONTEXT table. |
POSITION |
Type: Integer. Along with the FEATURE_ID, forms a primary key for this table |
FEATURE_NAME |
Type: text. The name of the feature to include in the query context. If all features are to be included a value of 'ALL' will be used. |