ray.wurlod wrote:You can build your Lookup File Set on the five digit key, and allow duplicates.
Exactly what was already suggested. Without the 'allow duplicates' part as that didn't seem necessary. I guess if it comes from Ray it's a 'good point'.
Code: Select all
SELECT NAME FROM DS_JOBS WHERE CATEGORY = 'YourCategory';