Hello,
I've got a table named 'FollowUp' In it is a unique customer ID called 'AppNum'. There are six types of followup records with a field called 'FollowUpType' to identify each one. There is also a field called 'InterviewDate' that shows the date the client met with a case manager.
I've written four formula's stating:
1) If {followuptype} = '3' then {interviewdate}
2) If {followuptype} = '4' then {interviewdate}
3) If {followuptype} = '5' then {interviewdate}
4) If {followuptype} = '6' then {interviewdate}
My goal is to have one row on the report per client that I can stick these formulas in so we can see four dates (types 3 - 6) in one line instead of a new row for each.
I tried the solution of grouping by 'AppNum' (it's the unique ID) and placing all these formula's in the group header and then supressing the details. It's not working. It only displays the date if that is the first followup record.
I'm stumped. Any help would be very much appreciated.
Thanks,
Jack
I've got a table named 'FollowUp' In it is a unique customer ID called 'AppNum'. There are six types of followup records with a field called 'FollowUpType' to identify each one. There is also a field called 'InterviewDate' that shows the date the client met with a case manager.
I've written four formula's stating:
1) If {followuptype} = '3' then {interviewdate}
2) If {followuptype} = '4' then {interviewdate}
3) If {followuptype} = '5' then {interviewdate}
4) If {followuptype} = '6' then {interviewdate}
My goal is to have one row on the report per client that I can stick these formulas in so we can see four dates (types 3 - 6) in one line instead of a new row for each.
I tried the solution of grouping by 'AppNum' (it's the unique ID) and placing all these formula's in the group header and then supressing the details. It's not working. It only displays the date if that is the first followup record.
I'm stumped. Any help would be very much appreciated.
Thanks,
Jack