Hi All,
I have a gallery that is filtered according to a text entry box. The formula is:
Sort(Filter(CollectionName;StartsWith('TXNUMBER';TextSearchBox1_1.Text));'FIELD')
I am filtering by TXNUMBER, is it possible to set a second condition to filter the gallery; that is, that it can be filtered by both TXNUMBER and COND2?.
Thanks¡.