Hi guys,
I'm running 8.0.1.0 with Magic HelpDesk. I'm trying to run a report of Ticket Calls (grouped) by Subject ID. In Magic, although the Subject ID's have a parent/child relationship, they come over to Crystal as a flat list.
I need to be able to separate my report to show all Subject IDs that contain "_" (underscore) and order them alphabetically and then list all the remaining Subject IDs alphabetically below them.
I could do this by altering the Magic Subject ID's and simply appending them with "A" for instance, but there's more than 400! I've tried doing something similar in Crystal:
if "_" in {Help_Desk.Subject ID} then
{Help_Desk.Subject ID} = "A" & {Help_Desk.Subject ID}
but it didn't seem to work.
Thanks in advance
I'm running 8.0.1.0 with Magic HelpDesk. I'm trying to run a report of Ticket Calls (grouped) by Subject ID. In Magic, although the Subject ID's have a parent/child relationship, they come over to Crystal as a flat list.
I need to be able to separate my report to show all Subject IDs that contain "_" (underscore) and order them alphabetically and then list all the remaining Subject IDs alphabetically below them.
I could do this by altering the Magic Subject ID's and simply appending them with "A" for instance, but there's more than 400! I've tried doing something similar in Crystal:
if "_" in {Help_Desk.Subject ID} then
{Help_Desk.Subject ID} = "A" & {Help_Desk.Subject ID}
but it didn't seem to work.
Thanks in advance