Hello again, please help, I'm trying to filter a gallery, using two fields, one text, which works fine for me and another a drop-down list, but I've tried several ways and they all give me error...
The drop-down list is declared as follows:
Distinct('TXXXXXXXXXXXXXX';Estado_Ingreso.Value)
Gallery Filter:
SortByColumns(
Search(
Filter('TXXXXXXXXXXXXXX';
Estado_Ingreso=Select_Etapa.Selected.Value);
TextInput3.Text;'Nombre del Servicio');
varSortColumn;varSortDirection)
but I get the following error: