Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Filter dimension

Hi,

How I can filter dimension ?

I have imported my data and in one column there are three different values like be, ge and re. I would like to use only ge values on graph.

Can I filter data or do I need to import data with other load statement with where clauser ?

BR, Hietsu

Labels (1)
1 Solution

Accepted Solutions
Not applicable
Author

You can filter the data in the pivot/chart

e.g. This filter and sums all values in warehouse 06

Sum( {$<warehouse={06}>} Value)



View solution in original post

1 Reply
Not applicable
Author

You can filter the data in the pivot/chart

e.g. This filter and sums all values in warehouse 06

Sum( {$<warehouse={06}>} Value)