03-11-2009 09:59 AM
03-11-2009 10:14 AM
You need to use a plain string indicator and do your own formatting of the numeric data, shouldn't be too hard. ;).
You can also make an Xcontrol.
03-11-2009 10:15 AM
I don't think that it is possible to display a number with that format in a numeric indicator.
You could convert the number to a string indicator:
1.) Find the number of decimal places required
2.) Convert the number to a fractional string with the required number of digits
3.) Use the match pattern and string subset functions to build your string
03-11-2009 10:31 AM
03-11-2009 11:29 AM
03-11-2009 11:35 AM