Hello,
On the qSIListview, I have a number column formatted as 012345.9999. When users export to Excel using Action > Export, the leading / trailing zeros are dropped in Excel – i.e., 012345.9999 becomes12345,9999. This column is defined as varchar(15) data type in SQL, but somehow it got converted to numbers in Excel.
Please kindly advise if there is a workaround?
Thank you!