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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to Show Two plants data in one single line chart

I am new to QLIKVIEW.

I have a requirement wherein my user wants to see production of 2 plants in one single line chart.

How can I do that?

Regards

1 Solution

Accepted Solutions
khadeer
Specialist
Specialist

sum({<plant={'Plant1'}>}production)

sum({<plant={'Plant2'}>}production)

If u want to show in one

sum({<plant={'Plant1','Plant2'}>}production)

Hope it helps u.

View solution in original post

5 Replies
srinivasa1
Creator II
Creator II

Use Combo Chart and  use experssion as line

Not applicable
Author

Do I need to specify Plant Name in the expression?

Anonymous
Not applicable
Author

Hi.,

  in set analysis you can add both plants,it will bedisplay single with both plants data.

Regards

Anonymous
Not applicable
Author

Hi.,

  in set analysis you can add both plants,it will bedisplay single with both plants data.

Regards

khadeer
Specialist
Specialist

sum({<plant={'Plant1'}>}production)

sum({<plant={'Plant2'}>}production)

If u want to show in one

sum({<plant={'Plant1','Plant2'}>}production)

Hope it helps u.