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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
jblomqvist
Specialist
Specialist

What is the difference between Num and Num# function?

Hi there,

Can anyone explain to me please what is the difference between Num and Num# function?

I tried looking in the Help and it seems to suggest that Num is used for formatting purposes while Num# is for string value conversions?

11 Replies
Anonymous
Not applicable

Perfect Explanation

Qliksense_User
Contributor II
Contributor II

Num#('22%', '0%')   does not give 22%, instead it gives 0.22

Num#('2,200', '#,##0') does not  give 2,200. instead it gives 2.2K

Num('2,200' , '0,000') gives 2,200