I have unconnected lookup lkp_tst with the below ports - x,y,z
- all these 3 fields are strings.
This unconnected lookup port has x as the return port
Also added i/p port (ipp) - to define the lookup cond
Cond: x=ipp
Written SQL override query in lookup transf. as
select x+''+y+''+z as x from test
the test table is created in SQL server DB
From the expr. transf.
- am calling the unconnected lkp
:lkp.lkp_tst('abc')
Now when I try to try to debug it - it always returns
But however when I don't override the query in lkp transformation - I see the x been returned.
My objective is to return the concatenated value from the unconnected lookup. Please advise.
select x+''+y+''+z as x from test
this query will have only one column