I have a valuelist of numbers. It is showing commas. How do I get that comma out of my list??? This is probably a real no-brainer, but I just can’t figure that one out!
The comma’s you see, are they thousand separators?
They’re probably there because they are specified in your default field format. To get rid of them, you can either change the format of the individual field or your default field format.
Use the format
####
```to not show thousand separators.
I formatted the field to #### and it still shows the commas in the field when the valuelist is attached. If the valuelist is not attached, it does not show the commas.
Any suggestions or comments?
Thanks!