<?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: Data Filter to select missing in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Data-Filter-to-select-missing/m-p/11456#M10979</link>
    <description>&lt;P&gt;The best way to figure stuff like this out is to let JMP write it for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the Data Filter there's a Select Missing option in the red triangle above a column.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="8387_JMPScreenSnapz001.png" style="width: 356px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/1361i64AF5CB4DC2A0EC0/image-dimensions/356x295?v=v2" width="356" height="295" role="button" title="8387_JMPScreenSnapz001.png" alt="8387_JMPScreenSnapz001.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Turn that on and then save the filter script to a script window to see how to script it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="8388_JMPScreenSnapz002.png" style="width: 310px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/1362iAFB31AB62B90869F/image-dimensions/310x187?v=v2" width="310" height="187" role="button" title="8388_JMPScreenSnapz002.png" alt="8388_JMPScreenSnapz002.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Current Data Table() &amp;lt;&amp;lt; Data Filter(
&amp;nbsp; Location( {838, -4} ),
&amp;nbsp; Add Filter( columns( :weight ), Display( :weight ), Select Missing( :weight ) )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P style="font-size: 12px; font-family: Courier;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="font-size: 12px; font-family: Courier;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Jeff&lt;/P&gt;</description>
    <pubDate>Tue, 02 Jun 2020 13:55:48 GMT</pubDate>
    <dc:creator>Jeff_Perkinson</dc:creator>
    <dc:date>2020-06-02T13:55:48Z</dc:date>
    <item>
      <title>Data Filter to select missing</title>
      <link>https://community.jmp.com/t5/Discussions/Data-Filter-to-select-missing/m-p/11455#M10978</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am attempting script a plot Y by X plot and constrain the rows to those missing in column Z.&amp;nbsp; I am modifying some existing code and the local filter is defined&lt;/P&gt;
&lt;P&gt;as&lt;/P&gt;
&lt;P style="font-size: 12px; font-family: Courier;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;&amp;nbsp; Add Filter( columns( :Fid_data_check ), Where( :Fid_data_check == "not found" ) )
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;but this depended on the creation of a column externally in Excel that was either "OK" or "Not Found".&amp;nbsp; I am moving the entire workflow to eliminate the need of Excel and would like to take advantage of the is missing values handling.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt; Add Filter( columns( :Z ), Where( is missing(:Z) ) ),
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The Log window says that:&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;Range value cannot be missing.&lt;/LI-CODE&gt;
&lt;P&gt;How do I need to modify the Add Filter line?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 23:23:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Data-Filter-to-select-missing/m-p/11455#M10978</guid>
      <dc:creator>Hegedus</dc:creator>
      <dc:date>2023-06-09T23:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Data Filter to select missing</title>
      <link>https://community.jmp.com/t5/Discussions/Data-Filter-to-select-missing/m-p/11456#M10979</link>
      <description>&lt;P&gt;The best way to figure stuff like this out is to let JMP write it for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the Data Filter there's a Select Missing option in the red triangle above a column.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="8387_JMPScreenSnapz001.png" style="width: 356px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/1361i64AF5CB4DC2A0EC0/image-dimensions/356x295?v=v2" width="356" height="295" role="button" title="8387_JMPScreenSnapz001.png" alt="8387_JMPScreenSnapz001.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Turn that on and then save the filter script to a script window to see how to script it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="8388_JMPScreenSnapz002.png" style="width: 310px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/1362iAFB31AB62B90869F/image-dimensions/310x187?v=v2" width="310" height="187" role="button" title="8388_JMPScreenSnapz002.png" alt="8388_JMPScreenSnapz002.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Current Data Table() &amp;lt;&amp;lt; Data Filter(
&amp;nbsp; Location( {838, -4} ),
&amp;nbsp; Add Filter( columns( :weight ), Display( :weight ), Select Missing( :weight ) )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P style="font-size: 12px; font-family: Courier;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="font-size: 12px; font-family: Courier;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Jeff&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 13:55:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Data-Filter-to-select-missing/m-p/11456#M10979</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2020-06-02T13:55:48Z</dc:date>
    </item>
  </channel>
</rss>

