Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
7 replies
Subscribers
7 subscribers
Views
3809 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
HI All, I have requirement to accept an amount value of having 20 digits an
manikantap918
over 9 years ago
HI All,
I have requirement to accept an amount value of having 20 digits and 2 decimal points and show the amount in currency format i.e., "$23,212,321,232,123,212,321.05" I am able to implement it for 14digits and 2 decimal points but unable to get it for more than that it is giving "~" symbol if we enter more than that . Can any one please suggest how can we acheive this without getting this approx symbol and it has to allow up to maximum of 20 digits and 2 decimal points.
Thanks in Advance,
Manikanta P
OriginalPostID-140524
OriginalPostID-140524
Discussion posts and replies are publicly visible
Parents
0
Stefan Helzle
A Score Level 3
over 9 years ago
You these large numbers you have to use a variable of type text and a text field. Appian saves decimal numbers as double precision floating point which can not save such large numbers.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Stefan Helzle
A Score Level 3
over 9 years ago
You these large numbers you have to use a variable of type text and a text field. Appian saves decimal numbers as double precision floating point which can not save such large numbers.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data