Page 1 of 1

Having a OR condition in Lookup

Posted: Fri Aug 05, 2011 8:07 am
by kogads
Hello all,

Can someone please let me know if they have implemented a OR condition in Lookup.

One Primary link----with 3 columns

first secondary link----with 1 column
second secondary link----with 1 column
third secondary link----with 1 column

The first column in Primary link looked up with column in first secondary link
The second column in Primary link looked up with column in second secondary link
The third column in Primary link looked up with column in third secondary link

Now, I need an OR condition between these. if we just do a lookup we have AND condition.

Thanks in Advace

Posted: Fri Aug 05, 2011 2:28 pm
by ray.wurlod
Not in the Lookup stage, but you can in a downstream Transformer stage. Remember the philosophy "one task, one stage type". Lookup stages do lookups. That's all.

Posted: Fri Aug 05, 2011 3:11 pm
by kogads
Thanks Ray...