Hello,colleagues.
I have creating ListReport application using CDS annotation.
I added annotation below to my field in CDS view.
@UI.selectionField: [ { position: 50 } ]
@Consumption.filter: [ { mandatory: true,
multipleSelections: false,
selectionType: #SINGLE } ]
But @Consumption.filter does not work. In ListReport i can select multiple values and mandatory is not true.
Сan someone faced this problem ? How to resolve this issue?