Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Henrique Capela
278
Views
1
Comments
Using comma as a decimal separator
Question
Hello,
Is there a way that I can use the comma as the default decimal separator on all web screens of an application?
I know I could use text fields and replace "." by "," but the manipulation would be very cumbersome, to say the least.
Thanks.
Henrique Capela
OutSystems Engineering
Dear Henrique,
Thank you for your post.
Currently the platform's decimal representation conforms exclusively to the Anglophone convention of using the point as the decimal separator. It does so in the internal Service Studio language, in the output displays (Expression widgets for example) and the inputs (although these allow for commas to be entered, converting them to point format on lose focus).
Your suggestion of using a stub text field is indeed our best suggestion and the one we use internally when this need arises. As an accelerator let me point you towards the
FormatDecimal()
function which allows you to create custom decimal outputs effortlessly. Please refer to Service Studio documentation for more info on its syntax.
Best regards,
Miguel
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...