Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
You have to use the Comparative analysis functionality in the QV 11.0 version.
Hi Anand,
that is achieved using Alternate States, would you know the steps?
You'll need two expressions, one for each state. The expressions would be like:
sum({State1}Tickets)
and
sum({State2}Tickets)
Hope this helps!