1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

OpenEdge BREAK-BY QTY and Sum of rows

Discussão em 'StackOverflow' iniciado por fdantas, Setembro 6, 2018.

  1. fdantas

    fdantas Administrator Moderador

    I have an orderline table which has QTY field and I would like to group items the way it is shown in image.

    [​IMG]

    I tried using this:

    FOR EACH RobotOrderline NO-LOCK
    BREAK BY RobotOrderline.OrderedQty.
    DISPLAY RobotOrderline.OrderedQty.
    END.


    But even the grouping seems wrong.

    [​IMG]

    Continue reading...

Compartilhe esta Página