<?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: N missing values/empty cell in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/N-missing-values-empty-cell/m-p/45802#M26134</link>
    <description>&lt;P&gt;What you are seeing is the Missing Value character for numeric columns.&amp;nbsp; JMP uses this character intentionally. Statistics performed on a column that contains missing values, will automatically exclude those cells from the calculations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If what you want, is to change the cells from the missing value character, into an empty(Blank) cell, you can do this by using the Column Property, Value Labels.&amp;nbsp; By adding "." in as a value, and just a single space as the value to display, JMP will change the missing value symbols to blanks&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="missing value column property.PNG" style="width: 606px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/7944i180DD670B76E0E43/image-size/large?v=v2&amp;amp;px=999" role="button" title="missing value column property.PNG" alt="missing value column property.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="missing value column property2.PNG" style="width: 597px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/7945i1383D3EAF935853A/image-size/large?v=v2&amp;amp;px=999" role="button" title="missing value column property2.PNG" alt="missing value column property2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Oct 2017 14:52:44 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2017-10-12T14:52:44Z</dc:date>
    <item>
      <title>N missing values/empty cell</title>
      <link>https://community.jmp.com/t5/Discussions/N-missing-values-empty-cell/m-p/45787#M26132</link>
      <description>&lt;P&gt;Sometime in my test product data, there are certain test whereby the product is not being tested. When I query from database, the result is empty though the category still appear hence I am getting the dark dot in JMP. Is there any way (beside exclude) whereby I can easily identify and remove those empty cell in every column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 09:32:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/N-missing-values-empty-cell/m-p/45787#M26132</guid>
      <dc:creator>adam</dc:creator>
      <dc:date>2017-10-12T09:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: N missing values/empty cell</title>
      <link>https://community.jmp.com/t5/Discussions/N-missing-values-empty-cell/m-p/45802#M26134</link>
      <description>&lt;P&gt;What you are seeing is the Missing Value character for numeric columns.&amp;nbsp; JMP uses this character intentionally. Statistics performed on a column that contains missing values, will automatically exclude those cells from the calculations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If what you want, is to change the cells from the missing value character, into an empty(Blank) cell, you can do this by using the Column Property, Value Labels.&amp;nbsp; By adding "." in as a value, and just a single space as the value to display, JMP will change the missing value symbols to blanks&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="missing value column property.PNG" style="width: 606px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/7944i180DD670B76E0E43/image-size/large?v=v2&amp;amp;px=999" role="button" title="missing value column property.PNG" alt="missing value column property.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="missing value column property2.PNG" style="width: 597px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/7945i1383D3EAF935853A/image-size/large?v=v2&amp;amp;px=999" role="button" title="missing value column property2.PNG" alt="missing value column property2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 14:52:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/N-missing-values-empty-cell/m-p/45802#M26134</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-10-12T14:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: N missing values/empty cell</title>
      <link>https://community.jmp.com/t5/Discussions/N-missing-values-empty-cell/m-p/45864#M26150</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/9679"&gt;@adam&lt;/a&gt;,&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Try This :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Clear Globals(); Clear Log(); 

// Open Sample Data 
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );

// Artificially introduce blanks 
SR = dt &amp;lt;&amp;lt; Select where(:height == 59) &amp;lt;&amp;lt; Get Selected Rows ; 
dt:height[SR,0] = .; 
dt:weight[SR,0] = .; 

// Remove rows with blanks 
dt &amp;lt;&amp;lt; Select where(IsMissing(:height)); 
dt &amp;lt;&amp;lt; Delete Rows; // Beware that you cannot remove the value for only one column - the entire row will be deleted &lt;/PRE&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Uday&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 21:09:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/N-missing-values-empty-cell/m-p/45864#M26150</guid>
      <dc:creator>uday_guntupalli</dc:creator>
      <dc:date>2017-10-12T21:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: N missing values/empty cell</title>
      <link>https://community.jmp.com/t5/Discussions/N-missing-values-empty-cell/m-p/45871#M26156</link>
      <description>&lt;P&gt;My bad, I was thinking that those missing is considered for statistic calculation. Thanks txnelson for answering my question.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2017 00:00:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/N-missing-values-empty-cell/m-p/45871#M26156</guid>
      <dc:creator>adam</dc:creator>
      <dc:date>2017-10-13T00:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: N missing values/empty cell</title>
      <link>https://community.jmp.com/t5/Discussions/N-missing-values-empty-cell/m-p/45872#M26157</link>
      <description>&lt;P&gt;Thanks Uday, this script helps too :)&lt;/img&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2017 00:03:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/N-missing-values-empty-cell/m-p/45872#M26157</guid>
      <dc:creator>adam</dc:creator>
      <dc:date>2017-10-13T00:03:02Z</dc:date>
    </item>
  </channel>
</rss>

