Changing the number format

dev_K
Tera Contributor

Hi All,

 

Currently this is the format of displaying numbers in the platform: 

 

dev_K_0-1730711325133.png

 

 

Is it possible to change it? I want to separate thousands by '.' and a comma to separate decimals so it should be '100.050,50'.

 

 

Thanks!

4 REPLIES 4

Dr Atul G- LNG
Tera Patron
Tera Patron

HI @dev_K 

 

The screen shot you refer is currency and i think it is based on currency type , if I m not wrong. 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

dev_K
Tera Contributor

 how can I change the currency format?

As per my knowledge , we cant change. 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Robbie
Kilo Patron
Kilo Patron

Hi @dev_K,

 

An important point to note, the currency is determined by the system locale property.

It is highly recommended not to change the system locale after currency values have been entered into the instance. When you change the system locale, the reference currency values are not adjusted. There is no rate conversion. This persistence results in invalid aggregations and filtering.

 

ServiceNow docs link to system local and currency settings:

https://docs.servicenow.com/bundle/xanadu-platform-administration/page/administer/currency/concept/l...

 

Question: If this really was a must have requirement, you could possibly override the display value (display value only) on the portal for example, however, you would need to manage the underlying stored value if a field was editable to users and it's probably not recommended.

 

Hope that helps.

 

To help others (or for me to help you more directly), please mark this response correct by clicking on Accept as Solution and/or Kudos.



Thanks, Robbie