Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Excluding a selection within a field from a chart

Hi, I'm trying to exclude a selection with a field in a chart. At the moment I have Inbound>5,4,3,2,1 and outbound within the field inbound, I can't remove the outbound in the data set and I'm trying to create a chart that has inbound>5,4,3,2,1. I.e I want to exclude outbound from the chart as the figures are larger than inbound skewing the chart greatly. Any ideas?

1 Reply
vgutkovsky
Master II
Master II

Use set analysis in your expressions. In general, I'd recommend that you take a look under Set Analysis in the QV Desktop help file as it is an excellent article. In your case, if your expression is sum(Sales) for example, you could write: sum({<inbound={">=1<=5"}>}Sales)

Regards,

Vlad