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

Re: Need query help for conversion of items unit from Nos to KG by using attached screen shot?

$
0
0

Dear Ramudu,

The query is as below:

 

SELECT T0.OcrCode [Costcode]

  ,T0.Itemcode

  ,T1.ItemName

       ,SUM(T0.InQty) [In Qty]

       ,T1.InvntryUom [UoM]

FROM   OINM T0

       INNER JOIN OITM T1 ON T0.ItemCode = T1.ItemCode

WHERE  T0.TransType = 59 and T0.ApplObj=202 and T0.Inqty > 0

  and T0.DocDate >=[%0] and T0.DocDate <=[%1]

GROUP BY T0.OcrCode

  ,T0.Itemcode

  ,T1.ItemName

  , T1.InvntryUom

 

Thanks & Regards,

Prabhakar Patole


Viewing all articles
Browse latest Browse all 3530

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>