C10
I’ve created a report that is using two data sources; one of them is an Excel spread sheet, the other based on Interbase 7.1. I am linking the two needed tables from each source by SSN. I pull totals data from the Interbase source, group by SSN and then use category information from the Excel spreadsheet. Some people in the Excel spreadsheet are listed more than once (as in more than one row) and that means that they are in multiple categories, but since the same social security number is used, I can only pull the one set of data from the Excel spreadsheet.
Does that make sense? If not I will try to explain it better.
How can I get passed this issue so that each Excel row that is counted even if they have the same SSN?
I’ve created a report that is using two data sources; one of them is an Excel spread sheet, the other based on Interbase 7.1. I am linking the two needed tables from each source by SSN. I pull totals data from the Interbase source, group by SSN and then use category information from the Excel spreadsheet. Some people in the Excel spreadsheet are listed more than once (as in more than one row) and that means that they are in multiple categories, but since the same social security number is used, I can only pull the one set of data from the Excel spreadsheet.
Does that make sense? If not I will try to explain it better.
How can I get passed this issue so that each Excel row that is counted even if they have the same SSN?