Hi,
I'm new to this and I've looked through several posts to find an answer, but no joy.
I tried following the "Filter, Search and LookUp function"-article. But it still messes up.
Problem:
I'm trying to set up an easy search field with a gallery to show the results. The DS is an Excel file, it's on my OneDrive and it connects perfectly.
Table name is: Employee
Text Input name: TextInput4
Name Location
| Kim | Location 1 |
| Alf | Location 2 |
| Andreas | Location 3 |
| Mathias | Location 1 |
| Leif | Location 2 |
In the Items property of the gallery I use this formula:
Search(Employee,TextInput4.Text,"Name")
This works well and it presents the results.
If I use the following:
Search(Employee,TextInput4.Text,"Location")
It also works perfectly.
Here is the problem. I want to search both columns. I use this formula:
Search(Employee,TextInput4.Text,"Name","Location")
This presents no results. And for the life of me, I can not understand why,