How to convert comma separated string from dynamic input text tool and feed it to FILTER tool custom function. Please help.
For example, INPUT_TEXT value is like "787, 8989, 6768", the filter should be applied on the dataset using custom function below. But this filters using only the first value "787" and values after commas are omitted. How to get this working?
[FIELD] IN (ToNumber([INPUT_TEXT]))