cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Aggregation in CDS Custom entity display in RAP

sagar_ranasingh
Participant
0 Kudos
1,478

Hi All ,

i have developed a RAP application on top of CDS Custom Entity as the fields will be calculated . Application is working fine , however i want to display the Sum of one field(Amount) at end of the column . With Custom entity , the annotation @Aggregation.Deafult :#SUM is not working as its a custom entity .

Please guide how to handle the aggregation incase of custom entity RAP application .

Thank you .

Accepted Solutions (0)

Answers (1)

Answers (1)

WRoeckelein
Active Participant
0 Kudos

Hi,

you have mispelled the annotation,

@Aggregation.Default: #SUM

is correct, but this never worked for me outside of a analytics app.

Regards,

  Wolfgang