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: 
lionking15
Creator
Creator

Num Function

HI

what does this signifies '#,##0.00' in num function and also how to use it??

Labels (1)
3 Replies
Anonymous
Not applicable

sunny_talwar
MVP
MVP

This defines the format of your number.

These are some examples from the Help (https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/FormattingFunctions/Nu...)

Capture.PNG

muthukumar77
Partner - Creator III
Partner - Creator III

Hi,

Num(23546.21546855,'#,##0.00')

Output: 23,546.22

Muthukumar Pandiyan