Hello,
I am trying to filter a combobox based on 1. the input in another combobox and then by 2. the text inputted by the user into the combobox.
In other words, I'm trying to combine the following formulas--
Filter(uscitystatelatlong, City = ComboBox3.Selected.Result)
and
Filter([@uscitystatelatlong], StartsWith(Title, ComboBox4.SearchText))
Is there a way to do so?
Thank You,
Jamie