‎08-14-2012
01:30 PM
- last edited on
‎05-01-2025
03:45 PM
by
Content Cleaner
Using numeric indicators, is it possible to display large numbers as comma separated every 3 digits?
Example: 123456.789 -----> 123,456.789
This is a long standing request (for instance see this and that) but I am unable to figure out how the advanced format specifier is supposed (or not) to help us do that.
‎08-14-2012 01:48 PM
‎08-14-2012 01:53 PM
I don't want to use a string intermediate. As a matter of fact, I don't want to have to do anything more than select a numeric display mode that reads "show comma-separated thousands".
I'd argue that I may want options to replace the comma by a slight space and have the same option for hexadecimal, octal and binary representations.
‎08-14-2012 02:47 PM
Hi X,
again regional settings problems: I would call that "dot separated thousands" - or maybe "apostrophe separated thousands"...
I usually have to handle measurement data with just 16bit resolution (or 4.5 decimal digits), so I don't need such separation options. For me automatic formatting is ok.
‎08-14-2012 02:51 PM
You might want to use a X-Control to do this. Display wise it would be a string but it's actual data type would be a number.
‎08-14-2012 02:59 PM
Hi Mark,
such a Xcontrol came to my mind too...
@X
I would rather like to see all regional settings problems (like for timestamps) solved before introducing another potential bugs (with even more options regarding it's worldwide usage as my naming above should note) into standard indicators...
‎08-14-2012 03:18 PM
OK, message received. These are all good suggestions/objections/remarks, but my point was to verify that I was not missing an obvious solution.
When I say; "I don't want to use a string", it is because I have a hard time believing that I am the only one challenged by things like that:
Are these 3 millions + photons or 36 millions?
Heck, check Microsoft calculator, it has a "Digit grouping" option in its "View" menu!
In other words, it is rather common practice to help your user entering or reading numerical outputs using this kind of display. Are you suggesting I should do that for arrays of numerics too if I want to drop a probe on my diagram? Or cluster containing numerics? I did not think so.
Off I am to the Idea Exchange Forum...
‎08-14-2012 03:29 PM
Suggestion posted here (for the objectors, but also for the supporters).
‎08-14-2012 03:58 PM
@X. wrote:
Suggestion posted here (for the objectors, but also for the supporters).
I'll kudo your suggestion but if you need something right away I think the X-Control would be your best effort. Even if your idea is accepted the earliest you would see it would be LV 2013.
‎08-14-2012 05:12 PM
It turns out that the idea had already been submitted a couple years ago (unsurprisingly, after all the threads I quoted above).