reportInCategory


Description

Report category associations that link reports to their categories, enabling categorized report navigation and access control based on category permissions.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
AssociationId Unknown 0 null

Primary key - reportInCategory unique identifier for each report-category association

fkCategoryID Unknown 0 null

Category reference - Reference to the report category

pkReportCatID int identity 4 null

Primary key - reportInCategory unique identifier for each record

fkReportID int 4 null
Reports.ReportID FK__reportInCategory__ReportId C

Report reference - Reference to the report

fkCatID int 4 null
Category.catID FK__reportInCategory__catID C

Foreign key reference - Reference to Cat table for data relationships

IsDefault Unknown 0 null

Default flag - Whether this is the default category for this report

Indexes

Constraint Name Type Sort Column(s)
PK_pkReportCatID Primary key Asc pkReportCatID

Relationships