Forum Replies Created

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

  • RE: Query Help

    ChrisM@Work - Thursday, April 20, 2017 7:36 AM

    Something like this?
    SELECT
     SO.ORDER_DATE,
     SOL.SYS_DELIVERY_DATE, SOL.SYS_SHIPPING_DATE,
     SO.ORDER_NUMBER, SOL.ORDER_LINE_NUMBER,
     SOL.PART_CODE,
     SLQ.ORDER_QUANTITY,
     SLQ.UNIT_OF_MEASURE

    FROM SALES_ORDERS SO

    INNER...

  • RE: Query Help

    Sorry for the bad post, reading article now to get understanding of how to properly post.

  • RE: Help with excluding certain records

    It is the backside of a purchased ERP system, I am just trying to create some reports....

  • RE: Help with excluding certain records

    Sorry I am not relaying clear information. I want all records with UOM_Control = 'S' and only UOM = 'LBS' where UOM_control = 'C'

  • RE: Help with excluding certain records

    I only want to value the inventory of LBS on the items with the 'C' for the UOM COntrol. Thanks

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