Query criteria or view joining voucher, payment, and vendor detail in Accounts Payable
User wants a query that includes data from the following tables. However, User receives duplicate rows due to some vendors having multiple addresses.
VOUCHER
VOUCHER_LINE
DISTRIB_LINE
VENDOR
VENDOR_ADDR
PYMNT_VCHR_XREF
PAYMENT_TBL
1. Are there any delivered views that join any of the above records in order to obtain voucher, payment, and/or vendor details?
2. Do you have suggestions on join criteria to use when querying these tables?