4 years ago
1
Topic

Hello everybody!

Maybe somebody met with this task - I need to make search by range depends on live value. For example, if live value of my variable var1 is 500, I want that search would be for 400<var1<600 - for live value with offset 100.

Please, if somebody have a solution, share it here )).

Get a Book for SEBLOD
4 years ago
0
Level 1

Hello Ilya A.Zhulin,

you can add 2 hidden fields in your search form with the good match "<" and ">".

Then with the event "Before Seach" you can get the live value and defined your 2 boundaries and fill them in the 2 hidden fields.


Regards.

Get a Book for SEBLOD