Viewing post 1 (of 1 total)
*check this brings results but can not find how to group them by WhsName*/
DECLARE @DATE AS DATETIME;
SET @DATE = GETDATE ();
select P.ItemName, P.ItemCode,P.WhsName,
[100] Sh,
[101] TI,
[102] Bod,
[103]...
March 16, 2015 at 5:54 pm
#1784393