SQL Joins, one to many issue
-
- Posts: 23
- Joined: Tue Oct 10, 2017 12:44 pm
SQL Joins, one to many issue
1) Converted fromn dbf to sql and now have one report that generates multiple records. I have a master stock file and a seocndary supplier file showing all suppliers tht can be used for purchasing each stock items. Some stock items have multiple suppliers and some do not have any suppliers.____In rrw the report generated one record for each stock item. Now, in rsw, I get additional records if there are multiple entires in the supplier file (one to many relationship). How do I avoid the extra records?____2) Could you give me an example of the solution you gave jgould on Multiple outer (left) joins. I have the same problem. It used Rapid Runner. Do I even have it? Using infinity 12.0 now.__
=> RE: SQL Joins, one to many issue
If you group by stock number and put the stock information on a stock group header or footer band line, the information will appear only once per stock number in the report.____Kathleen__R&R Support