pjohns
3rd December 2014, 15:14
Hello,
I'm trying to display the tdltc001.lsup field on the Pick List report by linking the tdltc001 table to tdilc401 using the following select statement. I can't get it to work and I think its down to how the join is being made.
The report script compiles OK but nothing gets printed for this new field
I confess to being very good at this so please bear with me.
Does my syntax look correct?
select tdltc001.lsup
from tdltc001, tdilc401
where tdltc001.clot = :tdilc401.clot and tdltc001.item = :tdilc401.item
selectdo
endselect
supp.lot = tdltc001.lsup
Thanks in advance
PJ
I'm trying to display the tdltc001.lsup field on the Pick List report by linking the tdltc001 table to tdilc401 using the following select statement. I can't get it to work and I think its down to how the join is being made.
The report script compiles OK but nothing gets printed for this new field
I confess to being very good at this so please bear with me.
Does my syntax look correct?
select tdltc001.lsup
from tdltc001, tdilc401
where tdltc001.clot = :tdilc401.clot and tdltc001.item = :tdilc401.item
selectdo
endselect
supp.lot = tdltc001.lsup
Thanks in advance
PJ