hvisionexpo
Programmer
I have data stored as 1, 2, 50, 100
and I need to always display it in three number format such as 001, 002, 050, 100
How can I apply this format in the select clause to get it in this format?
---------------------------------------------
I also have another column that has values .5, .25, -.25 and I need to display them with +/- sign with 2 decimal places.
i.e. +0.50, +0.25 and -0.25.
How can I apply this format in the select clause to get it in this format?
-----------------------
THANKS
and I need to always display it in three number format such as 001, 002, 050, 100
How can I apply this format in the select clause to get it in this format?
---------------------------------------------
I also have another column that has values .5, .25, -.25 and I need to display them with +/- sign with 2 decimal places.
i.e. +0.50, +0.25 and -0.25.
How can I apply this format in the select clause to get it in this format?
-----------------------
THANKS