Hi Y'all,
i need help hiding the Gallery1 if Search bar is emty, so users dont see all the database if searchbar is empty only if they input something.
on the searchbar i used filter function: Filter ('hcodes', TextInput1.Text in 'PropretyName' Or TextInput1.Text in Address)
by default Visible is true
i tried: !IsBlank(Textinput1.Text); didnt work :_(