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
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
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