Hello,
I am looking for a solution to grouping/sorting on values in multiple similar fields.
I have a file that contains information about particular medical services performed (one service per record) and up to four diagnoses that a patient exhibited associated with each service. These diagnoses are in different diagnosis fields in the same record – Diagnosis 1, 2, 3 and 4 (the patient can have anywhere from 1 to 4 diagnoses). I need to take values from all of these diagnoses fields and group/sort on them as if they were one field, and do it across multiple records, to show which services were performed under each diagnosis.
There is only one group/sort. And each diagnosis value is evaluated independently.
Original data:
The client wants to see the range of diagnoses submitted for a patient and the services it was used with. The desired report structure is:
Thanks!
I am looking for a solution to grouping/sorting on values in multiple similar fields.
I have a file that contains information about particular medical services performed (one service per record) and up to four diagnoses that a patient exhibited associated with each service. These diagnoses are in different diagnosis fields in the same record – Diagnosis 1, 2, 3 and 4 (the patient can have anywhere from 1 to 4 diagnoses). I need to take values from all of these diagnoses fields and group/sort on them as if they were one field, and do it across multiple records, to show which services were performed under each diagnosis.
There is only one group/sort. And each diagnosis value is evaluated independently.
Original data:
The client wants to see the range of diagnoses submitted for a patient and the services it was used with. The desired report structure is:
Thanks!