Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: Nithya PriyaI am trying to output the data in excel. One of the column should be formatted as e.g 246.00
When I use double() function, i get 246 whereas I expect it to display as 246.00.
If I use format("%.02f",columnName), it displays as 246.00 but it appears as text which will be tough incase we need to do a sum on that column.
I also tried using the Template where I have set that particular column as Number format with "2" decimal places.But still it doesn't work.
Kindly help me with it.
Thanks