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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Select multiple codes with the button

Hello, I'm new use of QlikView, a WISH help those who have more practice in this program.
The question is, I created a button on it and I want to put some action to select a company from my table, who would they be: 0,1,2,3,4,14,995,996,997,998 and 999
I have done several situations and could not, one that came next was> = 0 and <= 4
but i can not get the others, can anyone help me?

Thanks.

img.jpg

Above an example that did not work.


1 Solution

Accepted Solutions
erichshiino
Partner - Master
Partner - Master

Hi,

Try to put it on the seach string:

(0|1|2|3|4|14|995|996|997|998|999)

If it doesn't work, you can write it with quotes:

("0"|"1") (... and etc)

Hope it helps,

Erich

View solution in original post

2 Replies
erichshiino
Partner - Master
Partner - Master

Hi,

Try to put it on the seach string:

(0|1|2|3|4|14|995|996|997|998|999)

If it doesn't work, you can write it with quotes:

("0"|"1") (... and etc)

Hope it helps,

Erich

Not applicable
Author

Hello Erich, but helped work out that way (0 | 1 | 2 | 3 | 4 | 14 | 995 | 996 | 997 | 998 | 999)

Thank you friend.


William