<?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 color settings for &amp;quot;missing&amp;quot; values in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/color-settings-for-quot-missing-quot-values/m-p/564515#M77694</link>
    <description>&lt;P&gt;If there is a value missing in the data table, "missing" shows up as the first entry in the legend - and shifts all colors by 1 :(&lt;/img&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to define the value order in the column preferences such that "missing" is last?&lt;/P&gt;&lt;P&gt;Is it possible to define this as a standard via preferences?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or even better: Is it possible to define a fixed color for "missing" values - such that it doesn't interfere at all with the standard color order?&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="hogi_0-1667546325030.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/46899i4509B92106223DCB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1667546325030.png" alt="hogi_0-1667546325030.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="hogi_1-1667546340230.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/46900i891CB86A30053479/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1667546340230.png" alt="hogi_1-1667546340230.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;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Big Class.jmp" );

dt &amp;lt;&amp;lt; Graph Builder(
	Size( 534, 464 ),
	Show Control Panel( 0 ),
	Graph Spacing( 4 ),
	Variables( X( :weight ), Y( :height ), Overlay( :sex ) ),
	Elements( Points( X, Y, Legend( 9 ) ), Smoother( X, Y, Legend( 10 ) ) )
);

wait(2);

dt:sex[5]="";&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 11 Jun 2023 12:03:39 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2023-06-11T12:03:39Z</dc:date>
    <item>
      <title>color settings for "missing" values</title>
      <link>https://community.jmp.com/t5/Discussions/color-settings-for-quot-missing-quot-values/m-p/564515#M77694</link>
      <description>&lt;P&gt;If there is a value missing in the data table, "missing" shows up as the first entry in the legend - and shifts all colors by 1 :(&lt;/img&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to define the value order in the column preferences such that "missing" is last?&lt;/P&gt;&lt;P&gt;Is it possible to define this as a standard via preferences?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or even better: Is it possible to define a fixed color for "missing" values - such that it doesn't interfere at all with the standard color order?&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="hogi_0-1667546325030.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/46899i4509B92106223DCB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1667546325030.png" alt="hogi_0-1667546325030.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="hogi_1-1667546340230.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/46900i891CB86A30053479/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1667546340230.png" alt="hogi_1-1667546340230.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;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Big Class.jmp" );

dt &amp;lt;&amp;lt; Graph Builder(
	Size( 534, 464 ),
	Show Control Panel( 0 ),
	Graph Spacing( 4 ),
	Variables( X( :weight ), Y( :height ), Overlay( :sex ) ),
	Elements( Points( X, Y, Legend( 9 ) ), Smoother( X, Y, Legend( 10 ) ) )
);

wait(2);

dt:sex[5]="";&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 11 Jun 2023 12:03:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/color-settings-for-quot-missing-quot-values/m-p/564515#M77694</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-06-11T12:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: color settings for "missing" values</title>
      <link>https://community.jmp.com/t5/Discussions/color-settings-for-quot-missing-quot-values/m-p/564559#M77696</link>
      <description>&lt;P&gt;You could use Value Colors column property but... if you use it it seems like the missing value color in the theme will be ignored. I would say this is a bug and should be reported to JMP support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By default the user's preference color theme should be used AND the missing values should be with the desired color, but for some reason this doesn't seem to be the case&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="jthi_1-1667550441731.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/46902i1B480A5804B9727B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1667550441731.png" alt="jthi_1-1667550441731.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With Value Colors (missing color will be ignored)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1667550429359.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/46901i1CECEB64F65BE9B4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1667550429359.png" alt="jthi_0-1667550429359.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Without Value Colors (weird shift as the missing color is used but first color is still skipped)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_3-1667550502469.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/46904i4503210E7F558CE3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_3-1667550502469.png" alt="jthi_3-1667550502469.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using Universal color theme here&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_2-1667550463944.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/46903i2FAA1DB3952A12D4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_2-1667550463944.png" alt="jthi_2-1667550463944.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>Fri, 04 Nov 2022 08:29:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/color-settings-for-quot-missing-quot-values/m-p/564559#M77696</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-11-04T08:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: color settings for "missing" values</title>
      <link>https://community.jmp.com/t5/Discussions/color-settings-for-quot-missing-quot-values/m-p/564664#M77698</link>
      <description>&lt;P&gt;Apparently you have the option, "Include Missing Categories" selected as your default.&amp;nbsp; You can tun this off by unselecting it under the red triangle.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1667551024078.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/46949i048A4DD2286146E6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_0-1667551024078.png" alt="txnelson_0-1667551024078.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Or the option can be set as a default&amp;nbsp; as a preference&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_1-1667551231682.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/46995iF000E6F45F3AD778/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_1-1667551231682.png" alt="txnelson_1-1667551231682.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The order of Missing Categories can also be adjusted under the "Legend Settings" selection under the red triangle&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_2-1667551770917.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/46997iE5E7260480E30CEA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_2-1667551770917.png" alt="txnelson_2-1667551770917.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>Fri, 04 Nov 2022 08:50:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/color-settings-for-quot-missing-quot-values/m-p/564664#M77698</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-11-04T08:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: color settings for "missing" values</title>
      <link>https://community.jmp.com/t5/Discussions/color-settings-for-quot-missing-quot-values/m-p/564766#M77701</link>
      <description>&lt;P&gt;Hi Jim,&lt;/P&gt;&lt;P&gt;thanks for the explanations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To be honest, I don't understand which part of it solves my problem:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;SPAN&gt;and shifts all colors by 1 :(&lt;/img&gt;&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;I face this problem very often in JMP and want to solve it in general.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is another example, which makes the problem slightly more visible:&lt;/P&gt;&lt;P&gt;"sex" and "sex_2" are "the same", there is just one value missing in one cell of the data table.&lt;/P&gt;&lt;P&gt;I expect the color schemes to be the same&amp;nbsp;(*)&amp;nbsp;&lt;STRONG&gt;"by default"&lt;/STRONG&gt; - without any additional effort.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I configure JMP to make it behave like expected (*)?&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="hogi_1-1667566261681.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47022i93723AB503BEE34D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1667566261681.png" alt="hogi_1-1667566261681.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Big Class.jmp" );

dt &amp;lt;&amp;lt; New Column( "sex_2", Character, set each value( :sex ) );

New Window( "compare",
	H List Box(
		dt &amp;lt;&amp;lt; Graph Builder(
			Size( 534, 464 ),
			Show Control Panel( 0 ),
			Graph Spacing( 4 ),
			Variables( X( :weight ), Y( :height ), Overlay( :sex ) ),
			Elements( Points( X, Y, Legend( 9 ) ), Smoother( X, Y, Legend( 10 ) ) )
		), 

		dt &amp;lt;&amp;lt; Graph Builder(
			Size( 534, 464 ),
			Show Control Panel( 0 ),
			Graph Spacing( 4 ),
			Variables( X( :weight ), Y( :height ), Overlay( :"sex_2" ) ),
			Elements( Points( X, Y, Legend( 9 ) ), Smoother( X, Y, Legend( 10 ) ) )
		)
	)
);



Wait( 2 );

dt:sex[5] = "";&lt;/CODE&gt;&lt;/PRE&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 13:01:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/color-settings-for-quot-missing-quot-values/m-p/564766#M77701</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2022-11-04T13:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: color settings for "missing" values</title>
      <link>https://community.jmp.com/t5/Discussions/color-settings-for-quot-missing-quot-values/m-p/564815#M77705</link>
      <description>&lt;P&gt;What you need to do is to set the Value Colors for the column in question.&amp;nbsp; The limitation is that you do not want to use the #1 color in your choice.&amp;nbsp; Reserve that for the Missing Category&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );

:sex &amp;lt;&amp;lt; set property("Value Colors", {"F" = "blue", "M" = "green"});

dt &amp;lt;&amp;lt; Graph Builder(
	Size( 534, 464 ),
	Show Control Panel( 0 ),
	Graph Spacing( 4 ),
	Variables( X( :weight ), Y( :height ), Overlay( :sex ) ),
	Elements( Points( X, Y, Legend( 9 ) ), Smoother( X, Y, Legend( 10 ) ) )
);

wait(2);

dt:sex[5]="";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1667569766497.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47023i872627E80C46CD4A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_0-1667569766497.png" alt="txnelson_0-1667569766497.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="txnelson_1-1667569816152.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47024iF7F710CE1BF05D5E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_1-1667569816152.png" alt="txnelson_1-1667569816152.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>Fri, 04 Nov 2022 13:50:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/color-settings-for-quot-missing-quot-values/m-p/564815#M77705</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-11-04T13:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: color settings for "missing" values</title>
      <link>https://community.jmp.com/t5/Discussions/color-settings-for-quot-missing-quot-values/m-p/565309#M77733</link>
      <description>&lt;P&gt;Hi Jim,&lt;/P&gt;&lt;P&gt;you are right, this is indeed the most robust way to do it: minimum effort, but no surprises anymore :)&lt;/img&gt;&lt;/P&gt;&lt;P&gt;That was my first attempt to solve the issue, but ...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Ah:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;What you need to do is to set the Value Colors for the column in question.&lt;BR /&gt;The limitation is that you do not want to use the #1 color in your choice.&amp;nbsp; Reserve that for the Missing Category&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Many thanks. Nice workaround for this secon-order issue :)&lt;/img&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Next step:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;Where is the column property setting hiding to define the "Value &lt;STRONG&gt;Markers&lt;/STRONG&gt;"?&lt;/P&gt;</description>
      <pubDate>Sat, 05 Nov 2022 08:33:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/color-settings-for-quot-missing-quot-values/m-p/565309#M77733</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2022-11-05T08:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: color settings for "missing" values</title>
      <link>https://community.jmp.com/t5/Discussions/color-settings-for-quot-missing-quot-values/m-p/565346#M77738</link>
      <description>&lt;P&gt;There is not an equivalent "Value Markers" to the "Value Colors".&amp;nbsp; Markers are set either by Row State&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 &amp;lt;&amp;lt; Marker by Column( :sex );
Graph Builder(
	Variables( X( :height ), Y( :weight ), Color( :age ) ),
	Elements( Points( X, Y, Legend( 1 ) ) )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1667645626028.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47070iD4C7CE886B333AD2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_0-1667645626028.png" alt="txnelson_0-1667645626028.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Or by specific changes to elements within the Graphic platform&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
Graph Builder(
	Size( 525, 454 ),
	Show Control Panel( 0 ),
	Variables( X( :weight ), Y( :height ), Color( :sex ) ),
	Elements( Points( X, Y, Legend( 9 ) ), Smoother( X, Y, Legend( 10 ) ) ),
	SendToReport(
		Dispatch(
			{},
			"400",
			ScaleBox,
			{Legend Model(
				9,
				Properties(
					0,
					{Marker( "FilledWide" ), Marker Size( 6 )},
					Item ID( "F", 1 )
				)
			)}
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_1-1667645955985.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47071i52D4522CCACEA0A3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_1-1667645955985.png" alt="txnelson_1-1667645955985.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Nov 2022 10:59:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/color-settings-for-quot-missing-quot-values/m-p/565346#M77738</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-11-05T10:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: color settings for "missing" values</title>
      <link>https://community.jmp.com/t5/Discussions/color-settings-for-quot-missing-quot-values/m-p/565361#M77740</link>
      <description>&lt;P&gt;Oh, I am a bit surprised that the column propery: &lt;EM&gt;&lt;STRONG&gt;Value Markers&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;is not yet available.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Here is the wish:&amp;nbsp;&lt;BR /&gt;&lt;LI-MESSAGE title="new Column Property: Value Markers" uid="565358" url="https://community.jmp.com/t5/JMP-Wish-List/new-Column-Property-Value-Markers/m-p/565358#U565358" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Marker by Column().&lt;/P&gt;&lt;P&gt;I guess there are some applications where it makes sense, but there are so many disadvantages ...&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 21:07:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/color-settings-for-quot-missing-quot-values/m-p/565361#M77740</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-08-28T21:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: color settings for "missing" values</title>
      <link>https://community.jmp.com/t5/Discussions/color-settings-for-quot-missing-quot-values/m-p/729142#M91138</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;... Value Markers&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;is not yet available.&lt;BR /&gt;Here is the wish:&amp;nbsp;&lt;BR /&gt;&lt;A href="https://community.jmp.com/t5/JMP-Wish-List/new-Column-Property-Value-Markers/idi-p/565358" target="_blank" rel="noopener"&gt;https://community.jmp.com/t5/JMP-Wish-List/new-Column-Property-Value-Markers/idi-p/565358&lt;/A&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;Unfortunately, the wish got rejected :(&lt;/img&gt;&lt;BR /&gt;nobody needs Value Markers ?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 08:25:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/color-settings-for-quot-missing-quot-values/m-p/729142#M91138</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-03-01T08:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: color settings for "missing" values</title>
      <link>https://community.jmp.com/t5/Discussions/color-settings-for-quot-missing-quot-values/m-p/788964#M96986</link>
      <description>&lt;P&gt;The status of&amp;nbsp;&lt;LI-MESSAGE title="new Column Property: Value Markers" uid="565358" url="https://community.jmp.com/t5/JMP-Wish-List/new-Column-Property-Value-Markers/m-p/565358#U565358" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;just changed from "Not Planned for Now" to "Acknowledged".&lt;BR /&gt;&lt;BR /&gt;-&amp;gt; again open for voting:&lt;BR /&gt;Up to now, the Wish got 6 Kudos. Not bad - but ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just imagine how helpful it could be:&lt;BR /&gt;- meaningful legends in Graph Builder (compared to the alternative via row states)&lt;/P&gt;&lt;P&gt;- fully automatic + consistent&amp;nbsp; (compared to assigning markers manually via legend - right click menu)&lt;BR /&gt;&lt;BR /&gt;interested? Follow the link and support the Wish with a &lt;STRONG&gt;Kudo&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 21:21:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/color-settings-for-quot-missing-quot-values/m-p/788964#M96986</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-08-28T21:21:45Z</dc:date>
    </item>
  </channel>
</rss>

