Description: it doesn't show the number if the percent is 0 Steps to Reproduce: 1.write "0" in a cell (without quotation marks) 2.go to cell format 3.use custom format introducing this one: #"%" Actual Results: the result is -> % <- Expected Results: it should appear -> 0% <- Reproducible: Always User Profile Reset: No Additional Info: I can't use a workaround because there is a formula in my cell. User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0
Have you disable Menu/Tools/Options/LibreOffice Calc/View - Display - Zero Values?
(In reply to m.a.riosv from comment #1) > Have you disable Menu/Tools/Options/LibreOffice Calc/View - Display - Zero > Values? no, that value is active.
Then please attach a minimal sample file with the issue.
Created attachment 140524 [details] sample percent issue here it is
With that format code #"%" is normal having zero not visible, # is exactly to hide zeroes.
(In reply to m.a.riosv from comment #5) > With that format code #"%" is normal having zero not visible, # is exactly > to hide zeroes. Please don't close the issue. I need a solution. This issue is related with other one that I opened a time ago. I need to put the "%" sign in a cell. This cell contains a formula to calculate the percent of a value, i can't declarate the cell as % because it recalculate my value. So the only solution is to format the cell with this value -> #"%" to add the % sign. Maybe sounds stupid that you don't want to see the value of 0 in a percent but in that cell I calculate the benefit of something, so if the value is 0, I need to see the 0%. If you consider is not a bug, please I really apreciate if you could tell me what steps should I follow to see the 0 value with the percent sign without recalculate the value, and without decimals.
Created attachment 140526 [details] sample percent issue with a formula I attach a new simple sample with a formula. Check the result cell. What steps should I do to get a -> 0% <-
ok got it with 0"%" instead of #"%" thanks anyway. you can close the issue.