Incorrect Numeric Values
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Suseendran
6 - Meteoroid
‎01-06-2022
02:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Team,
i have done one workflow , how can i avoid above mentioned (-2.17265E-05) this kind values.
But when the same process i have done in excel these values automatically converted as 0
Please help me.
By suseendran
Labels:
- Labels:
- Developer Tools
4 REPLIES 4
22 - Nova
‎01-06-2022
02:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Suseendran
You can use ToNumber() to convert -2.17265E-05 to numeric
And set the datatype to fixed decimal and set the number of decimals (refer below) 15 is number of decimals
Hope this helps : )
‎01-06-2022
02:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
When i try ToNumber() convertion , i'm facing this problem
22 - Nova
‎01-06-2022
02:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
22 - Nova
‎01-06-2022
02:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
