Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9091

Re: Help With Query To Check All Open PO's

$
0
0

Hi,

 

Try this query:

 

SELECT  T1.[ShipDate], sum(T1.[Quantity]) as Total FROM OPOR T0  INNER JOIN POR1 T1 ON T0.DocEntry = T1.DocEntry WHERE T1.[LineStatus]  = 'o' and  T0.[CardCode]  = [%0] GROUP BY  T1.[ShipDate] order by T1.[ShipDate]


Viewing all articles
Browse latest Browse all 9091

Trending Articles