I got the same situation but used contains parameter instead of like. Below is the syntax I used and it worked..
[COLUMN_NAME] contains # join (''' or [COLUMN_NAME] contains ''', split(',', promptmany('PARAMETER_NAME')))#
In the above filter condition ...
[COLUMN_NAME] contains # join (''' or [COLUMN_NAME] contains ''', split(',', promptmany('PARAMETER_NAME')))#
In the above filter condition ...