Hi,
Wondering for any help/advice.
(I am using Canvas Apps not a Form.
I have a Sharepoint List called : Venue List
There are 2 columns in the List : Venue and Active
I have a combobox "cmbVenue" which has this fx code in it's "item" setting
Sort(Distinct(Filter('Venue List',StartsWith(Venue,Self.SearchText)),Venue),Value)
which does show all items in the Venue List sharepoint list.
But what i want is to only show items where the Active column (in the sharepoint list) is equal Yes and hide items that are not active (Active column - No)
Please can someone suggest how to adapt my fx code in its "item" setting to facilitate this.
Thanks in advance.