i m still not sure how to join the transaction lin...
# suiteanalytics
s
i m still not sure how to join the transaction line for the bill on the PO this is what I have so far
Copy code
SELECT
transaction.ID as transaction_id,  
transactionLine.ID as transactionLine_id, 
transactionLine.item as item_id,
transactionLine.custcol6 as po_number,
FROM transaction
JOIN  transactionLine ON transaction.ID = transactionLine.transaction
 WHERE transaction.ID = 13636399 AND transactionLine.item  IS NOT NULL
m
FYI best place to ask SuiteQL questions is #C01FBBZ8PQC