Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Akina0929
Creator
Creator

separate the positions of a number in text box?

I have created a text box for sale amount.text box showing some number it's not separating hundreds, thousands  positions with , please how can i separate  please help me.

Thanking you,

1 Solution

Accepted Solutions
trdandamudi
Master II
Master II

=Num(Sum([sale amount]),'###,000')

or

=Num(Sum([sale amount]),'#,##,000')

View solution in original post

5 Replies
trdandamudi
Master II
Master II

Use Num() function...

Akina0929
Creator
Creator
Author

Hi Thirumala ,

I have used sum(sale amount) expression how to use number function with the expression please share me that expression.

trdandamudi
Master II
Master II

=Num(Sum([sale amount]),'###,000')

or

=Num(Sum([sale amount]),'#,##,000')

Akina0929
Creator
Creator
Author

Thankyou very much Thirumala.

trdandamudi
Master II
Master II

You are welcome...