
Hello all!
I have a searchbox and a dropdown to filter a gallery list.
My problem now is, it displays every row 2 times, cause i have 2 filter functions to use my searchbox with the dropdown value "All" and with a selected dropdown value.
If(Dropdown1.Selected.Value = "All";Filter(coll_artikel;SearchBoxText.Text in MAKTX);Filter(coll_artikel;Dropdown1.Selected.Value = WGBEZ && SearchBoxText.Text in MAKTX))
How can i solve that problem, i tried to use distincts in more ways, but it wont work for me ._.
Please help me :c
I solved it! ^-^
It works with the data source and not the collection i made 🙂