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

Regina Henschel <rb.hensc...@t-online.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rb.hensc...@t-online.de

--- Comment #2 from Regina Henschel <rb.hensc...@t-online.de> ---
If the data is 0, then it is correct to use this 0. The error in this case is,
that the chart is not based on the original data, but on a copy, which has a 0
instead of the blank cell.

To solve such problems, the user can use the original data or make a copy,
which indicates, that the original data does not exist, e.g.
 =IF(ISBLANK(Data.B9);NA();Data.B9)

I do not think, a new option in the chart is the correct way.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise

Reply via email to