Hi,
I am trying to search a gallery in two fields, a string and numeric. While I can search in the string field, I am unable to add the numeric fields. (I am trying to search on the ID column).
My Gallery Itmes is like:
SortByColumns(
Search(
Filter(.............)
),
TextInput1.Text,
"Client"
),
"Case_x0020_Id",
Descending
)
I tried "Client",Text(ID) but I got an error.
Thanks in advance