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

Where Statement

I have created a bar graph but I only want the results shown to be if another variable is greater than 0.

I have looked at other forum discussions about a Where statement but I can't seem to find the actual statement itself in qlikview

wherestatement.png

This is the current bar graph, so it has all the results from the data but I only want it to include the ones where a third variable is greater than 0.

Thanks

1 Solution

Accepted Solutions
Not applicable
Author

You should be able to qualify that using set analysis. Something like this:

Sum ({$<Variable={'>0'}>} [Expression Field])

View solution in original post

4 Replies
Not applicable
Author

You should be able to qualify that using set analysis. Something like this:

Sum ({$<Variable={'>0'}>} [Expression Field])

Not applicable
Author

Example:

Sum({$<vMonths={'>0'}>}[sales])

Exactly do not know i think it works.

Not applicable
Author

Can you post the sample data or sample qvw-Ram

martynlloyd
Partner - Creator III
Partner - Creator III

I suggest you look at Show Conditional on the Layout tab

Community.JPG.jpg

Regards,

Marty.