Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Alternate States

Hello,

I want to compare 2 dimensions on the same chart.

I have the following scenario:

I am working with game data, i have 2 list boxes showing player names and they are in separate states and i have a single chart in the middle, i would like to compare both of their performance for a given date (single list box) on a single chart. Please guide me on how to achieve this. Thanks.

3 Replies
its_anandrjs

You have to use the Comparative analysis functionality in the QV 11.0 version.

Not applicable
Author

Hi Anand,

that is achieved using Alternate States, would you know the steps?

jerem1234
Specialist II
Specialist II

You'll need two expressions, one for each state. The expressions would be like:

sum({State1}Tickets)

and

sum({State2}Tickets)

Hope this helps!