Hi there,
I am attempting to sort the following function but can't quite seem to get the syntax right. Its a couple of dropdowns with a couple of StartsWith:
Filter('Invoice Certification',(Status.Value=Dropdown1.Selected.Value||If(Dropdown1.Selected.Value="- Filter by Status -", true , false ))&&('KC POC'.Value=Dropdown4.Selected.Value||If(Dropdown4.Selected.Value="- Filter by KC POC -", true , false ))&&(StartsWith('Invoice Number',SearchInput1.Text)||StartsWith(Title,SearchInput1.Text)))
Thanks so much!
Ben