Hi all,
I am Using Crystal Developer xi, SQL server 2000
I am trying to show unmatched records from two tables, but the selection criteria is based on both tables.
I have a left outer join from table2(Visits) to table1(Members) linked via the member number fields
the following works!
{MEMBERS.EXPIRY} > currentdate and
{MEMBERS.TYPE} in ["A","b","c"]and
isnull({VISITS.MEMBER})
But when I add the following No records are shown
and
{VISITS.DATE} in Over90Days
I am trying to show members that have not visited us in the last 3 months grouped by month.
Can anybody help with this?
any help would be appreciated.
Tony
I am Using Crystal Developer xi, SQL server 2000
I am trying to show unmatched records from two tables, but the selection criteria is based on both tables.
I have a left outer join from table2(Visits) to table1(Members) linked via the member number fields
the following works!
{MEMBERS.EXPIRY} > currentdate and
{MEMBERS.TYPE} in ["A","b","c"]and
isnull({VISITS.MEMBER})
But when I add the following No records are shown
and
{VISITS.DATE} in Over90Days
I am trying to show members that have not visited us in the last 3 months grouped by month.
Can anybody help with this?
any help would be appreciated.
Tony