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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Exponents not showing as numbers in Qlikview

Does anyone know how to convert exponents into actual numbers?

Example: it shows '3.4115809049999998E+03'

3 Replies
ashfaq_haseeb
Champion III
Champion III

Hi,

What is the length of your number?

You can try with

num(Field, '#,###,###.00') as Field

Regards

ASHFAQ

MarcoWedel

Hi,

works out-of-the-box:

QlikCommunity_Thread_131044_Pic3.JPG.jpg

however check your decimal seperator in the script:

QlikCommunity_Thread_131044_Pic4.JPG.jpg

with my default value (comma), it works like this:

QlikCommunity_Thread_131044_Pic1.JPG.jpg

hope this helps

regards

Marco

jagan
Partner - Champion III
Partner - Champion III

Hi,

Try like this

=Num( '3.4115809049999998E+03')

OR

=Num(FieldName)

OR

=Num(FieldName, '#,###.00') - Formatting the converted number

Regards,

Jagan.