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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Qlik_Enthu
Creator II
Creator II

Question on Text box content formatting options

dear all, I have text box which will show some values based on calculations. I don't see formatting/style options to display the numbers. say for example if I am displaying a count and I wanted it to be in x,xxx,xxxx format. any idea on how to accomplish this?

regards,

sai

1 Solution

Accepted Solutions
settu_periasamy
Master III
Master III

Try with num(count(expression), '#, ###, ####') like that..

View solution in original post

4 Replies
settu_periasamy
Master III
Master III

Try with num(count(expression), '#, ###, ####') like that..

arvind_patil
Partner - Specialist III
Partner - Specialist III

HI Saimeenakshi,

Please Try Below One:

=Num(sum(Value),'0,000,0000')

Thanks,

Arvind Patil

arvind_patil
Partner - Specialist III
Partner - Specialist III

Hi Saimenakshi,

Please mark and close the thread .

Thanks,

Arvind Patil

Qlik_Enthu
Creator II
Creator II
Author

Thank you both!! it worked