[Libreoffice-bugs] [Bug 117808] cells display numbers as "0%" percent value although the correct percent value is shown in the cell editor

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri May 25 21:54:31 UTC 2018


https://bugs.documentfoundation.org/show_bug.cgi?id=117808

m.a.riosv <miguelangelrv at libreoffice.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |miguelangelrv at libreoffice.o
                   |                            |rg
         Resolution|---                         |NOTABUG

--- Comment #3 from m.a.riosv <miguelangelrv at libreoffice.org> ---
The format code is '0.%', so the dot is dividing the value with 1000 what
implies low values are showed as '0%'.

Thousands Separator
Depending on your language setting, you can use a comma, a period or a blank as
a thousands separator. You can also use the separator to reduce the size of the
number that is displayed by a multiple of 1000 for each separator. The examples
below use comma as thousands separator:
Number Format
Format Code
15000 as 15,000
#,###
16000 as 16
#,

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180525/3042a9ed/attachment-0001.html>


More information about the Libreoffice-bugs mailing list