RealityCheque
Technical User
I'm using Crystal Reports 9 to report on 3 tables, 2 of which are connected to the first via a one-many relationship, ie
Orders <- Detail -> Assignment
When only one of the secondary tables is in the report, everything works fine - but as soon as I add the third table, I get a copy of each order for every single assignment.
The purpose of the report (in case this helps) is to summarise each job for our customers - the order table holds information on all the orders placed both internal and external, and the assignment table holds, well, assignments. What I'm trying to do is total all the external order prices and display the latest assignment - all of which works seperately and only fails when I try to display them both in the same report
Simon
"I do not have to forgive my enemies. I have had them all shot."
- Ramon Maria Narvaez
Orders <- Detail -> Assignment
When only one of the secondary tables is in the report, everything works fine - but as soon as I add the third table, I get a copy of each order for every single assignment.
The purpose of the report (in case this helps) is to summarise each job for our customers - the order table holds information on all the orders placed both internal and external, and the assignment table holds, well, assignments. What I'm trying to do is total all the external order prices and display the latest assignment - all of which works seperately and only fails when I try to display them both in the same report
Simon
"I do not have to forgive my enemies. I have had them all shot."
- Ramon Maria Narvaez