Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

GroupBy not working

rkenjiibmsuser
Explorer
0 Kudos
222

How can i add a option to group by in my list report?

I need this option:

Screenshot 2024-09-24 160329.png

 

 

 

 

 

I tried with annotation below, but didn't work:

@ui.presentationVariant: [{

sortOrder: [

{ by: 'belnr' }],

groupBy: [ 'belnr' ],

visualizations: [{ element: 'belnr', type: #AS_LINEITEM }],

requestAtLeast: [ 'belnr' ]

}]

 I tried to use UI.selectionPresentationVariant, but nothing.

I changed the table type in manifest.json to AnalyticalTable, GridTable... nothing.

I tried in V2 and V4.... nothing.

 

Please help me to achieve this!

0 REPLIES 0