Hi All
I have a gallery in which i have already got a Date Picker that i am able to Filter by using the Formula in the Items in the gallery.
If(IsBlank(DatePicker1.SelectedDate),'Harbour House Key History',Filter('Harbour House Key History', 'Date Out' = DatePicker1.SelectedDate))
I now want to add a Text input search function that will be able to filter on another column. also with the function that if the text input is blank i can see all results.
Data Source: 'Harbour House Keys'
Column: 'Name in'
Text Input: TextInput1
Kind Regards
Justin