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

Re: Same Query as equal to "Inventory Posting List" need an extra Feild "Serial Number"

$
0
0

Hi Vinod...

 

Try This

 

SELECT T0.[CardCode],  T0.[BASE_REF], T0.[ItemCode], T0.[Dscription], T0.[InQty], T0.[OutQty], T0.[Price], T0.[Warehouse], T2.[IntrSerial], T0.[TransType] FROM OINM T0 left join SRI1 T1 on T1.[ItemCode] = T0.[ItemCode] INNER JOIN OSRI T2 ON T1.SysSerial = T2.SysSerial and  T1.[ItemCode]  =  T2.[ItemCode] WHERE T0.[CardCode] between [%0] and [%1] and  T0.[DocDate] between [%2] and [%3]

 

 

Regards

Kennedy


Viewing all articles
Browse latest Browse all 8459

Trending Articles