<?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: Making Missing Value Codes More Transparent in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Making-Missing-Value-Codes-More-Transparent/m-p/929548#M108683</link>
    <description>&lt;P&gt;You can activate&amp;nbsp;&lt;FONT face="courier new,courier"&gt; Color Cell by value&lt;/FONT&gt;&amp;nbsp;to highlight missing values :&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Unfortunately, even if the user doesn't specify colors for the other values, JMP will use some color scale automatically.&lt;BR /&gt;This is why this code&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here(1);
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );

dt[[5,7,9,12],{height}]=999;
:height &amp;lt;&amp;lt; 
	Set Property( "Missing Value Codes", {999} ) &amp;lt;&amp;lt;
	Set Property(
		"Value Colors",
		{999 = "Medium Light Gray", Color Cell by Value( 1 )}
	)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;produces this view:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1770478360173.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/93320i91A84AA1A56D8880/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1770478360173.png" alt="hogi_1-1770478360173.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can use one of these workarounds to&amp;nbsp; get &lt;EM&gt;&lt;STRONG&gt;transparent&lt;/STRONG&gt; &lt;/EM&gt;missing values - without affecting the other cells:&lt;/P&gt;
&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_3-1770478988878.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/93322iD9D8BCFB18468E95/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_3-1770478988878.png" alt="hogi_3-1770478988878.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;set all the other values to white&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_2-1770478466254.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/93321i0596CE744B5EC4B3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_2-1770478466254.png" alt="hogi_2-1770478466254.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;use color gradient (from white to white):&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;:height &amp;lt;&amp;lt; 	Set Property( "Missing Value Codes", {999} ) &amp;lt;&amp;lt; 
	Set Property(
		"Color Gradient",
		{{"white", {"Continuous", "Categorical", "Diverging"}, {{255, 255, 255},
		{255, 255, 255}, Missing( "Black" )}}, Range( {0, 50, 100} ),
		Color Cell by Value}
	)&lt;/CODE&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 07 Feb 2026 15:43:54 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2026-02-07T15:43:54Z</dc:date>
    <item>
      <title>Making Missing Value Codes More Transparent</title>
      <link>https://community.jmp.com/t5/Discussions/Making-Missing-Value-Codes-More-Transparent/m-p/929489#M108680</link>
      <description>&lt;P&gt;I have an add-in that pulls data from a database and does process capability calculations. To save time, the add-in runs the Explore Outliers platform to add them as Missing Value Codes. This saves a lot of work. Lots of vision systems have a variety of fault codes that are not measurements, and we have a lot of vision systems here so they add up. Explore Outliers is great at getting rid of those. It's also good at getting rid of gross measurements that are due to machine faults. I would say that &amp;gt;&amp;gt;90% of the measurements it gets rid of help the cause.&lt;BR /&gt;&lt;BR /&gt;But what I don't like -- especially since this is happening behind the scenes for users using an add-in script -- is the lack of transparency. If we exclude rows, there is an icon and it gets reported below charts. Missing Value Codes are a lot more secretive.&lt;/P&gt;
&lt;P&gt;Before I make up a way to make them more visible to users, I wanted to know if anyone else has tackled this problem. (Or if someone can tell me, 'Just look in the Help documentation. Use this option that you should have already known about.)&lt;/P&gt;</description>
      <pubDate>Sat, 07 Feb 2026 00:17:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Making-Missing-Value-Codes-More-Transparent/m-p/929489#M108680</guid>
      <dc:creator>jay_holavarri</dc:creator>
      <dc:date>2026-02-07T00:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Making Missing Value Codes More Transparent</title>
      <link>https://community.jmp.com/t5/Discussions/Making-Missing-Value-Codes-More-Transparent/m-p/929512#M108681</link>
      <description>&lt;P&gt;To my knowledge there is no such setting but quite a few platforms do display Counts in some way which sometimes is indication that some values are missing. When I remove outliers (exclusion, column property, deleting value...), I collect that information somewhere and display it to the users / add it to the report.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Feb 2026 05:24:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Making-Missing-Value-Codes-More-Transparent/m-p/929512#M108681</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2026-02-07T05:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Making Missing Value Codes More Transparent</title>
      <link>https://community.jmp.com/t5/Discussions/Making-Missing-Value-Codes-More-Transparent/m-p/929548#M108683</link>
      <description>&lt;P&gt;You can activate&amp;nbsp;&lt;FONT face="courier new,courier"&gt; Color Cell by value&lt;/FONT&gt;&amp;nbsp;to highlight missing values :&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Unfortunately, even if the user doesn't specify colors for the other values, JMP will use some color scale automatically.&lt;BR /&gt;This is why this code&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here(1);
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );

dt[[5,7,9,12],{height}]=999;
:height &amp;lt;&amp;lt; 
	Set Property( "Missing Value Codes", {999} ) &amp;lt;&amp;lt;
	Set Property(
		"Value Colors",
		{999 = "Medium Light Gray", Color Cell by Value( 1 )}
	)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;produces this view:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1770478360173.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/93320i91A84AA1A56D8880/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1770478360173.png" alt="hogi_1-1770478360173.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can use one of these workarounds to&amp;nbsp; get &lt;EM&gt;&lt;STRONG&gt;transparent&lt;/STRONG&gt; &lt;/EM&gt;missing values - without affecting the other cells:&lt;/P&gt;
&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_3-1770478988878.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/93322iD9D8BCFB18468E95/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_3-1770478988878.png" alt="hogi_3-1770478988878.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;set all the other values to white&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_2-1770478466254.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/93321i0596CE744B5EC4B3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_2-1770478466254.png" alt="hogi_2-1770478466254.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;use color gradient (from white to white):&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;:height &amp;lt;&amp;lt; 	Set Property( "Missing Value Codes", {999} ) &amp;lt;&amp;lt; 
	Set Property(
		"Color Gradient",
		{{"white", {"Continuous", "Categorical", "Diverging"}, {{255, 255, 255},
		{255, 255, 255}, Missing( "Black" )}}, Range( {0, 50, 100} ),
		Color Cell by Value}
	)&lt;/CODE&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Feb 2026 15:43:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Making-Missing-Value-Codes-More-Transparent/m-p/929548#M108683</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2026-02-07T15:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Making Missing Value Codes More Transparent</title>
      <link>https://community.jmp.com/t5/Discussions/Making-Missing-Value-Codes-More-Transparent/m-p/929549#M108684</link>
      <description>&lt;P&gt;Afterwards, the column will have a flag&amp;nbsp;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;Color Cell by Value&lt;/FONT&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Unfortunately, applying the flag alone (without a value color - or a color gradient)&amp;nbsp; doesn't have an affect.&lt;BR /&gt;-&amp;gt; maybe worth a post to the wish list:&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;make&amp;nbsp;&lt;FONT face="courier new,courier"&gt;Color Cell by Value &lt;/FONT&gt;possible without additional color settings - to make Missing Value Codes more &lt;STRONG&gt;transparent&lt;/STRONG&gt;.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Feb 2026 15:40:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Making-Missing-Value-Codes-More-Transparent/m-p/929549#M108684</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2026-02-07T15:40:46Z</dc:date>
    </item>
  </channel>
</rss>

