row filter & regular expression

i would like to filter out data that looks like the following:

XYZ1234M-1,XYZ007M-1

i tried "XYZ1234M-1,XYZ007M-1" in combination with "RegEx" checked on in the RowFilter, but this had no effect.

Why did you check "RegEx" when your expression doesn't contain any meta-symbols?

if you have problems with regex you can use the number to string node and then select the values by the nominal value row filter node.