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: 
Not applicable

'Select' ,'Exclude' in multiple fields

Dear All,

I want to exclude multiple values from multiple filelds. But it should  done by a single button.

For example,

If i have 3 filelds Named as A,B,C

a)Field A contains: 1,2,3,4,5

   I need to exclude "5"

b)Field B contains: A,B,C,D,E

   I need to exclude "C"

C)Field C contains: John, Brito, Thomas, Sam, Antony

   I need to exclude "Sam"

The final table should be like

(Fields)   A      B       C  

              1      A     John

              2      B     Brito

Can any one help me please.

Thanks,

Pradeep

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See attached qvw.


talk is cheap, supply exceeds demand

View solution in original post

4 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See attached qvw.


talk is cheap, supply exceeds demand
Not applicable
Author

Thanks Gysbert!

It work's, if i want to exclude multiple values in a field. Can i use 1|,2|3|

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Yes, change the search string to: (1|2|3)


talk is cheap, supply exceeds demand
Not applicable
Author

Very Thanks for your reply!

It's working exactly.