Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
sum({<plant={'Plant1'}>}production)
sum({<plant={'Plant2'}>}production)
If u want to show in one
sum({<plant={'Plant1','Plant2'}>}production)
Hope it helps u.
Use Combo Chart and use experssion as line
Do I need to specify Plant Name in the expression?
Hi.,
in set analysis you can add both plants,it will bedisplay single with both plants data.
Regards
![]()
![]()
![]()
Hi.,
in set analysis you can add both plants,it will bedisplay single with both plants data.
Regards
![]()
![]()
![]()
sum({<plant={'Plant1'}>}production)
sum({<plant={'Plant2'}>}production)
If u want to show in one
sum({<plant={'Plant1','Plant2'}>}production)
Hope it helps u.