All,
How can I take a string of comma-separated IDs (the value we use in our key field) and then filter against them? Currently it seems like I must add a million OR statements, each matching one ID in the string. But this is hugely inefficient when considering a string of dozens if not hundreds of unique values.
Please help!
A.
