Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Field selections >= <= via input box

Hi,

I want to be able to make selections in a field via an input box.

I have a weight of an Item in a field "Item_weight".

Now I want to be able to set the value of 2 variables vMax_weight and vMin_weight and make selections based on these via a trigger.

I thought I could use the trigger "select in field"

Field:                          Item_weight

Search String:             >=vMax_weight <=vMin_weight

But this doesn't work.

I have tried changing the syntax... in every possible way I could come up with, but this does not seem to work.

other ideas would be great.

Thanks,

Kenneth

1 Solution

Accepted Solutions
MayilVahanan

HI

Try like this

='<=$(=vMin) >=$(=vMax)'

Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

3 Replies
MayilVahanan

HI

Try like this

='<=$(=vMin) >=$(=vMax)'

Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Not applicable
Author

Thanks!!! This works great!

Not applicable
Author

Try this.

 

='>=' & vMin_Weight & '<=' & vMax_Weight

Regards,

Murali