Hi,
I'm new to GP but have been using SQL for the past 12 years - I'm currently trying to learn the table structures in order to write reports etc....mainly using ODBC into Excel.
I've been trying to construct a view that will show all open and historical GL transactions with an outer join to PM (all records from GL but only PM records where the GL line originates from PM) I'd also like to join SY03900 to PM so that I can see PM notes.
I'm trying to join GL30000 to PM30200 like this...
from GL30000 left inner join PM30200 on GL30000.ORTRXSRC = PM30200.TRXSORCE
....but I'm getting some strange result - are these the correct tables for doing this??
(I'll assume at this stage that joining SY to PM will be straight forward as I already have this working on it's own.....I'm also assuming that I'd use GL20000 and PM20000 for open transactions).
Thanks,
Darren
*This post is locked for comments