Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
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")')