With the help of this showing Zero value to Blank in Numeric column
XY = 8542
By Adding @Z in Transform
TRANSFORM(XY ,[@Z 99,99,999.99]) As ZB_XY
By Adding @ZB in Transform Numeric value Left Justify
TRANSFORM(XY ,[@ZB 99,99,999.99]) As ZB_XY
Q. How can a Numeric value ( which is actually convert to Alpha Value because of Transform) Right Justify with Transform
XY = 8542
By Adding @Z in Transform
TRANSFORM(XY ,[@Z 99,99,999.99]) As ZB_XY
By Adding @ZB in Transform Numeric value Left Justify
TRANSFORM(XY ,[@ZB 99,99,999.99]) As ZB_XY
Q. How can a Numeric value ( which is actually convert to Alpha Value because of Transform) Right Justify with Transform