This question is locked. New answers and comments are not allowed.
I am on the 2013. 3.1204.1050 version.
Is there a way to make the thousand separator appear only when needed?
Example :
a numeric control with masking of #9.2, with thousand separator enabled, and a place holder of _
___,456,789.22
___,___,_89.22
Some users indicated this is obtrusive and less than attractive.
So we want to see if we can get rid of the place holder and have a thousand separator that gets inserted only as needed.
Currently if I replace the place holder with space I get ...
,456,789.22
, , 89.22
Which is even more strange.
So the ideal condition is to insert the comma as user types and as needed:
456,789.22
89.22
Can you point me in the right direction on how to achieve this?
Is there a way to make the thousand separator appear only when needed?
Example :
a numeric control with masking of #9.2, with thousand separator enabled, and a place holder of _
___,456,789.22
___,___,_89.22
Some users indicated this is obtrusive and less than attractive.
So we want to see if we can get rid of the place holder and have a thousand separator that gets inserted only as needed.
Currently if I replace the place holder with space I get ...
,456,789.22
, , 89.22
Which is even more strange.
So the ideal condition is to insert the comma as user types and as needed:
456,789.22
89.22
Can you point me in the right direction on how to achieve this?