SharePoint remove commas from number fields Aasim Naseem, January 21, 2019 | Read Count: 6,440April 9, 2025 Category: My Tutorials > Random TipsIn some instances you don’t want number fields to display with comma’s in SharePoint views. Unfortunately, there is no setting to not display commas on number fields. Use Calculated field to remove comma’s from number field For this example, I’m going to display a number column (Alias) in a calculated field (Alias Calculated). Create a calculated field, and for the **Do not copy and try to paste this formula, type it in your calculated field and make sure to use the Insert Column option. 2. Type in the following formula: =text( Then double click on your number field in the Insert Column box then type: ,”0″) Your formula should display something like this: =text([Alias],”0″) Choose a number field, with 0 decimal places and click OK. This should display your number column without the commas while retaining the benefits of using a number field (field validation & sorting): *If you save the number as in the Text format type, sorting will not work correctly. Author Profile Aasim Naseem Hey, Thanks for your interest. I’m a PMP, AWS Solutions Architect, and Scrum Master certified professional with 17+ years of hands-on experience leading projects, building teams, and helping organizations deliver software solutions better, faster, and smarter. Outside of work, I’ve got a deep curiosity for history — especially ancient civilizations like Egypt. I also enjoy reflecting on the everyday moments that shape how we live and work. This blog is my space to share insights, lessons, and thoughts from both my professional journey and personal interests. Thanks for reading — and I hope you will find something here that matches your interest. Latest entries IslamJune 6, 2025 | Read Count: 305Economic impact of Eid-ul-Adha PMP CertificationMay 23, 2025 | Read Count: 508Best PMP Study Resources for 2025 (Books, Courses, Tools & More) Agile & FrameworksMay 7, 2025 | Read Count: 484Agile vs Scrum: Finally Understanding the Difference Agile & FrameworksApril 25, 2025 | Read Count: 510When Not To Use Agile: 5 Signs You Need a Different Approach Random Tips NintexProgrammingSharePoint
Random Tips New Features in C# 4.0 July 4, 2010 | Read Count: 15,481April 7, 2025 Category: My Tutorials > Random TipsVisual Studio 2010 is packed with new and enhanced features that simplify the entire development process from design to deployment. Customize your workspace with multiple monitor support. Create rich applications for SharePoint and the Web. Target multiple versions of the .NET Framework with the same… Read More
Random Tips Steve Jobs to Open Apple’s Developer Conference on June 7 May 25, 2010 | Read Count: 15,463April 7, 2025 Category: My Tutorials > Random TipsIt’s official: Apple’s Worldwide Developers Conference will start on Monday, June 7 at 10:00 a.m with a keynote address by Apple’s CEO, Steve Jobs. Although Apple has lately leaked far more information than usual, most notoriously with the double leak of the next iPhone prototype… Read More
Random Tips 9 Tools For Multi-Browser Web Development September 15, 2009 | Read Count: 16,497April 7, 2025 Category: My Tutorials > Random Tips With the positive reception of Opera 10, the importance of cross-browser testing for web developers is more important than ever. Taking the time to test your new pages in each individual version of Opera, Chrome, Firefox, Safari, and Internet Explorer (and possibly others) can be an… Read More