Can somebody provide some insight into the following problem?
I am trying to do the equivalent of a left outer join, but of course in native mode the default in Crystal is an equal join.
I want to join two tables and pull all data from the left table but data from the right table where my linked fields match.
Thanks in advance for any help.
I am trying to do the equivalent of a left outer join, but of course in native mode the default in Crystal is an equal join.
I want to join two tables and pull all data from the left table but data from the right table where my linked fields match.
Thanks in advance for any help.