I have 1 to 3 unique SSNs per record.
I wish to create a single list of all SSNs in sorted order.
Tried to use a subreport, but couldn't get that to work.
Record SSN 1 2 3
1 123 12 1234 223 12 1234 323 12 1234
2 233 12 1234 023 12 1234 000 12 1234
I would like to see a listing of: (I am assuming I did sort it correctly)
000 12 1234
023 12 1234
123 12 1234
223 12 1234
233 12 1234
323 12 1234
I wish to create a single list of all SSNs in sorted order.
Tried to use a subreport, but couldn't get that to work.
Record SSN 1 2 3
1 123 12 1234 223 12 1234 323 12 1234
2 233 12 1234 023 12 1234 000 12 1234
I would like to see a listing of: (I am assuming I did sort it correctly)
000 12 1234
023 12 1234
123 12 1234
223 12 1234
233 12 1234
323 12 1234