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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
OmarBenSalem

Format a number like this '2.3758 E-5' to as simple number (example 0.034?)

Hi guys ( stalwar1 )

I have a field like this:

Capture.PNG

I was wondering, how can I format it as a number? withou the E thing?

Thanks

1 Solution

Accepted Solutions
surendraj
Specialist
Specialist

May be this!!

=Num('2.3782E-5', '(dec)')

View solution in original post

8 Replies
sunny_talwar

Something like this

=Num(2.3782E-5, '0.000000')

=Num(FieldName, '0.000000')

OmarBenSalem
Author

When I do this, here's what happens:

Capture.PNG

sunny_talwar

Might need to add more 0s (=Num(2.3782E-5, '0.000000000'))... not sure but I see this, when I use this in text box object

Capture.PNG

OmarBenSalem
Author

even with a lot of 0.0000000000000000 that does not seem to work

Capture.PNG

surendraj
Specialist
Specialist

May be this!!

=Num('2.3782E-5', '(dec)')

OmarBenSalem
Author

That's the first time I see this !

Great Surendra !!

sunny_talwar

Me too ... Well I have seen this before, but never used it to know how it works

surendraj
Specialist
Specialist