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: 
rafael5958
Creator
Creator

condition in button "select field"

In qlikview, I have to put a contidion in a "search character" of a select field in a button.

I must select fields with 10,20,80.

The only way it work was putting

=num(10)      so it select only 10

If I put

=num(10) or num(20) or num(80)  

or

=num(10) | num(20) | num(80) 

It doesnt work and I cant select all fields. Is there a way to solve it ?

Labels (1)
1 Reply
MarcoWedel

(10|20|80)