Greetings,
I'd like to be able to combine a Search and Sort Function to the attached. I was able to figure out the Sort function, but have not been able to successfully combine with the Search. Any help would be greatly appreciated!
Announcements
Greetings,
I'd like to be able to combine a Search and Sort Function to the attached. I was able to figure out the Sort function, but have not been able to successfully combine with the Search. Any help would be greatly appreciated!
LoL I think I never put space between words in the column name so hard to notice for me 😛
I think Search ignoring Space in column Name
Sort(Search(DailyWorkSheet, TextSearchBox1.Text,"StreetName"),'Date Installed',Descending)
Sorry my bad 🙂
Sort(Search(DailyWorksheet,TextSearchBox1.Text,"DataInstalled"),'Data Installed',Descending)
It looks like you are searching for a street name. In that case, the Items of your gallery should be
Sort(Search(DailyWorkSheet, TextSearchBox1.Text,'Street Name'),'Date Installed',Descending)
Hi @Shaguar357
Replace Textinput.text with name of Your Textinput Search control
Sort(Search(DailyWorksheet,TextInput.Text,'Data Installed'),'Data Installed',Descending)
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 1