Table: dbo.Global_Report_Profile_N_Report_Profile
This table will have an entry for every report profile which has been overridden for a particular client. If there are not cient-specific overrides for a profile, then that profile will have no entries in this table.
Columns
NameTypeConstraintsDescription
global_report_profile_n_report_profile_KEYint (4)NOT NULLThe primary key for this table.
global_report_profile_KEYint (4)NOT NULLThe key which links us to a Global_Report_Profile table record.
report_profile_KEYint (4)NOT NULLThe key which links us to a Report_Profile table record.
Primary key
NameColumnsDescription
PK_Global_Report_Profile_N_Report_Profileglobal_report_profile_n_report_profile_KEY
Foreign keys
NameColumnsReferenced tableDescription
FK_Global_Report_Profile_N_Report_Profile__Global_Report_Profile__global_report_profile_KEYglobal_report_profile_KEYGlobal_Report_Profile (global_report_profile_KEY)
FK_Global_Report_Profile_N_Report_Profile__Report_Profile__report_profile_KEYreport_profile_KEYReport_Profile (report_profile_KEY)

Schema diagram