Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!
I am trying to create a variable event trigger that would select field values based on user input in two input box fields. The problem is that I don't understand how to create the appropriate search string for the action. The user will add min and max values so the search string should eventually be (for example) >=20<=100. Now my search string is like this: = &'>='& $(vPMWidthMin) &'<='& $(vPMWidthMax) which doesn't work. What is the correct syntax?
Reg,
Heidi
Try this one: = '>=$(vPMWidthMin)<=$(vPMWidthMax)'
Try this one: = '>=$(vPMWidthMin)<=$(vPMWidthMax)'
Thank you it works!(: