Can I filter on the multiselect choices columns in the web api.
It is not handled like a string ( even though the return value looks like a csv string) so
contains(column_name, 'myvalue')
does not work.
It is not handled like a collection so
column_name/any()
does not work.
Anything that could work here?