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

Re: What is the query for Bin Location Content list Report

$
0
0

Hi,

this is my query

 

SELECT T7.[BinCode] AS "Current Bin"

  , T0.[ItemCode] AS "Item Code"

  , T1.ItemName AS "Item Description"

  , SUM(T0.[OnHand]-T0.[IsCommited]) AS "Put-Away Qty"

FROM OITW T0

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

LEFT OUTER JOIN OIBQ T3 on T0.ItemCode=T3.ItemCode and T0.WhsCode = T3.WhsCode

LEFT JOIN  OBIN T7 ON  T7.AbsEntry = T3.BinAbs

 

 

group by T7.[BinCode],T0.[ItemCode], T0.[ItemCode], T1.ItemName

HAVING SUM( T0.[OnHand]-T0.[IsCommited]) != 0


Viewing all articles
Browse latest Browse all 3316

Trending Articles



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