COLUMN_REPORT table

This table stores the relationship between the ENTITY_COLUMN table and the REPORT table. This relationship is required. It determines the reports affected if the system administrator changes ISIM reporting interface schema (deleting attributes available for reporting).

Column Name Description Data type
COLUMN_NAME* Name of the entity used in the report. Primary key. Character (255)
ENTITY_NAME* Name of the column used in the report. Primary key. Character (255)
REPORT_ID* ID of a report. Primary key. Numeric

* Indicates the column is required and not null.

Parent topic: Reports tables