Scientific Notation error
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
Amy123
8 - Asteroid
‎06-22-2021
02:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Team,
Can someone help how to convert the Scientific Notation to Number along with String value in one column.
Invoice | Correct Invoice |
1.19E+35 | 119191111111111000000000000000000000 |
20202020202 | 20202020202 |
Commercial 123 | Commercial 123 |
Invoice column is flowing from the Input data i want correct invoice column with a formula that convert the scientific notation to number
Thanks
Labels:
- Labels:
- Expression
- Transformation
1 REPLY 1
13 - Pulsar
‎06-22-2021
04:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
hi @Amy123
Alteryx can read the scientific notation as numeric value. If you want to change how the number is displayed, you can use ToString to format, as per the example attached here.
