Viewing 6 posts - 1 through 6 (of 6 total)
Thank you both!
The report is working excellent now!
this is my final code...
SELECT
S.Sstatus as 'Status',
S.TICKETNUM as 'Receipt',
S.DATEin as 'Sold On',
S.INVNUM as 'SKU1',
S.TicketNum as 'Ticket',
S.Cost as 'Cost',
S.Amount as 'Amount',
I.NEWITEM as 'Condition',...
June 1, 2016 at 12:14 pm
Lynn Pettis (6/1/2016)
info 88249 (6/1/2016)
Lynn Pettis (6/1/2016)
info 88249 (6/1/2016)
Lynn Pettis (6/1/2016)
You will also need to change the inner join to Level5 to an outer join as well.
I changed them all...
June 1, 2016 at 11:56 am
Lynn Pettis (6/1/2016)
info 88249 (6/1/2016)
Lynn Pettis (6/1/2016)
You will also need to change the inner join to Level5 to an outer join as well.
I changed them all 😉
this is my final...
June 1, 2016 at 11:36 am
Lynn Pettis (6/1/2016)
You will also need to change the inner join to Level5 to an outer join as well.
I changed them all 😉
this is my final query:
SELECT
S.TICKETNUM as 'Receipt',
S.DATEin...
June 1, 2016 at 11:27 am
drew.allen (5/27/2016)
SELECT *
FROM...
May 27, 2016 at 11:49 am
With the 1st report I get something like this:
SELECT
i.ITEMS_PK as 'SKU 1',
i.INVNUM as 'SKU 2',
i.OWNERNUM as 'Online SKU',
i.NEWITEM as 'Condition',
i.BIN as 'Location',
k.DESCRIPT as 'Online Status',
h.DESCRIPT...
May 27, 2016 at 11:19 am
Viewing 6 posts - 1 through 6 (of 6 total)