Hi,
I need your assistant and help in adding a new table to the existing crystal report. The current report has 3 tables called "DealsA", "DealsB" and "DealsC". I am linking "DealsA" and "DealsB" with a field deal_no from "DealsA" to deal_no in "DealsB" and the link type is left outer join. Then, I am linking "DealsB" with "DealsC" with deal_no field from "DealsB" to deal_no in "DealC" and the link is left outer join.
Now, I have a requirement to add a table called "Entry" and to link it with "DealsA", so the link will be "DealsA" from the field deal_no with the field entry_id from the "Entry" table and again the link should be left outer join. After doing this I got the error:
Database Connector Error: 'If tables are already linked then the join type cannot change.'
And the report will not work. So can you please assist in solving this. I tried the below query and link in Toad and it is working, however in the Crsytal Reports it is not.