SQR- Number display
Hi,
We are creating a CSV output file through SQR.
When we open CSV file in excel the fields are not opened in proper excel format.
How to display those fields in proper excel format after writing in CSV file?
I have tried below code but it does not seem to work
let $equal = '='
let $quote = chr(34) ! Double Quote
let $item_type = $equal || $quote|| $item_type || $quote