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

Num Function

HI

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

3 Replies
sunny_talwar

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