Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

filtering specific value in column

0down votefavorite

I have column which has two values Import and Export

In a bar chart I want to include only Import, How can I filter it in expression? Is it like

<type = {'Import'}> 

How can I do it in Qlik?

2 Replies
sunny_talwar

Yes, assuming your expression is Sum(Measure), this should work

Sum({<Type = {'Import'}>}Measure)

Anonymous
Not applicable
Author

Hi Swapnil,

You can create a master measure or variable by applying set analysis with above mentioned expression by you.

You can filter the data as you wish!

Go through the video link it will be clear.

Set analysis – an introduction ‒ Qlik Sense Cloud

Cheers!