Can you help?
BACKGROUND
I'm trying to display a list of open cases per a person in per a queue so I have the following grouping.
Queue. => Person. => Case I.d
I only want open cases to show. Within each grouping I have information about group, e.g. In the queue I have details of which queue. For Person I have a string detailing persons name.
PROBLEM
When a person doesn't have any cases open I cannot seem to suppress their name. If I add a formula to suppress when a number of cases are not certain status' everyone's name is suppressed, this is because everyone within the Db has got closed/cancelled jobs at one time. Cases can have a number of status' and still be open, cancelled and closed are the only status' I don't want.
Solution??
BACKGROUND
I'm trying to display a list of open cases per a person in per a queue so I have the following grouping.
Queue. => Person. => Case I.d
I only want open cases to show. Within each grouping I have information about group, e.g. In the queue I have details of which queue. For Person I have a string detailing persons name.
PROBLEM
When a person doesn't have any cases open I cannot seem to suppress their name. If I add a formula to suppress when a number of cases are not certain status' everyone's name is suppressed, this is because everyone within the Db has got closed/cancelled jobs at one time. Cases can have a number of status' and still be open, cancelled and closed are the only status' I don't want.
Solution??