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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
FRGFFRGF
Contributor
Contributor

MultiLine Chart

Hello,

How can I have a multiline chart where each line appearance depends on the selection box on the left of the diagram :

For exemple I have a selection box with all the countries and when I select France and Germany. I have only the France and Germany lines on my chart (showing for exemple the unemployment as a function of time).

Kind regards.

FG

Labels (1)
2 Replies
lironbaram
Partner - Master III
Partner - Master III

hi 

create a line chart where year in the 1st dimension 

and country is the second dimension

and avg(unemplyoment) as expression

in the  add-ons section 

set calculation condition to getselectedcount(Country)>0 

now each country you select will be added to the chart as a line 

FRGFFRGF
Contributor
Contributor
Author

Thanks a lot, as soon as I added the second dimension all the curves appeared.