Skip to main content
Question

Report Designer - Grouping information by a key column(s)

  • January 6, 2025
  • 1 reply
  • 59 views

Forum|alt.badge.img+2
  • Do Gooder (Customer)
  • 3 replies

Hello Everybody, im fairly new at using Report Designer, i come from the Crystal Reports world, i received so far, just a handful of hours of training and i have the “simple” requirement to be able to group by key information, in my case, i need to show everything picked ina shipment, grouped by the Sales Order that was picked against, and showing basically the sum of the total picked by Order.

 

but i can’t find a way to group inside of Report Designer ? is that an option and im just not seeing it?

 

we are in 24S1, Cloud version… any idea would be appreciated 

1 reply

Forum|alt.badge.img+17
  • Hero (Employee)
  • 623 replies
  • January 20, 2025

It was very long time ago I used Report Designer, so I don’t remember what kinds of support for group by functionality it have. 

But if you cannot do it in Report Designer I would suggest looking into the server code of the report instead, since it consists of cursors and selects you could probably add Oracle Group By handling there instead.