<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:rb.henschel@t-online.de" title="Regina Henschel <rb.henschel@t-online.de>"> <span class="fn">Regina Henschel</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - Chart: Checkbox for zero values to be handled like missing values in plot options"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=115513">bug 115513</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>rb.henschel@t-online.de
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Chart: Checkbox for zero values to be handled like missing values in plot options"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=115513#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Chart: Checkbox for zero values to be handled like missing values in plot options"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=115513">bug 115513</a>
from <span class="vcard"><a class="email" href="mailto:rb.henschel@t-online.de" title="Regina Henschel <rb.henschel@t-online.de>"> <span class="fn">Regina Henschel</span></a>
</span></b>
<pre>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.</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>