Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • YouTube Videos
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Agility
      • Book your Agile Fundamentals training
      • Book you Kanban workshop
      • Learn more about Agile
        • Agile Webspace
        • Everything Agile
          • The Agile Manifesto
          • Best Practices
          • Retro Recipes
        • Methodologies
          • The Scrum Framework
          • Kanban
          • Extreme Programming
        • Roles
          • The Product Owner
          • The Agile Coach
          • The Quality & UX Coach (QX)
    • >> Go to DataMiner Docs
  • DevOps
    • About the DevOps Program
    • Sign up for the DevOps Pogram
    • DataMiner DevOps Support
    • Feature Suggestions
  • Swag Shop
  • Downloads
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Solutions
    • Deal Registration
  • Contact
    • Sales, Training & Certification
    • DataMiner Support
    • Global Feedback Survey
  • >> Go to dataminer.services

How to display thousand separators (commas) in Visio display of parameter value?

Solved1.20K views19th July 2023Visio
0
Jeff Douglass860 9th March 2021 0 Comments

Is it possible to display thousand separators (commas) in Visio display of parameter value. For example display parameter value of 123456.78 in Visio as 123,456.78

Thanks

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 19th July 2023

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
2
Bert Buysschaert [SLC] [DevOps Advocate]4.88K Posted 10th March 2021 0 Comments

Note that starting from DataMiner 10.0.9 feature release and 10.1.0 main release, with the introduction of RN26251, large values are already displayed with a thousands separator to improve readability. It uses the thin space character (\u2009), not a comma or period as to avoid confusion with different localization cultures.

One the one hand this improved readability may be enough, on the other hand this will probably break the RegexReplace proposed by Jarno, but a more accurate one can be composed to replace the \u2009 character with a comma.

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 19th July 2023
1
Jarno Lernou [SLC] [DevOps Enabler]5.07K Posted 10th March 2021 1 Comment

Hi Jeff,

The RegexReplace placeholder is very powerful. You can also use this to get to your goal.

In my example, the session variable ‘myTest’ contains the value ‘123456.78’.
The RegexReplace is placed in the text of my shape and is defined as: [RegexReplace:[Sep:,§](\d)(?=(\d{3})+\b)§[var:myTest]§$1,]

As you can see, the Sep placeholder also had to be used, as we are using a comma in the replacement part.

Jarno Lernou [SLC] [DevOps Enabler] Posted new comment 10th March 2021
Jarno Lernou [SLC] [DevOps Enabler] commented 10th March 2021

Do note that this regex won’t work if you have more than two decimals after the ‘.’, so maybe there might be even better regex implementations.

Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs