I've got two tables that I need to link. Field Table 1 is AddressNo (String) to Field Table 2 ShipTo (Number).
The only way I was able to do this was to link them via a formula changing the AddressNO from a string to a number using the ToNumber() function and linking AddressNO formula(number) to ShipTo(number) and do it in a subreport. AddressNoFormula to ShipTo
At best this is a work-around and I would prefer to link them in the main report.
Could I have linked them in the Sql Expression?
Copied the Show Sql Query, added the code, and somehow reinserted it into the report?
Is there any easy way to connect differing type fields within Crystal?
Thanks in advance
The only way I was able to do this was to link them via a formula changing the AddressNO from a string to a number using the ToNumber() function and linking AddressNO formula(number) to ShipTo(number) and do it in a subreport. AddressNoFormula to ShipTo
At best this is a work-around and I would prefer to link them in the main report.
Could I have linked them in the Sql Expression?
Copied the Show Sql Query, added the code, and somehow reinserted it into the report?
Is there any easy way to connect differing type fields within Crystal?
Thanks in advance