PO223 -crystal report retrieved received/full received POs

Sort:
You are not authorized to post a reply.
Author
Messages
GKLA
New Member
Posts: 2
New Member

    I am working on crystal report to pull only open POs from Purchorder and Poline (PO223) but i am getting received/full received POs too. Is there any field and value that determines POs are received/full received POs?

    JonA
    Veteran Member
    Posts: 1162
    Veteran Member
      I use a formula to calculate the Open Quantity (OpenQ)

      {POLINE.QUANTITY} - {POLINE.CXL_QTY} - {POLINE.REC_QTY}

      Then use {@OpenQ} > 0 in my record selection.
      Jon Athey - Sr. Supply Chain Analyst - Materials Management - MyMichigan Health
      GKLA
      New Member
      Posts: 2
      New Member
        Thanks JonA!. I will update my report with above formula and will have it verified by end users.
        You are not authorized to post a reply.