Hi -
I'm trying to create a report reading the following tables. (they are dbf files)
icitem sotran artran
item item item
qty qty
extprice extprice
I'm trying to list open order details (sotran) and sales details (artran) using 2 detail lines.
But, the link is screwed up. I've tried left outer, right outer, equal - - getting records in artran when none exist.
Mostly I'm trying to read from the tran tables to the icitem table, but then get hit with multiple starting points.
I'm thinking I need to add icitem twice and link to itself, but haven't gotten that right either.
Could someone lead me through the proper links very specifically - - I'm really stumped!
Thanks
I'm trying to create a report reading the following tables. (they are dbf files)
icitem sotran artran
item item item
qty qty
extprice extprice
I'm trying to list open order details (sotran) and sales details (artran) using 2 detail lines.
But, the link is screwed up. I've tried left outer, right outer, equal - - getting records in artran when none exist.
Mostly I'm trying to read from the tran tables to the icitem table, but then get hit with multiple starting points.
I'm thinking I need to add icitem twice and link to itself, but haven't gotten that right either.
Could someone lead me through the proper links very specifically - - I'm really stumped!
Thanks