Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)

  • RE: Join Issues - Data Inconsistency

    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',...

  • RE: Join Issues - Data Inconsistency

    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...

  • RE: Join Issues - Data Inconsistency

    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...

  • RE: Join Issues - Data Inconsistency

    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...

  • RE: How to Combine 6 Reports...?

    drew.allen (5/27/2016)


    Looking at your queries, it looks like you may not realize that you can join to the same table multiple times as long as they have different aliases.

    SELECT *

    FROM...

  • RE: How to Combine 6 Reports...?

    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...

Viewing 6 posts - 1 through 6 (of 6 total)