Is there a way to turn this Filter into an OR statement on the criteria ?
DUNS_NAME =TextInput21.Text && SELLER_NAME = ComboBox4_1.Selected.Result
Current Filter :
Filter('[dbo].[Entity_Location_Facility_Emp_Base]', DUNS_NAME =TextInput21.Text && SELLER_NAME = ComboBox4_1.Selected.Result)
Thanks
Dave