Hi there,
I've created a simple universe extracting data from a SQL database.
The universe consists of a Company table and a Opportunity table. I've linked the 2 tables together so that the cardinality says:
Each Company has zero of more Opportunity.
Each Opportunity has one and only one company
If I create a Webi report that has 2 fields in it (Company Name & Opportunity Description) I get 31 records showing when there are actually 36 on the database.
The problem is that a few of the records have the same Company name and description and the report is not showing them seperately. If I include the opportunity ID field in my report I suddenly get 36 records.
I've looked at the sqlsrv.prm file and made sure the outerjoin parameter says ANSI_92 and the parameter is set to yes but this doesn't make any difference.
Am I missing something obvious?
Many thanks for any help.
I've created a simple universe extracting data from a SQL database.
The universe consists of a Company table and a Opportunity table. I've linked the 2 tables together so that the cardinality says:
Each Company has zero of more Opportunity.
Each Opportunity has one and only one company
If I create a Webi report that has 2 fields in it (Company Name & Opportunity Description) I get 31 records showing when there are actually 36 on the database.
The problem is that a few of the records have the same Company name and description and the report is not showing them seperately. If I include the opportunity ID field in my report I suddenly get 36 records.
I've looked at the sqlsrv.prm file and made sure the outerjoin parameter says ANSI_92 and the parameter is set to yes but this doesn't make any difference.
Am I missing something obvious?
Many thanks for any help.