Hi,
Using this:
Filter(
Avlarmningslista,
Or(
StartsWith(
Title,
TextInput1.Text
),
TextInput1.Text in Larmobjekt.Value
)
)
It kind of works, it filters by name (title) or Value in multi-choice column 'Larmobjekt'. However, when I search for a choice in the lower rows it can't find it. But I can see those rows if I scroll down the gallery manually. How do I get the filter to return all rows matching the text input? I only have 113 items in the list.
On a related note, I'm note sure if I'm passing the 2000 item row limit later so I tried to find a delegable way to filter the multi-choice + text columns. I couldn't find one that worked, is there a way?