Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to convert Decimal to exponential value

Hi

 

I am getting "100.0" in the input column and i would like to convert it to "1.00000000000000000E+02". How can i do it in a tmap using conversion function.

Labels (2)
1 Reply
vapukov
Master II
Master II

Hi,

you could use format

 

String.format("%.17e",row1.valueDouble)