Changing the number format using JSON code

Ghadage Aniket 1 Reputation point
2022-09-09T16:10:07.447+00:00

Is it possible to change the amounts to German format for the currency. I mean 1.000,00 euros? The dot after a thousand and the comma before cents. right now my sharePoint list is showing 1,000.00. I changed regional setting, still not working. is there any solution for that. your affords are appreciated

Microsoft 365 and Office SharePoint For business Windows
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Wendy Li_MSFT 1,711 Reputation points Moderator
    2022-09-12T07:17:06.733+00:00

    @Ghadage Aniket When using currency field in JSON formatting and concatenating some text to its value, it gets converted to string. I searched and tested, however, no such function was found to convert it back to currency in JSON formatting and append the commas (,).

    I also tried using Calculated column like the below, same result returned.
    239992-image.png
    239993-image.png

    A similar thread for your reference:
    https://techcommunity.microsoft.com/t5/sharepoint/currency-field-formatting-with-json/m-p/1514591

    So, currently, it seems that no way to change the currency format. For this issue, I suggest you submit a feedback on this portal, it is a place for customers provide feedback about Microsoft products. What's more, if a feedback is high voted there by other customers, it will be promising that Microsoft Product Team will take it into consideration when designing the next version in the future.

    ---------------------

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.