Hi,
I have a situation where in on condinional basis I've to use multiple look up on the same datafile in the same rule.
Rule looks like :
If (partner_cd:.:message = "abc", Lookup for abc in data,
partner_cd:.:message = "pqr", Lookup for pqr in data))
Here Lookup is not working.
If I do somethng like :
If (partner_cd:.:message = "abc", f_lookupabc(),
partner_cd:.:message = "pqr", f_lookuppqr())
or
If (partner_cd:.:message = "abc", f_lookupabc(),
partner_cd:.:message = "pqr", Lookup for pqr in data))
then it is working perfectly fine.
Are there any limitations of using lookup function in a single rule???
Regards,
Vibhav1008
I have a situation where in on condinional basis I've to use multiple look up on the same datafile in the same rule.
Rule looks like :
If (partner_cd:.:message = "abc", Lookup for abc in data,
partner_cd:.:message = "pqr", Lookup for pqr in data))
Here Lookup is not working.
If I do somethng like :
If (partner_cd:.:message = "abc", f_lookupabc(),
partner_cd:.:message = "pqr", f_lookuppqr())
or
If (partner_cd:.:message = "abc", f_lookupabc(),
partner_cd:.:message = "pqr", Lookup for pqr in data))
then it is working perfectly fine.
Are there any limitations of using lookup function in a single rule???
Regards,
Vibhav1008