Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Formatting Amount field

Avatar

Level 1

Hello,

If the input amount is 1230.40 then how can I display this amount as 1230.40. I want to display Trailing zero for the amount 1230.40  but it always displays as 1230.4

I am using display pattern "num{zzz,zz9.99}".

Thanks in advance!

M..

0 Replies

Avatar

Level 10

Hi,

try this display pattern num{zzz,zz9.99} and this edit pattern num{zzzzz9.88}.