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 | |||
Name | Type | Constraints | Description |
global_report_profile_n_report_profile_KEY | int (4) | NOT NULL | The primary key for this table. |
global_report_profile_KEY | int (4) | NOT NULL | The key which links us to a Global_Report_Profile table record. |
report_profile_KEY | int (4) | NOT NULL | The key which links us to a Report_Profile table record. |
Primary key | |||
Name | Columns | Description | |
PK_Global_Report_Profile_N_Report_Profile | global_report_profile_n_report_profile_KEY |