OR over multiple columns
OR over multiple columns
rohit99
Posts: 22Questions: 9Answers: 0
I am trying to achieve 'OR over multiple columns'. I have Firstname, Lastname and phone columns. I want to do a search filter like this : (Firstname AND Lastname ) OR (phone). Can anyone help me with this ?
This discussion has been closed.
Answers
Two options:
|
(OR) character in the expression -search()
has details (note you can't usecolumns().search()
here - it searches across the columns and all much match).Allan
we need work on two different columns like this : 1st column Name and 2nd phone number
What I said above still applies - your either need to create a suitable regular expression or use a custom filter.
Allan
we have need to search in multiple column at the same time. Like: [Other_except] = "True" or [FLOWDOWN_YES] = "True"
Going to close this thread as your other on this topic is a duplicate.
Allan