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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
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

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)