Skip to main content
Nintex Community Menu Bar
Question

What's the best way to add localization so that numbers are displayed correctly

  • July 10, 2024
  • 3 replies
  • 4 views

Forum|alt.badge.img+6

So I have this page components:

When they display they look like this:

I want to be able to display the numbers correctly such as: 61,002 ( added separator).

What would be the appropriate way of adding this with skuid?

Thanks.

This topic has been closed for replies.

3 replies

Forum|alt.badge.img+4
  • July 10, 2024

Hey Software Developer Guy,

What kind of field ist this?

Could you try using two brackets instead of three? It would look like this: {{totalCount}}

I hope this helps,

Janick


Forum|alt.badge.img+13

Janick’s advice is correct, Skuid automatically applies locale-specific formatting to Number and Currency fields, but when you’re using Merge syntax, this is ONLY done when you use two brackets, three brackets returns the raw, unformatted, unescaped data. 


Forum|alt.badge.img+6

Great!!!  Worked Great.  Thank you.