Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
HI
Try like this
='<=$(=vMin) >=$(=vMax)'
Hope it helps
HI
Try like this
='<=$(=vMin) >=$(=vMax)'
Hope it helps
Thanks!!! This works great!
Try this.
='>=' & vMin_Weight & '<=' & vMax_Weight
Regards,
Murali