I have a filter on a text input control that works great thanks to a tip off from @ANB
However, I can't get a filter working for a choice column.
I've tried a few different syntaxes and maybe the closest one is:
Search(AddColumns(colContProcessing, "Activity", cn_activitytype.Value), TxtInpActivityType_EP, "Activity")
But if I hover over the colContProcessing, which is a collection, I get two messages "The function 'AddColumns' has some invalid arguments" and "The function 'Search' has some invalid arguments".
I can't get any closer than this...any ideas anyone? I know choices need to be converted in text columns before you can search, which is what I'm trying to do here. Thanks!