Hello ,
I’m working on WO Component Report and adding Po No’s to Production Order data source using Join . The join was successfully tested i was able to see the PO_HDR table in our data source . However , when i add the po’no’s i dont see any data but we have all the data related to the PO’Nos .
Here’s the join i used
LEFT JOIN po_hdr on (po_hdr.order_date = prod_order_hdr.order_date)
