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: 
knightwriter
Creator III
Creator III

Graph, field exclusion

Hi All,

How do I show only a certain selection from a field in a graph?

So I have a graph showing a list of cars sold by month and the legend shows Fiat, Audi, VW, Ford.

How do I exclude all but Ford?

Thank you

1 Solution

Accepted Solutions
sunny_talwar

You can do this couple of ways:

Make a selection in the car list box for ford and your expression should only show ford.

Or if it always needs to show Ford you can write a set analysis statement:

{<Car = {'Ford'}>}

I hope this helps.

Best,

Sunny

View solution in original post

1 Reply
sunny_talwar

You can do this couple of ways:

Make a selection in the car list box for ford and your expression should only show ford.

Or if it always needs to show Ford you can write a set analysis statement:

{<Car = {'Ford'}>}

I hope this helps.

Best,

Sunny