Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a listbox with 4 different queues connect to calls.
I have made a chart with Sum(Calls) and a listbox with the different queues.
So if i choose one queue i see the data, and if i choose two queues i see different data.
But i want to have 3 different charts show the 4 different queues at the same time.
So i want a chart showing the Sum(Calls) for queue 1 & 2, and a chart showing sum of (Calls) for queue 3 and a chart showing sum(Calls) of queue 4.
How can i do this?
Thanks!
if you want one chart for queus you can use trellis
if you want ad hoc set of queue, with set analysis
sum({$ <queue={1,2}>} Calls)
sum({$ <queue={3}>} Calls)
sum({$ <queue={4}>} Calls)
Hi Erik,
use trellis chart which displays different mini charts
if you want one chart for queus you can use trellis
if you want ad hoc set of queue, with set analysis
sum({$ <queue={1,2}>} Calls)
sum({$ <queue={3}>} Calls)
sum({$ <queue={4}>} Calls)
Use Trellis Charts:
See the Attachments for your Requirement and how to use Trellis Chart Snapshot.
Regards
Aviral Nag