Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.
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.