What part of the Filter function decides to show all results when a search box is blank? I get the results I want with this code:
SortByColumns(Filter(Events, TextSearchBox1_2.Text = MyAge), "EventDate", If(SortDescending1, Ascending, Descending))
But when the text search box is blank I don't get all results like I do with other galleries. All I need is for it to not filter when the search box is blank (Is Blank?)
Thanks.