Hi,
I have build a workflow where I am getting the no. generated in exponential format when I output(export it)- refer below table please:
| ABC | 29679193061 | -30538883530 |
| YUO | 2.42422E+11 | -2.4874E+11 |
| NHG | 9876928070 | -9745391035 |
| DFK | 5.70141E+11 | -5.57734E+11 |
| 2 Day ccy | 8.52119E+11 | -8.46758E+11 |
| | | |
| Total | 1.26125E+12 | -1.26084E+12 |
Currently all the attributes for this calculation is in doubles - how can i get it into proper numeric format like below.
| ABC | 29679193060.66 | -30538883529.53 |
| YUO | 242421917966.75 | -248740210484.65 |
| NHG | 9876928069.72 | -9745391034.73 |
| DFK | 570140627445.62 | -557733924003.99 |
| 2 Day ccy | 852118666542.74 | -846758409052.90 |
| | | |
| Total | 1261249138616.64 | -1260835136254.78 |
Any help is much appreciated.
Thanks,
Swati