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

Mike Kaganski <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |NOTABUG
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #2 from Mike Kaganski <[email protected]> ---
The default fractional format (used in your sample file) is

  #" "?/?

which uses a single '?' for numerator, and a single '?' for denominator. This
way, it uses single-digit fraction.

Use two '?'s (in denominator - that's where it's important; in numerator, it
will use as many digits as needed), that's how you control the precision of
your fraction. This also happens when you use the number format dialog's
Denominator places.

Closing NOTABUG.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to