Removing thousands separator on integer field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2009 08:24 AM
I want to use an integer field to store and display a 5-digit number which is a telephone extension.
It gets displayed on forms with a thousands separator - extension 55123 becomes "55,123".
How/where can I set the diplay of this field to not use a thousands separator ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2009 08:41 AM
Even though what you're storing is a number, it should really be treated as a string. If you're not going to do any computations on the value in the field, use a string for the field data type instead. I always ask myself "Am I going to be doing any math on the values in this field?". If not, then I probably need to use a 'String' data type instead of an integer or numeric.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2015 04:03 PM
On the dictionary record for the field add an attribute named format and the value of none.
This is from the wiki on attribute values for the dictionary
format | format name | any numeric field such as integer or glide-date | Specifies the type of number format to use instead of the standard numeric formatting. Options are:
|