Let's see if I can explain this clearly. We have CR 8.5 looking at SQL server on NT 4. In the DB we have a table that has all the raw material we have purchased. In another table, we have all the raw material that has been delivered. The two tables are linked via an item number. We can have data in the first table but not a corresponding item in the second table. We cannot have an item in the second table without having a corresponding item in the first table. Got it so far?
I am trying to create a report that will list all items in the first table that are not in the second table (undelivered) and all items in the second table that were delivered before a certain date. Creating two report is easy but they want one report. The problem is when I link the two tables, all undelivered items disappear from the report.
I've looked through the FAQs and forums and I cannot find a clear answer. Do I need to create a subreport, a different JOIN, an SQL query, or something else? We have several reports that have a similar problem. I'm familiar with SQL but not CR. Thanks in advance. James P. Cottingham
I am the Unknown lead by the Unknowing.
I have done so much with so little
for so long that I am now qualified
to do anything with nothing.
I am trying to create a report that will list all items in the first table that are not in the second table (undelivered) and all items in the second table that were delivered before a certain date. Creating two report is easy but they want one report. The problem is when I link the two tables, all undelivered items disappear from the report.
I've looked through the FAQs and forums and I cannot find a clear answer. Do I need to create a subreport, a different JOIN, an SQL query, or something else? We have several reports that have a similar problem. I'm familiar with SQL but not CR. Thanks in advance. James P. Cottingham
I am the Unknown lead by the Unknowing.
I have done so much with so little
for so long that I am now qualified
to do anything with nothing.