Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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.