Hey guys!
So I have a gallery that is filtered and sorted with this formula:
SortByColumns(Filter( Registro, Tickets > 0 ),"Fecha",Descending)
I'm adding a textobox to search the gallery, named "searchbox" I need to search the "Registro" source and match with the "Tickets" column. I can't figure it out the correct order and also when I try the search function alone it gives me an error, "text was expected". But I do not know why, my textbox has value format and my column in the excel sheet has value format too.
Search(Registro, "Searchbox.Value", "Tickets")
Can you help me?