Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Number Format Problems
SaranyaPK
Hi,
I am using custom number format as #.##
The data type of the column is float.
if the data is 0 then the output xls file generated has a dot in that cell instead of 0
Can you please help me resolve this?
Thanks in advance.
Find more posts tagged with
Comments
kallem
Using format code <strong class='bbc'>0.##</strong> solves problem partially. With that Excel output produces '<em class='bbc'>0,</em>' out of value <em class='bbc'>0</em>.
thuston
and "0.00" would always show two decimal places.
"#,##0.00" might be what you are looking for if you also want a thousands separator.