Folks,
Still on that learning curve.
I have a table where there are two filtering criteria based on two different columns in the source.
Initially I thought to use two Attributefilters one for each criteria and then re-combine the result like a UNION for the output.
However it's possible the criteria will allow the same record through twice. Once for each criteria.
What is the best way to filter out data based on multiple criteria?
I was thinking if I stuck with multiple parrallel Attributefilters I'd need some kind of Merger to eliminate the duplicate records.
Advice apprciated.