Hi,
I'm trying to add a searchbox for a gallery that I can search on a SQL datetime field. I'm getting a delegation warning. Search is delagable for SQL and from what I can research, the datetime column type should work as well. My gallery Items property is:
Sort(Search(Filter('[dbo].[ShiftDuty]', Last_Name = PName), SearchBox1.Text, "Date"), Date, Descending)
Trying to search on the "Date" field in the ShiftDuty table. Is it the order of operations for the Sort/Search/Filter functions?
Thanks,
David


Report
All responses (
Answers (