Hi! I have a problem with my browse gallery. I have two records, added a couple of search fields on the top, so the user can filter the gallery by a specific field. I used this formula:
Sort(Filter('Visitor Database',
FieldSearchTextSurname.Text in 'Visitor''s Surname',
FieldSearchTextName.Text in 'Visitor''s First Name',//,ID, Descending),
FieldSearchTextPassNo.Text in 'Pass No',
FieldSearchTextCarReg.Text in 'Car Reg',
FieldSearchTextContactName.Text in 'Contact Name'.DisplayName,
FieldSearchTextCompanyName.Text in 'Company Name'),ID,Descending)
Unfortunately it displays only one record, which has all the data filled in. It doesn't display the other record( with missing Car Reg and Pass No).
How can I change the formula, so it displays all the records in the browse gallery?