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

Formatting a large number value in a text box

Hello my QV friends.  I thought this would be easy, but so far it has not been.  I have a text box on my report that has a number that I want formatted with commas.  The code is simply =Sum(Units)

How do I get this to format with commas?  I'm thinking something with Num#(), but cannot get it to work.  Thanks.

Large Number.PNG.png

1 Solution

Accepted Solutions
m_woolf
Master II
Master II

=num(Sum(Units),'#,###,##0')

View solution in original post

2 Replies
m_woolf
Master II
Master II

=num(Sum(Units),'#,###,##0')

Anonymous
Not applicable
Author

Thank you Michael