1

table img

How to remove the decimal points for a field using CAP CDS annotations?

Boghyon Hoffmann
  • 17,103
  • 12
  • 72
  • 170

1 Answers1

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