Hello All,
I am having a problem grouping data within a report. My problem is as follows:
For every ticket created within are system, a ticket has a series of status's. The status of ticket follow a sequential order: Pending Dispatch, Dispatch, Assigned, Pending Close, Closed. I need to get all tickets that are closed and group them as complete while getting all tickets that have not been closed and group them as incomplete.
The problem is for tickets that are closed I am only getting the Closed instance of the ticket and all other instances (ex: Dispatch, Assigned) are showing as incomplete. I need to get all these other instances within the complete group.
If any one has any suggestions, it would be much appreciated.
Thanks,
I am having a problem grouping data within a report. My problem is as follows:
For every ticket created within are system, a ticket has a series of status's. The status of ticket follow a sequential order: Pending Dispatch, Dispatch, Assigned, Pending Close, Closed. I need to get all tickets that are closed and group them as complete while getting all tickets that have not been closed and group them as incomplete.
The problem is for tickets that are closed I am only getting the Closed instance of the ticket and all other instances (ex: Dispatch, Assigned) are showing as incomplete. I need to get all these other instances within the complete group.
If any one has any suggestions, it would be much appreciated.
Thanks,