I have 3 filter formulas , filterting on 3 different fields in a combobox.
Filter(t_v_nsc_trackcode_assigned,StartsWith(Title, cbo_TrackCode.SearchText))
Filter(t_v_nsc_trackcode_assigned,StartsWith(Track_Name, cbo_TrackCode.SearchText))
Filter(t_v_nsc_trackcode_assigned,StartsWith(Csm, cbo_TrackCode.SearchText))
But I need to nest them to allow search on 3 different fields from the combobox ?
Is this possible?
Dave

Report
All responses (
Answers (