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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
qvhjenvo
Contributor
Contributor

Format a number

Hi,

I have a number for ex. 4,535910775293e-014

I want to format the number to for ex. 0,05. How?

Someone helps me!

Loi

Labels (1)
15 Replies
MK_QSL
MVP
MVP

Click on Use Advance Editor  (Right TOP) where we are replying....!

Now you can find Attach (Right Bottom)

its_anandrjs
Champion III
Champion III

Use advance editor for that.

qvhjenvo
Contributor
Contributor
Author

Ok. Thanks

In the attachement there are 3 textbox with different formats.

Result in the last one is desired.

The first textbox is what I want to format directly so that I have as the result in the last txtbox.

MK_QSL
MVP
MVP

=NUM($(expUSDEksponeringTeller)/$(expBeløpNyePoliser)*POW(10,12),'#,##')

Update :

or

OR

=NUM($(expUSDEksponeringTeller)/$(expBeløpNyePoliser)*POW(10,RIGHT(SubField($(expUSDEksponeringTeller)/$(expBeløpNyePoliser),'e',2),2)-1),'#,##')

qvhjenvo
Contributor
Contributor
Author

Thanks. U saved my day!!!

Not applicable

Hi Loi Tan Vo,

There is yet another way of making, using integers only might use a Num(Field, '########################').

Hope that helps.

I left an example here Campo numérico com mais de 14 caracteres

hugs