
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2020 11:04 AM
Hello,
I can't find a recent thread to answer if we can remove the comma on an integer field? I just want the numbers, but it keeps adding in the comma
thanks
Solved! Go to Solution.
- Labels:
-
Project Portfolio Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2020 11:38 AM
Hi Julia,
You can pass attribute to the integer field as format=none. Give it a try.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2020 11:55 AM
Thanks for detailing it here for future readers. But good to know that you got an idea from comments above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2021 09:14 AM
This worked perfectly for me, thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2024 10:53 AM
Please note that if you add the attribute 'format=none' it strips any formatting for the integer field and the behavior results as a string field.
Example:
- Add the Attribute: format=none and Save
- Test the field on the form by entering something like a0s9df88a0s98df then tab out of the field
- Note that the expected Integer data type behavior should result in stripping out the alpha characters and leaving the numeric characters: 0988098
- Actual result from this test: a0s9df88a0s98df (field has behaved like a String data type)
- Don't believe that the format=none provides the expected solution
Thank you 🙏🤝