wilekoyote76
MIS
I'm trying to figure out how to display the data that I need from 2 tables.
Below is what I have for criteria including the joins. Ref is not showing up on the report.
Table Names:
Contact1
ContHist
Links for Database Tables: (Under Database Expert)
Contact1.LastDate -> Conthist.lastdate
Full Outer Join
Not Enforced
=
Contact1.recid -> Conthist.recid
Full Outer Join
Not Enforced
=
Selection Criteria:
{CONTACT1.LASTUSER}='Brian' and {CONTACT1.LASTDATE}=today
Fields in the Report I'm trying to show:
Contact1.company
Contact1.contact
Contact1.lastdate
Contact1.lasttime
Conthist.ref
With the current information, the Ref field is blank and all other fields are populated.
I need it to populate all the fields...what am I doing wrong? Convert Database Null Values to Default is checked as well.
Below is what I have for criteria including the joins. Ref is not showing up on the report.
Table Names:
Contact1
ContHist
Links for Database Tables: (Under Database Expert)
Contact1.LastDate -> Conthist.lastdate
Full Outer Join
Not Enforced
=
Contact1.recid -> Conthist.recid
Full Outer Join
Not Enforced
=
Selection Criteria:
{CONTACT1.LASTUSER}='Brian' and {CONTACT1.LASTDATE}=today
Fields in the Report I'm trying to show:
Contact1.company
Contact1.contact
Contact1.lastdate
Contact1.lasttime
Conthist.ref
With the current information, the Ref field is blank and all other fields are populated.
I need it to populate all the fields...what am I doing wrong? Convert Database Null Values to Default is checked as well.