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

How to change the formatting of a number in a text object

I apologise if this is very basic, but I'm new to QV.

I have a text object which has a number in it eg. 123456, by using =sum(April population 2011) . I want to be able to show it as 123,456. How do I do this?

Thank you in advance!

1 Solution

Accepted Solutions
Not applicable
Author

NUM(sum(April population 2011),'#,##0')

View solution in original post

2 Replies
Not applicable
Author

NUM(sum(April population 2011),'#,##0')

Not applicable
Author

Thank you for the speedy response!