cancel
Showing results for 
Search instead for 
Did you mean: 

QUERY FOR GRPO WITH WHSE CODE

guruprasath424
Explorer
0 Kudos

i'm having already an query...........

SELECT T0.[CardCode], T0.[CardName], T1.[DocNum], T1.[TaxDate], T2.[ItemCode], T2.[Quantity], T2.[LineNum], T2.[LineTotal] FROM OCRD T0 INNER JOIN OPDN T1 ON T0.[CardCode] = T1.[CardCode] INNER JOIN PDN1 T2 ON T1.[DocEntry] = T2.[DocEntry] WHERE (T1.DocDate>='[%0]' and T1.DocDate<='[%1]')

but i need an addition of warehouse in the list and also use "where" tag for warehouse

Accepted Solutions (0)

Answers (0)