
Creator
2022-10-25
04:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 ?
441 Views
1 Reply


MVP
2022-10-26
01:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
(10|20|80)
416 Views
