Hi Samuel,
The GL distributions are stored in the 'A/P G/L Disbursements' data file, and in GridView would be loaded with this table into a separate view from the A/P Transactions table.
If you require to combine this into a single window, you would have to first create the view on this GL Disbursements table (since it has multiple details for each invoice), and then use Calculated columns to read the other Invoice information from the Transactions file. The dictionaries are not configured to use the 'Use Related Data' feature, so you would need to create a second view on the AP Transactions table as part of a workspace. Then a Calculated Column in both views with the same Title (say "Trans ID"), and syntax to get unique transaction IDs (say appending the vendor #, Transaction type and Document number). Finally, one Calculated Column for each Transaction column must be created with a GetLinkedValue formula, referring back to the other Transaction View, and using your "Trans ID" column as the linking field.
_________________________
Regards,
Softrak Tech Support