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: 
Not applicable

How to use num function

Hi All,

I need to convert 23.036821999 to 23.03 in chart but getting problem for that.

Thanks

Labels (1)
1 Solution

Accepted Solutions
its_anandrjs
Champion III
Champion III

Hi Ritul,

Use some thing like

   Num(23.036821999,  '#,##0.##')

Refer the reference mannual also.

Regards,

Anand

View solution in original post

4 Replies
Not applicable
Author

num#(expression [ , format-code[ , decimal-sep [ , thousands-sep] ] ])

its_anandrjs
Champion III
Champion III

Hi Ritul,

Use some thing like

   Num(23.036821999,  '#,##0.##')

Refer the reference mannual also.

Regards,

Anand

Not applicable
Author

an example could be:

#.##0,##

Not applicable
Author

Hi All,

Thanks for the help.

Thanks