I would like to filter by multiple ids (e.g. item ids of purchases). The following line of code does not seem to do the trick either for number or text variables (e.g. user names). How should I write this line of code so in the filtering field I could type my values separated by a comma and look for entries that contain either of the item ids I have provided? How would that line of code differ if wanting to apply a filter by a text variable instead (i.e. user name)?
[[where "User name" like concat('%',{{user_name}},'%')]]