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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
ferha_jafri
Partner - Creator III
Partner - Creator III

Sheet action to exclude a value.

Hello Experts,

I am surprised, as it was very easy in qlikview but not sure why not working in qliksense. I want to add an action on sheet to exclude one value in a field but not able to find the exact solution.

Thanks in advance

Ferha 

Labels (1)
1 Solution

Accepted Solutions
Pierrick
Partner - Contributor III
Partner - Contributor III

Hi,

One possible solution is to use "Select values in a field" action, and set Value to : 

=concat({<[Field Name]-={'ValueExclude'}>} distinct [Field Name], ';')

 

This will create a list of possible values while excluding the desired value.

View solution in original post

1 Reply
Pierrick
Partner - Contributor III
Partner - Contributor III

Hi,

One possible solution is to use "Select values in a field" action, and set Value to : 

=concat({<[Field Name]-={'ValueExclude'}>} distinct [Field Name], ';')

 

This will create a list of possible values while excluding the desired value.