Skip to main content

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 

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.


Reply