I am using Crystal reports 8.5 to generate reports on a client contact database. There are 4 tables one each for Companies, Contacts and Notes and a note links table linking the notes ID to the contact ID, fields as follows;
RCLIENTS CONTACTS NOTLINK rNotes
ObjectID ObjectID LinkID NoteIDN
Company CoID NotePos NoteDate
CoType Job Title NoteIDN NoteMemo
County
CONTACTS.CoID = RCLIENTS.ObjectID, NOTLINK.LinkID = CONTACTS.ObjectID and rNotes.NoteIDN = NOTLINK.NoteIDN
I have the Clients linked to the contacts linked to the Notlink linked to the rNotes in a straight line.
I would like to list each company with each contact at that company and a date at which they were last contacted. I would like to select these by CLIENTS.County and grouped by CoType. The report I have selects and groups OK but lists every date they were contacted.
I have tried various methods suggested in the forum but they don't work. The one I like the look of is to edit Report, Edit Selection Criteria, Group and enter an expression - but the expression doesn't work. I can get only the most current contacts (ie. today) to display but any clients not contacted today will not show up.
Perhaps I have my links set up wrong ?
any help appreciated ...
RCLIENTS CONTACTS NOTLINK rNotes
ObjectID ObjectID LinkID NoteIDN
Company CoID NotePos NoteDate
CoType Job Title NoteIDN NoteMemo
County
CONTACTS.CoID = RCLIENTS.ObjectID, NOTLINK.LinkID = CONTACTS.ObjectID and rNotes.NoteIDN = NOTLINK.NoteIDN
I have the Clients linked to the contacts linked to the Notlink linked to the rNotes in a straight line.
I would like to list each company with each contact at that company and a date at which they were last contacted. I would like to select these by CLIENTS.County and grouped by CoType. The report I have selects and groups OK but lists every date they were contacted.
I have tried various methods suggested in the forum but they don't work. The one I like the look of is to edit Report, Edit Selection Criteria, Group and enter an expression - but the expression doesn't work. I can get only the most current contacts (ie. today) to display but any clients not contacted today will not show up.
Perhaps I have my links set up wrong ?
any help appreciated ...