Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Multiple alternate states but using only one chart(pie chart)

Hello QV geniuses,

It may seem so easy but I really don't know how it's done. I have been searching but it's not what I'm looking for.

The problem is:

I have multiple Alternate States(5 to be exact using Straight tables) but I want to point them all to only one graph(pie).

I want that each Straight tables are independent but the pie graph will be dependent to all.

I hope you can help me. Thanks.

2 Replies
swuehl
MVP
MVP

I think you need to detail your request to enable us to help you. In general, you can use set analysis expressions to 'mix' several alternate states in one chart. Look into the comparative analysis sample in the 'Whats new in QV11' sample app.

Not applicable
Author

Hi,

I'm not sure understand but if you want a specific expression for each alternate state in same chart you can try this:

Exp1:

Sum([AState1} Sales)

Exp2:

Sum([AState1} Sales)

Exp3:

Sum([AState1} Sales)

Exp N:

Sum([AStateN} Sales)

Best regards.