So I have to do a join, thank you! ```LEFT JOIN I...
# suiteanalytics
l
So I have to do a join, thank you!
Copy code
LEFT JOIN Items
ON Transaction_lines.item_id = Items.item_id
Where items.type_name != 'Shipping Cost Item'