Hi All
I have a snowflake schema that has the following tables:
1. FactTransaction
2. DimSecurity
3. DimSecurityGrouping
DimSecurity.id joins directly to FactTransaction.securityid. The DimSecurityGrouping table is used to model security groupings for reporting purposes. Multiple groupings can be defined for the same security. The layout of the table us such GroupName,
Level1Name, Level2Name, SecurityNumber. DimSecurityGrouping.securitynumber join to DimSecurity.securitynumber (natural keys). Not every entry in DimSecurity has a defined grouping.
In BIDS I have setup a referenced relationship between DimSecurityGrouping and DimSecurity. When I process the cube I get errors saying "the attribute key cannot be found..." for records in DimSecurity without matching records in DimSecurityGrouping.
How can I ignore just these errors for just this scenario and not all errors on the cube when processing, or is there a better alternative?
Cheers
View Complete Post