Number(Amount) formatting in SQL then output to excel issue
Hi Gurus,
I'm having this issue where I need to convert amount format as per country currency and output it to excel. The formatting is done on the query using a custom function to check what is the transactional currency then the amount would be formatted base on that.
From the template the amount form field was set to as Regular Text type. When I'm trying to execute the preview with my data in to Excel. It is giving me error when my data is for example with currency from Danish Krone - 100.009,00 format. And sometimes when my data is 100.00, the output in excel is only 100 and not showing the ".00" .