I am having trouble outputting data into Excel. I have invoices that include dollar amounts, but when I output to Excel in order to have the dollar sign I have to convert to a string.
Is there any way to output a column of currency as a number in Excel instead of a string?
Solved! Go to Solution.
Thank you danrh!!
I just tried this, and it works fine except for negative number which still remain as text on the excel output. I realized this is because I used a layout too later to arrange tabs...a warning saying "the current page layout will cause some data to be truncated" Any ideas?
Ok problem solved- I had to change my report size into something bigger, thats all.