<?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 source Box - issue with the legend in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Data-Filter-source-Box-issue-with-the-legend/m-p/747049#M92667</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;&amp;nbsp;- this looks like a bug.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Within the selection filter, the selected row state should be private.&amp;nbsp; When clicking in the legend in this case, the selection is changing in the data table row states, rather than the private row states.&amp;nbsp; Currently there are no options to selection filter behaviors - the intended behavior is for selection in the filter reports to act as exclude in the connected reports.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The legend issue will be fixed in a future release.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;-Dan&lt;/P&gt;</description>
    <pubDate>Sun, 14 Apr 2024 16:46:50 GMT</pubDate>
    <dc:creator>danschikore</dc:creator>
    <dc:date>2024-04-14T16:46:50Z</dc:date>
    <item>
      <title>Data Filter source Box - issue with the legend</title>
      <link>https://community.jmp.com/t5/Discussions/Data-Filter-source-Box-issue-with-the-legend/m-p/747038#M92662</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;in the right graph, I can click on items in the graph or in the legend. The selected items get highlighted in the graph and in the legend.&lt;/LI&gt;&lt;LI&gt;in the left graph, I can click on items in the legend.&amp;nbsp;&lt;SPAN&gt;The selected items get highlighted in the legend -&amp;nbsp;&lt;U&gt;&lt;STRONG&gt;but not&lt;/STRONG&gt;&lt;/U&gt; in the graph (*)&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;in addition, the content of the right graph gets adjusted&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;in the left graph, I can click on items in the graph.&amp;nbsp;&lt;SPAN&gt;The selected items get highlighted in the graph -&amp;nbsp;&lt;U&gt;&lt;STRONG&gt;but not&lt;/STRONG&gt;&lt;/U&gt; in the legend (**)&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;in addition, the content of the right graph gets adjusted&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;(*) why ? can I change this behavior?&lt;/P&gt;&lt;P&gt;(**) less interesting. ok, it's symmetric ...&lt;BR /&gt;&lt;BR /&gt;TS-00138704&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6350918206112w686h296r651" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6350918206112" data-account="6058004218001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6058004218001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6350918206112w686h296r651');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.jmp.com/t5/video/gallerypage/video-id/6350918206112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Local Here(
	table1 = Open( "$SAMPLE_DATA/Big Class.jmp" );
	New Window( "Big Class - Dashboard",
		Data Filter Context Box(
			Tab Page Box(
				"Dashboard",
				H Splitter Box(
					Size( 1046, 387 ),
					&amp;lt;&amp;lt;Sizes( {0.500479386385427, 0.499520613614573} ),
					Data Filter Source Box(
						Tab Page Box(
							"Graph Builder",
							Scroll Box(
								Size( 522, 361 ),
								Flexible( 1 ),
								V List Box(
									table1 &amp;lt;&amp;lt;
									Graph Builder(
										Size( 465, 360 ),
										Show Control Panel( 0 ),
										Show Title( 0 ),
										Fit to Window,
										Summary Statistic( "Median" ),
										Graph Spacing( 4 ),
										Variables( X( :sex ), Overlay( :sex ) ),
										Elements( Bar( X, Legend( 3 ) ) ),
										SendToReport(
											Dispatch( {}, "Graph Builder", FrameBox,
												{
												Fill Selection Mode(
													"Unselected Faded"
												)}
											)
										)
									)
								)
							),
							&amp;lt;&amp;lt;Title( "Graph Builder" ),
							&amp;lt;&amp;lt;Icon( "Trellis" )
						)
					),
					Tab Page Box(
						"Graph Builder",
						Scroll Box(
							Size( 521, 361 ),
							Flexible( 1 ),
							V List Box(
								table1 &amp;lt;&amp;lt;
								Graph Builder(
									Size( 402, 360 ),
									Show Control Panel( 0 ),
									Show Title( 0 ),
									Fit to Window,
									Summary Statistic( "Median" ),
									Graph Spacing( 4 ),
									Variables(
										X( :sex ),
										Y( :weight ),
										Overlay( :sex )
									),
									Elements( Bar( X, Y, Legend( 19 ) ) )
								)
							)
						),
						&amp;lt;&amp;lt;Title( "Graph Builder" ),
						&amp;lt;&amp;lt;Icon( "Trellis" )
					)
				),
				&amp;lt;&amp;lt;Title( "Dashboard" ),
				&amp;lt;&amp;lt;Icon( "" )
			)
		)
	) &amp;lt;&amp;lt; Move Window( 243, 183 ) &amp;lt;&amp;lt; Set Window Icon( "ReportFile" );
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Apr 2024 18:06:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Data-Filter-source-Box-issue-with-the-legend/m-p/747038#M92662</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-04-14T18:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Data Filter source Box - issue with the legend</title>
      <link>https://community.jmp.com/t5/Discussions/Data-Filter-source-Box-issue-with-the-legend/m-p/747049#M92667</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;&amp;nbsp;- this looks like a bug.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Within the selection filter, the selected row state should be private.&amp;nbsp; When clicking in the legend in this case, the selection is changing in the data table row states, rather than the private row states.&amp;nbsp; Currently there are no options to selection filter behaviors - the intended behavior is for selection in the filter reports to act as exclude in the connected reports.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The legend issue will be fixed in a future release.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;-Dan&lt;/P&gt;</description>
      <pubDate>Sun, 14 Apr 2024 16:46:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Data-Filter-source-Box-issue-with-the-legend/m-p/747049#M92667</guid>
      <dc:creator>danschikore</dc:creator>
      <dc:date>2024-04-14T16:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Data Filter source Box - issue with the legend</title>
      <link>https://community.jmp.com/t5/Discussions/Data-Filter-source-Box-issue-with-the-legend/m-p/747050#M92668</link>
      <description>&lt;P&gt;Hi Dan, thank you for the fast reply.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Apr 2024 18:07:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Data-Filter-source-Box-issue-with-the-legend/m-p/747050#M92668</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-04-14T18:07:03Z</dc:date>
    </item>
  </channel>
</rss>

