Good Day
I have a table with all my data. In Column Products there are values linked to an index table but instead of it having a single value it has multiple values i.e. 900;190;170. If it was a single value I would have just use a Left Join between my two tables on Column Products. Is there a way to link it against the multiple values? 900 = Other, 190 = Books and 170 = Pens. The other problem is that it can be any amount of values in the Product column.
Thanks Ruan