Hello!
I'm trying to use a Search button and order my gallery by data created.
Right now, it's working just with this
Search(Filter([@Helpdesk_BD],Mail = User().Email),tbBuscar_1.Text,"Descripcion")
To order my gallery, I want to mix with this one or something similar
SortByColumns('Helpdesk_BD',"Created",Descending)
How can I mix both?
Thank you!
Solved! Go to Solution.
SortByColumns(Search(Filter([@Helpdesk_BD],Mail = User().Email),tbBuscar_1.Text,"Descripcion"), "Created", Descending)
SortByColumns(Search(Filter([@Helpdesk_BD],Mail = User().Email),tbBuscar_1.Text,"Descripcion"), "Created", Descending)
It works really well!
Thank you!
User | Count |
---|---|
251 | |
126 | |
107 | |
50 | |
49 |