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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
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...