christinetjx
Technical User
I have only run into this problem since upgrading to 8.5.
I run a report that displays closed hotline tickets sorted by assigned groups, i.e.:
Desktop 18
Remote Support 23
Infrastructure 14
My problem:
Sometimes tickets are closed without being assigned to a particular group. In cases such as this, the assigned group field displays as a blank:
5
Desktop 18
Remote Support 23
In earlier versions of crystal, i used a formula so that the 'Assigned' field would display as 'Unassigned' if the tkt was closed in that fashion. My formula:
if GroupName ({ocmlm1.assigned_to})="" then "Not Assigned"
This formula worked fine in Crystal 7. However, it does not work in 8.5 The field continues to display as a blank with the number of closed calls posted next to it:
7
Desktop Support 18
I would like this blank field to display as 'Not Assigned'.
Any suggestions are greatly appreciated.
I run a report that displays closed hotline tickets sorted by assigned groups, i.e.:
Desktop 18
Remote Support 23
Infrastructure 14
My problem:
Sometimes tickets are closed without being assigned to a particular group. In cases such as this, the assigned group field displays as a blank:
5
Desktop 18
Remote Support 23
In earlier versions of crystal, i used a formula so that the 'Assigned' field would display as 'Unassigned' if the tkt was closed in that fashion. My formula:
if GroupName ({ocmlm1.assigned_to})="" then "Not Assigned"
This formula worked fine in Crystal 7. However, it does not work in 8.5 The field continues to display as a blank with the number of closed calls posted next to it:
7
Desktop Support 18
I would like this blank field to display as 'Not Assigned'.
Any suggestions are greatly appreciated.