<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Hide decimal separator if number has no decimal part and no trailing zeroes are to be shown"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=90684#c10">Comment # 10</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Hide decimal separator if number has no decimal part and no trailing zeroes are to be shown"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=90684">bug 90684</a>
from <span class="vcard"><a class="email" href="mailto:erack@redhat.com" title="Eike Rathke <erack@redhat.com>"> <span class="fn">Eike Rathke</span></a>
</span></b>
<pre>The case the original report actually was about.
#,##0.??
creates a format that reserves a blank space for trailing zero digits after the
decimal separator. With integer values the decimal separator is still
displayed, but shouldn't.
1.23 => "1.23"
1.2 => "1.2 "
1 => "1. " should be "1 "
<a href="show_bug.cgi?id=90684#c8">Comment 8</a> seems to talk about some earlier version where that might had
happened with .## as well, it doesn't now (and also not in 5.3 fwiw).</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>