Fixed units shipped query
This commit is contained in:
@@ -8,7 +8,7 @@ WHEN item_number IN ('17873') THEN 'Harmonic Neutralizer'
|
||||
|
||||
ELSE 'None'
|
||||
END AS "Product",
|
||||
reportpower.charass_value as "Power Output", reportinput.charass_value || ' ' || reportphases.charass_value AS "Input", ROUND(SUM(coitem_qtyord),0) as "Qty Ordered"
|
||||
reportpower.charass_value as "Power Output", reportinput.charass_value || ' ' || reportphases.charass_value AS "Input", ROUND(SUM(coitem_qtyshipped),0) as "Qty Shipped"
|
||||
FROM coitem LEFT OUTER JOIN cohead ON cohead_id=coitem_cohead_id
|
||||
LEFT OUTER JOIN itemsite ON coitem_itemsite_id = itemsite_id
|
||||
LEFT OUTER JOIN item ON item_id = itemsite_item_id
|
||||
|
||||
Reference in New Issue
Block a user