Hi,
Trying to get our gallery to be filterable with DropDowns and TextSearch.
I have this for the dropdowns:
Filter('V23 Recruitment Request', 'HRIS Status'.Value = Dropdown3_14.Selected.Value && 'Request Category'.Value = Dropdown3_22.Selected.Value)
I have this for the textsearch:
SortByColumns(Search('V23 Recruitment Request',TextSearchBox1.Text,"VICELastName_x002f_New","VicePositionNumber","FacilitySearch"), "Created", If(SortDescending1, Descending, Ascending))
Is it possible to get them into one gallery?

Report
All responses (
Answers (