Crystal Report 10 and SQL server 2000.
I have a report with one group (area). Each of these areas have severl complaints and then there are different dates associated to each complaint. For example file date, investigation request date, hearing date, etc. All these dates are based on formula that I have created.
The problem I am facing is that when a complaint has more than one date associated to it the rows repeat. I would like to get all these dates in one row per case.
Current:
Details section:
complaint # File date Investigation date Hearing date
123 1/1/2005
123 1/2/2005
123 1/3/2005
Desired:
complaint # File date Investigation date Hearing date
123 1/1/2005 1/2/2005 1/3/2005
I have tried adding a group on complaint # but then only one date shows up. Can someone please tell me what I am doing wrong here?
I have a report with one group (area). Each of these areas have severl complaints and then there are different dates associated to each complaint. For example file date, investigation request date, hearing date, etc. All these dates are based on formula that I have created.
The problem I am facing is that when a complaint has more than one date associated to it the rows repeat. I would like to get all these dates in one row per case.
Current:
Details section:
complaint # File date Investigation date Hearing date
123 1/1/2005
123 1/2/2005
123 1/3/2005
Desired:
complaint # File date Investigation date Hearing date
123 1/1/2005 1/2/2005 1/3/2005
I have tried adding a group on complaint # but then only one date shows up. Can someone please tell me what I am doing wrong here?