Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Decimal or Whole Number Question

Avatar

Level 2

How can a numeric field's numeric pattern (or javscript) be set up or coded to return a whole number or 1 decimal when the number has an exponential. For example, I'd like the same field to return a whole number when 120/12 = 10 and when the calculation returns a decimal (i.e. 131/12 = 10.916666) the number would return as 10.9.

I am ok with using a numeric pattern or javascript code.

2 Replies

Avatar

Level 7

You can use the JavaScript Round function. Math.round()

Avatar

Level 10

Use the symbol 8 right from the decimal point in you numeric pattern.

num{zzz,zzz,zz9.8}