GroupBy not working
How can i add a option to group by in my list report?I need this option: I tried with annotation below, but didn't work:@ui.presentationVariant: [{sortOrder: [{ by: 'belnr' }],groupBy: [ 'belnr' ],visualizations: [{ element: 'belnr', type: #AS_LI...