Hi. I am attempting to create a LBI report in Crystal reports for GL charges with AP (invoice number, vendor, etc.) and PO fields (PO line number, PO item id, etc.). I started by pulling charges from the GLTRANS table and joining to AP through the APDISTRIB table (GLTRANS.OBJ_ID = APDISTRIB.GLT_OBJ_ID) to get to the APINVOICE and APVENMAST tables. But the query seems to be unacceptable due to latency. Is there a better solution to doing this?
Paul Andres