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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
ali_hijazi
Partner - Master II
Partner - Master II

select multiple values

Hello

I want to select multiple values of a column whenever the user selects a specific sheet

I used the following:

("IN"|"OUT") and it is working properly

but Now I want to select IN and OUT or LEFT and RIGHT depending on the value of the variable vView

what would be the syntax with an IF statement?

please advise

I can walk on water when it freezes
1 Solution

Accepted Solutions
sunny_talwar

May be like this:

=If(vView = 1, '("IN"|"OUT")', '("LEFT"|"RIGHT")')

View solution in original post

1 Reply
sunny_talwar

May be like this:

=If(vView = 1, '("IN"|"OUT")', '("LEFT"|"RIGHT")')