Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
mattlogistics
Contributor II
Contributor II

Action Select Values In a Field between

This string works just fine in QlikView product with triggers and actions  ='>='&$(vARAgeStart)&'<='&$(vARAgeEnd) i.e. ARAge =  '>=30<=60'

However, when I move it to QlikSense using the Action Select Values in field. It does not. I assume there is some syntax change but cant find assistance for between only multiple values.

Labels (1)
1 Solution

Accepted Solutions
MatheusC
Specialist II
Specialist II

@mattlogistics 

see it like this:

=Concat({<ARAge= {">=$(vARAgeStart)<=$(vARAgeEnd)"}>} distinct ARAge, ';' )


- Matheus

Did you find a solution to your question? Mark the solution as accepted and if you found it useful, press the like button!

View solution in original post

2 Replies
MatheusC
Specialist II
Specialist II

@mattlogistics 

see it like this:

=Concat({<ARAge= {">=$(vARAgeStart)<=$(vARAgeEnd)"}>} distinct ARAge, ';' )


- Matheus

Did you find a solution to your question? Mark the solution as accepted and if you found it useful, press the like button!
mattlogistics
Contributor II
Contributor II
Author

That did it. Thank you