How to remove the decimal points for a field using CAP CDS annotations?
Asked
Active
Viewed 639 times
1 Answers
0
Use @Scale
annotation as it takes integer value that specifies the number of decimal places to display for a field.
For your use case, set the @Scale value to 0.

Amit kumar
- 2,169
- 10
- 25
- 36