Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Different charts with same data

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!

1 Solution

Accepted Solutions
maxgro
MVP
MVP

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)

View solution in original post

3 Replies
Anonymous
Not applicable
Author

Hi Erik,

use trellis chart which displays different mini charts

maxgro
MVP
MVP

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)

aveeeeeee7en
Specialist III
Specialist III

Use Trellis Charts:

See the Attachments for your Requirement and how to use Trellis Chart Snapshot.

Regards

Aviral Nag