Hi all,
I am trying to store value of Level1 column of data source CustGrp to a collection varGroup where customerNo equals 1234.
I need to pass another field (say Level2) if below lookup fails to match any record in CustGrp data source.
Collect(varGroup,LookUp(CustGrp,CustomerNo = '1234',Level1));
is this possible?
Thanks,