<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - ANOVA uses wrong formula when on new sheet"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=121103#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - ANOVA uses wrong formula when on new sheet"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=121103">bug 121103</a>
              from <span class="vcard"><a class="email" href="mailto:dennisfrancis.in@gmail.com" title="Dennis Francis <dennisfrancis.in@gmail.com>"> <span class="fn">Dennis Francis</span></a>
</span></b>
        <pre>The problem is at
<a href="https://opengrok.libreoffice.org/xref/core/sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx?r=470a91cb#70">https://opengrok.libreoffice.org/xref/core/sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx?r=470a91cb#70</a>
where the ScRefFlags flag is hard-coded to ScRefFlags::RANGE_ABS. Instead it
should be decided based on whether the input and output ranges/addresses are in
same sheet or not - if they are in the same sheet then ScRefFlags::RANGE_ABS
should be fine, else ScRefFlags::RANGE_ABS_3D should be used.

I think this bug can be marked as an easy-hack for the new contributors with
the above code-pointer to help them.</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>