Question:
Is it possible to display numbers without the thousand separators? I need serial numbers to be numbers so they sort in the expected way (900 before 1000), but they then display with commas.
Answer:
You could cast the number field to a string, toString()
and it won't auto-add commas.
Comments
0 comments
Please sign in to leave a comment.