Hi all
Please bear with me for this one as it awjkward for me to explain the problem.
I'm using Crystal 9.0 and a connection to a sql database.
The report i am trying to produce is to show open calls on our help desk system. The report i have outputs all the correct data relating to the open calls. The problem comes from when i try to select entries based on a specific location or name. The output at present looks like this:
Request ID 14809 {Group header}
Department [Dept] |
Name [Name] |{Details section}
Location [Location] |
[Logged date] [Priority] [Summary] {Group footer 1}
[Sub report detailing notes on the call] {group footer 2}
The problem comes when i try to specify calls from a specific location or name. The details section looks like this:
{Req_Alpha1}{CLID_Alpha1}
Alpha1 in both tables changes depending on the a field StyleID. They both can take on the form of Location, name and department. When i try to search on CLID.Alpha1 for a specific Location it does bring up the calls but unfotunately it omits the rest of Alpha1's values i.e. name and department.
I hope this makes sense to someone and they could perhaps suggest a few ideas of how i might perform the record selection and keep all of the details for each Request ID.
Thanks in advance
Please bear with me for this one as it awjkward for me to explain the problem.
I'm using Crystal 9.0 and a connection to a sql database.
The report i am trying to produce is to show open calls on our help desk system. The report i have outputs all the correct data relating to the open calls. The problem comes from when i try to select entries based on a specific location or name. The output at present looks like this:
Request ID 14809 {Group header}
Department [Dept] |
Name [Name] |{Details section}
Location [Location] |
[Logged date] [Priority] [Summary] {Group footer 1}
[Sub report detailing notes on the call] {group footer 2}
The problem comes when i try to specify calls from a specific location or name. The details section looks like this:
{Req_Alpha1}{CLID_Alpha1}
Alpha1 in both tables changes depending on the a field StyleID. They both can take on the form of Location, name and department. When i try to search on CLID.Alpha1 for a specific Location it does bring up the calls but unfotunately it omits the rest of Alpha1's values i.e. name and department.
I hope this makes sense to someone and they could perhaps suggest a few ideas of how i might perform the record selection and keep all of the details for each Request ID.
Thanks in advance