Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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