Help for a script to search text
Hi,
I would like to search for the words "Ara" and "Penguin" in my database
In the filter box at the top of the column
I've tried:
Like "Ara" or like "Penguin"
Does not work
= "Ara" or "Penguin
Does not work
= Ara and Penguin
it works but I have other names that all start with A
Could someone help me ?
Thanks
5 replies
-
Something strange :
= "Ara" or = "Pingouin" works well
But
= "Ara" or = "Pingouin" or = "Aigle"
Does not work !
We are not allowed to search for 3 values ?
-
= "Branta" or = "Anser" or = "Corvidae"
I tried with 3 values on an other column and that works.
It seems that the first column has an issue.
What can one do ?
-
Have you checked for blank spaces? I've had problems with code due to imported data containing, for example "Aigle "
-
Has the field you are searching been added to the table view? if not add it
-
Thanks Simon
In fact I had blank spaces…
Thanks Mel
I don't understand your answer.
If I use the fiter box on the top of a column I am obviously in the table view.
Content aside
- 3 yrs agoLast active
- 5Replies
- 551Views