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..
Views
Replies
Total Likes
Hi,
try this display pattern num{zzz,zz9.99} and this edit pattern num{zzzzz9.88}.
Views
Replies
Total Likes