display number as text in excel output
We have a xml template to display in excel output for Japan Tax report. One of the field, state, can start wtih 0. Though the column is a designed as text field, the leading zero got dropped when open the report in Excel.
I tried a few function, concatenate a space before the feild, or using to_char, they all seem to double up the value. e.g. 011011, was displayed as 011011011011 or 11011011011.
Any adivse is greatly appreciated.
Thanks
Joyce
0