I am using Crystal X with an ODBC connection.
I am trying to link a CUSTOMER table to a PRICING table on one of two possible fields,
The customer Number or the pricing Level. One or the other will match in the pricing table for each customer.
I have used a left join FROM the Customer TO the Pricing and selecting off the Customer table. No records are returned.
I have successfully written a separate report for either instance but would prefer one report for any customer selection.
Any suggestions would be great!
I am trying to link a CUSTOMER table to a PRICING table on one of two possible fields,
The customer Number or the pricing Level. One or the other will match in the pricing table for each customer.
I have used a left join FROM the Customer TO the Pricing and selecting off the Customer table. No records are returned.
I have successfully written a separate report for either instance but would prefer one report for any customer selection.
Any suggestions would be great!