<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Exclude data in formula in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Exclude-data-in-formula/m-p/512371#M73993</link>
    <description>&lt;P&gt;It might sometimes be a bit formula/function dependent but in this case adding Excluded() to grouping should work&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1655912148378.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/43473i7C29F452BD003307/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1655912148378.png" alt="jthi_0-1655912148378.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Col Max(:Column 1, Excluded())&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 22 Jun 2022 15:36:02 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2022-06-22T15:36:02Z</dc:date>
    <item>
      <title>Exclude data in formula</title>
      <link>https://community.jmp.com/t5/Discussions/Exclude-data-in-formula/m-p/512366#M73992</link>
      <description>&lt;P&gt;I found that when a row is Hide and Excluded, the data is still being used by a formula in another column.&lt;/P&gt;&lt;P&gt;Here is an example, Column2 formula is Col Maxium (:Coumn 1), row 4 is excluded and hidden, but the data is still being used by the formula in Column 2.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to exclude data from row 4 so that it is not used by the formula in Column 2?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GroupSquareWolf_0-1655911585163.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/43472i9C89A6D28E64072F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GroupSquareWolf_0-1655911585163.png" alt="GroupSquareWolf_0-1655911585163.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 21:14:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Exclude-data-in-formula/m-p/512366#M73992</guid>
      <dc:creator>GroupSquareWolf</dc:creator>
      <dc:date>2023-06-27T21:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude data in formula</title>
      <link>https://community.jmp.com/t5/Discussions/Exclude-data-in-formula/m-p/512371#M73993</link>
      <description>&lt;P&gt;It might sometimes be a bit formula/function dependent but in this case adding Excluded() to grouping should work&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1655912148378.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/43473i7C29F452BD003307/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1655912148378.png" alt="jthi_0-1655912148378.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Col Max(:Column 1, Excluded())&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 22 Jun 2022 15:36:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Exclude-data-in-formula/m-p/512371#M73993</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-06-22T15:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude data in formula</title>
      <link>https://community.jmp.com/t5/Discussions/Exclude-data-in-formula/m-p/512388#M73996</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Col Maximum( If( !Excluded(), :Column 1 ) )&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thank you for the hint. Got the code.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 15:53:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Exclude-data-in-formula/m-p/512388#M73996</guid>
      <dc:creator>GroupSquareWolf</dc:creator>
      <dc:date>2022-06-22T15:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude data in formula</title>
      <link>https://community.jmp.com/t5/Discussions/Exclude-data-in-formula/m-p/513211#M74066</link>
      <description>&lt;P&gt;Many thanks for highlighting this topic!&lt;BR /&gt;I also noticed it some while ago - and was surprised ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good that there is such an easy solution to get what you expect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anybody know: Is the "exclude" neglected in the standard calculation due to speed reasons (no re-calculation with every change of the row "exclude" states)?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 18:19:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Exclude-data-in-formula/m-p/513211#M74066</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2022-06-23T18:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude data in formula</title>
      <link>https://community.jmp.com/t5/Discussions/Exclude-data-in-formula/m-p/513240#M74072</link>
      <description>&lt;P&gt;Not exactly the answer to &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;'s question but might be a good read related to this &lt;LI-MESSAGE title="Col Functions and Row States" uid="351705" url="https://community.jmp.com/t5/Discussions/Col-Functions-and-Row-States/m-p/351705#U351705" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt; . I think there has been some additional documentation related to this in release notes or in community, but I cannot find them now.&lt;/P&gt;
&lt;P&gt;Also this might be helpful sometimes &lt;A href="https://www.jmp.com/support/help/en/16.2/#page/jmp/row-functions-2.shtml#ww5085582" target="_blank" rel="noopener"&gt;Col Stored Value(&amp;lt;dt&amp;gt;, col, &amp;lt;row&amp;gt;)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 19:11:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Exclude-data-in-formula/m-p/513240#M74072</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-06-23T19:11:12Z</dc:date>
    </item>
  </channel>
</rss>

