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: 
Kirsten
Creator II
Creator II

Remove 1 value from legend in graph

I want to create 1 graph where I would like to hide 1 value from the legend. If I do this by creating a dimension it messes up my graph. So I would like to find a way to do this by maybe adding an expression. 

See attachment for example. Service area 4 should be removed from my graph, and the second image shows the error when using a dimension for the selection in the graph

 

1 Solution

Accepted Solutions
jochem_zw
Employee
Employee

just change your current expression like the one i gave to you, don't change or add dimensions

View solution in original post

4 Replies
jochem_zw
Employee
Employee

in your expression use something like:

Count({$<ServiceArea-={'Service area 4'}>}Defects)

 

Kirsten
Creator II
Creator II
Author

Thanks.  I cannot add an expression in my dimension under data on the right side, because there is already a dimension change from master items applied. See attachment 

jochem_zw
Employee
Employee

just change your current expression like the one i gave to you, don't change or add dimensions

Kirsten
Creator II
Creator II
Author

Sorry for the delay in response. This one works thanks!