Hi,
I am trying to filter my Gallery using a ComboBox with an Item Property,
Distinct('Vehicle Maintenance List', Ownership.Value)
And on my Gallery Item Property,
Filter('Vehicle Maintenance List', Ownership.Value = ComboBox1.Selected.Value ,StartsWith('PLATE NUMBER', TextInput2_1.Text))
What is happening is that the filtering using the ComboBox is working, but the items on the gallery will only show if I have selected a choice in my ComboBox.
My need is that even I am not selecting a choice in my ComboBox is that ALL the ITEMS on my Gallery is showing.
How can I do that? Thank you and best regards.