Page 1 of 1

LooKUp Stage Condition

Posted: Wed Oct 04, 2006 8:09 am
by srini.dw
Hi,
In PX7.5 Lookup Stage having constraints Condition Not Met,Lookup Failure.
My Source columns as ecode,scode,date...
Lookup columns as ecode,scode,datein,dateout...
Baded on ecode,scode i am specifying lookup condition,After that as for my requirement specifying condition as (date>=datein and date<dateout).This condition will work on lookup stage condition not met.

Thanks

Posted: Wed Oct 04, 2006 10:59 am
by samsuf2002
what is ur question ,where exactly u r getting problem

Posted: Wed Oct 04, 2006 11:10 am
by us1aslam1us
Hi srini,

I guess the simple way will be to use transformer stage after the lookup stage(lookup on ecode and scode) for checking the date condition. And if you want to capture the rejects , get the lookup rejects and append them with the "condition fail" rejects in the same file.IHTH.

Sam

Posted: Wed Oct 04, 2006 3:09 pm
by ray.wurlod
What do you seek to achieve? The "condition" determines whether to attempt the lookup at all, not the condition clause in the lookup processing. A Lookup stage can only do an "=" match on the key column(s).