Hello Everyone,
I'm using Crystal Reports 8.5 with an ODBC connection to an Informix Dynamic Server 7.3. Here is my dilema:
My report is referencing 4 records in the same table, 'followup'. There are two fields being referenced
1) Follow Up Type - 1,2,3,4 for 1rst, 2nd, 3rd and 4th quarter.
2) Interview Date - The date the followup was conducted.
For display purposes I've added a group for a unique client id and placed all of the fields in the group footer. I did this so they would all display in one line.
I've then created four formula's, one for each follow up type. Here is an example:
If {follow_up_type} = '1' then {follow_up_intv_dt}
I've placed all four of these in the group footer as well.
My problem is the data will only be displayed if it is the first record in the follow up table. If a client has a first, second, and third qtr completed it will only show data for the first. If a client has not has his first, but has had his second and third, it will only show the second.
I had solved this problem using a subreport for each interview date but using this many subreports has caused me additional problems and is really hard on my limited version of Crystal Enterprise 8.
I hope this isn't too much detail and appreciate any help.
Thanks,
Jack Luster
I'm using Crystal Reports 8.5 with an ODBC connection to an Informix Dynamic Server 7.3. Here is my dilema:
My report is referencing 4 records in the same table, 'followup'. There are two fields being referenced
1) Follow Up Type - 1,2,3,4 for 1rst, 2nd, 3rd and 4th quarter.
2) Interview Date - The date the followup was conducted.
For display purposes I've added a group for a unique client id and placed all of the fields in the group footer. I did this so they would all display in one line.
I've then created four formula's, one for each follow up type. Here is an example:
If {follow_up_type} = '1' then {follow_up_intv_dt}
I've placed all four of these in the group footer as well.
My problem is the data will only be displayed if it is the first record in the follow up table. If a client has a first, second, and third qtr completed it will only show data for the first. If a client has not has his first, but has had his second and third, it will only show the second.
I had solved this problem using a subreport for each interview date but using this many subreports has caused me additional problems and is really hard on my limited version of Crystal Enterprise 8.
I hope this isn't too much detail and appreciate any help.
Thanks,
Jack Luster