<?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: Row States markers &amp;amp; colors disappear when selected in 'data filter source box()' in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Row-States-markers-amp-colors-disappear-when-selected-in-data/m-p/535047#M75749</link>
    <description>&lt;P&gt;I can replicate the behavior (on JMP15, 16 and 17), seems like a bug to me. You should contact tech support.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Aug 2022 08:55:29 GMT</pubDate>
    <dc:creator>pauldeen</dc:creator>
    <dc:date>2022-08-18T08:55:29Z</dc:date>
    <item>
      <title>Row States markers &amp; colors disappear when selected in 'data filter source box()'</title>
      <link>https://community.jmp.com/t5/Discussions/Row-States-markers-amp-colors-disappear-when-selected-in-data/m-p/534734#M75721</link>
      <description>&lt;P&gt;I'm trying to use a graph as a filter for another graph using 'data filter source box()' (see script below).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
New Window( "Selection Filter",
	Data Filter Context Box(
		H List Box(
			DFSB = Data Filter Source Box(
				Graph Builder(
					Size( 208, 207 ),
					Show Control Panel( 0 ),
					Show Legend( 0 ),
					Variables( X( :age ) ),
					Elements( Points( X, Legend( 3 ) ) ),
					SendToReport( Dispatch( {}, "Graph Builder", OutlineBox, {Set Title( "Filter" )} ) )
				)
			),
			Platform( Current Data Table(), Bubble Plot( X( :weight ), Y( :height ), Sizes( :age ), Title Position( 0, 0 ) ) )
		)
	)
);
dt &amp;lt;&amp;lt; clear row states;

wait(1);
rs = dt &amp;lt;&amp;lt; get row states();
selected_rows = [35,36,37];
rs[selected_rows] = 945;
DFSB &amp;lt;&amp;lt; set row states (dt,rs);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let's say I've marked row 35,35,37 with red stars. For some reason, when I select these 3 points in the filter graph, those three points automatically returned to default black points (see attached picture comparison of before &amp;amp; after selection). Is there a way for these points to remain as red stars even when selected ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:27:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Row-States-markers-amp-colors-disappear-when-selected-in-data/m-p/534734#M75721</guid>
      <dc:creator>Djtjhin</dc:creator>
      <dc:date>2023-06-11T11:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Row States markers &amp; colors disappear when selected in 'data filter source box()'</title>
      <link>https://community.jmp.com/t5/Discussions/Row-States-markers-amp-colors-disappear-when-selected-in-data/m-p/535047#M75749</link>
      <description>&lt;P&gt;I can replicate the behavior (on JMP15, 16 and 17), seems like a bug to me. You should contact tech support.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 08:55:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Row-States-markers-amp-colors-disappear-when-selected-in-data/m-p/535047#M75749</guid>
      <dc:creator>pauldeen</dc:creator>
      <dc:date>2022-08-18T08:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: Row States markers &amp; colors disappear when selected in 'data filter source box()'</title>
      <link>https://community.jmp.com/t5/Discussions/Row-States-markers-amp-colors-disappear-when-selected-in-data/m-p/535124#M75754</link>
      <description>&lt;P&gt;Thanks for this report - I agree&amp;nbsp;that this is a bug, and we are working on a fix for a future release.&amp;nbsp; It looks like single-selection of points does not clear the row states, but brushing of points does clear the row states.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 13:01:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Row-States-markers-amp-colors-disappear-when-selected-in-data/m-p/535124#M75754</guid>
      <dc:creator>danschikore</dc:creator>
      <dc:date>2022-08-18T13:01:33Z</dc:date>
    </item>
  </channel>
</rss>

