Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Search String for multiple Fields

Hi,

I have a slider that assigns the value to a variable vEndNetwr. If vEndNetwr changes, i want to select in two Fields, but with an OR Operator. Means when I change the slider, it should return me records where field 1 is larger than vEndNetwr OR field 2 is greater than vEndNetwr.

So far ive done it for one field, where I define an action "Select in Field" with Field 1 and a search string "='>=' & vEndNetwr  ".

For one field it is pretty easy, but how do I do this for 2 fields with OR Operator?

Thanks!

1 Solution

Accepted Solutions
sasiparupudi1
Master III
Master III

May be like attached?

Untitled.png

View solution in original post

4 Replies
ahaahaaha
Partner - Master
Partner - Master

Hi,

May be like as at attached file?

Regards,

Andrey

Not applicable
Author

Hi Andrey,

Thank you for your reply.

For example you have a table called Table 1:

ID     value1                         value2

1       10                               40    

2        25                              10

3        30                              30    

4         5                               15

I have a slider which shows value from 0 to 100. If i change the slider to value = 20 it should return me all

rows where value1 is greater than 20 OR value2 is greater than 20. How can i do this?

ID     value1                         value2

1       10                               40    

2        25                              10

3        30                              30    

Thanks!

sasiparupudi1
Master III
Master III

May be like attached?

Untitled.png

Not applicable
Author

Hi,

can you tell me what actions and variables I need, since I unfortunately work on a desktop version without a license.

Thank You