Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Using Multiple Fields in Comparative Analysis

Hi All,

We have a chart where we are analysing the quantity of product produced at plant level hence we are using only one field in Comparative Analysis ie Product Name. We have created the Alternate state for this filed and the chart is showing correct value.

Now, we would like to analyze the same chart based on two fields:

1. Product Name

2. Region Level

I need assistance on how do we do this in Comparative Analysis.

Thanks in Advance

1 Solution

Accepted Solutions
israrkhan
Specialist II
Specialist II

assign regional level list box to same state, that you have created for Product.

add your [Regional Level] in chart, second dimension(chart already have assigned alternate state)

are create new chart and assign alternate state.

and in the expression do like

sum({State1} Value) for alternate state

sum(value) for your default state, to which you have to compare.

View solution in original post

2 Replies
israrkhan
Specialist II
Specialist II

assign regional level list box to same state, that you have created for Product.

add your [Regional Level] in chart, second dimension(chart already have assigned alternate state)

are create new chart and assign alternate state.

and in the expression do like

sum({State1} Value) for alternate state

sum(value) for your default state, to which you have to compare.

Not applicable
Author

Thanks it worked !