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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
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

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