Skip to main content

Community

Connector Improvement: Workday Financial Management Supplier Invoice Adjustment table and Supplier Invoice JOIN Yields Too Many Rows - Suggest Using GUID

Answered

Please sign in to leave a comment.

Comments

2 comments

  • Official comment

    Hi Bryan, 

    Do you mind sharing an example with me? I'm not seeing that there are multiple supplier invoices with the same code. Are you removing instances of null to null joining? 

    Frank

     

     

    I just found another field that we can join on (see highlights in SQL below).  This is not intuitive based on what is shown in the ERD, but it works.  This ticket can be closed.

     

    SELECT count(*)

    FROM shca_source_data.workday_financial_management_shc.supplier_invoice_adjustment adj

    INNER JOIN shca_source_data.workday_financial_management_shc.supplier_invoice inv

        ON adj.original_invoice_id = inv.supplier_invoice_code