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_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!