Hi all, I have a custom segment "filtered by" subsidiary. I need to find out how to join the custom segment values with the subsidiary table. The column "cseg_xxxx_filterby_subsidiary" contains the subsidiary ids seen as [1,2,3] . So I would need to return as many rows as subsidiaries there are in the array. Something like "select * from customrecord_cseg_xxxx, subsidiary where subsidiary.id IN cseg_xxxx_filterby_subsidiary", this of course does not work, the question is how can I join the two tables? Any ideas most appreciated.