on 2016 Dec 16 10:50 AM
Dear Experts ,
I am applying below formula in Display String , But my value getting Round off .
for Ex : totext (41.665,'###,####,###.000') . I am getting output value as 41.670 , but i want to display 41.665 . Please suggest .
Hi Sri,
u can try below hope this help
totext (41.665,'###,####,###.000',3)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Use this instead
totext(41.665,3, ",")
Ian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
59 | |
11 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.