I am using Crystal 10.0 connecting to a view that has already been set up with the tables linked. I am unable to get to the tables to do different linking or use a command. Currently I am using a select statement and I get results that look like this
Patient # Name Diag 1 Diag 2 Diag 3 Diag 4
12345 John Smith 162.3 198.5 196.0
12345 John Smith 162.9
12345 John Smith 162.3 198.5 196.0
12345 John Smith 162.9
I would also have additional patients with various lines of data and repeating diagnosis. What I would like to display is this:
Patient # Name Diag 1 Diag 2 Diag 3 Diag 4
12345 John Smith 162.3 162.9 198.5 196.0
The order of the diagnosis codes do not matter I just don't want then to report in different rows. If anyone has any idea's I would really appreciate it.
Thanks
Patient # Name Diag 1 Diag 2 Diag 3 Diag 4
12345 John Smith 162.3 198.5 196.0
12345 John Smith 162.9
12345 John Smith 162.3 198.5 196.0
12345 John Smith 162.9
I would also have additional patients with various lines of data and repeating diagnosis. What I would like to display is this:
Patient # Name Diag 1 Diag 2 Diag 3 Diag 4
12345 John Smith 162.3 162.9 198.5 196.0
The order of the diagnosis codes do not matter I just don't want then to report in different rows. If anyone has any idea's I would really appreciate it.
Thanks