Hello All,
I'm using Crystal Reports 8.5 connected to an Informix Dynamic Server 7.3 via native drivers.
I have a report that is grouped by a formula called 'ClientName' which is 'leadingcaps(client.last_nam & "," & client.first_nam). It's grouped by this so it will sort by Client Name.
The report is showing follow ups which there is a possible of four records in the DB per each client (1, 2, 3 & 4). It uses Follow Up Formula's like this: If follow up type = '1' then folup.interview_date to dispaly the dates these follow ups were made. I'm using a MAX of each follow up formula to get these results into the group footer.
Now I've noticed a couple of clients that have no follow up records in the database that are showing random dates for the MAX of these formula's when they should be blank.
Very wierd. Anyway any help is always appreciated.
I'm using Crystal Reports 8.5 connected to an Informix Dynamic Server 7.3 via native drivers.
I have a report that is grouped by a formula called 'ClientName' which is 'leadingcaps(client.last_nam & "," & client.first_nam). It's grouped by this so it will sort by Client Name.
The report is showing follow ups which there is a possible of four records in the DB per each client (1, 2, 3 & 4). It uses Follow Up Formula's like this: If follow up type = '1' then folup.interview_date to dispaly the dates these follow ups were made. I'm using a MAX of each follow up formula to get these results into the group footer.
Now I've noticed a couple of clients that have no follow up records in the database that are showing random dates for the MAX of these formula's when they should be blank.
Very wierd. Anyway any help is always appreciated.