<?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 Data Table Box with local data filter in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Data-Table-Box-with-local-data-filter/m-p/724078#M90612</link>
    <description>&lt;P&gt;Bug, or user error?&lt;/P&gt;&lt;P&gt;If I create a Data Table Box using the following 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" );
nw = New Window( "Demo Data Table Box",
	Data Filter Context Box(
		H List Box(
			dt &amp;lt;&amp;lt; Data Filter(
				//Show Controls( 0 ),
				Local,
				//Add Filter( columns( :sex ) )
			), 
			dtb = data Table Box( dt )
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;then manually select 'sex' as the filter, the table box is filtered correctly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="matth1_0-1707840742618.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61090i66F8C47D122E5177/image-size/medium?v=v2&amp;amp;px=400" role="button" title="matth1_0-1707840742618.png" alt="matth1_0-1707840742618.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, uncommenting lines 7 &amp;amp; 9 and running, the filter doesn't do anything:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="matth1_1-1707840825882.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61091i33D5A2847941B283/image-size/medium?v=v2&amp;amp;px=400" role="button" title="matth1_1-1707840825882.png" alt="matth1_1-1707840825882.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is this expected, or am I missing anything?&lt;/P&gt;&lt;P&gt;[Using JMP 17.2]&lt;/P&gt;</description>
    <pubDate>Tue, 13 Feb 2024 16:18:03 GMT</pubDate>
    <dc:creator>matth1</dc:creator>
    <dc:date>2024-02-13T16:18:03Z</dc:date>
    <item>
      <title>Data Table Box with local data filter</title>
      <link>https://community.jmp.com/t5/Discussions/Data-Table-Box-with-local-data-filter/m-p/724078#M90612</link>
      <description>&lt;P&gt;Bug, or user error?&lt;/P&gt;&lt;P&gt;If I create a Data Table Box using the following 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" );
nw = New Window( "Demo Data Table Box",
	Data Filter Context Box(
		H List Box(
			dt &amp;lt;&amp;lt; Data Filter(
				//Show Controls( 0 ),
				Local,
				//Add Filter( columns( :sex ) )
			), 
			dtb = data Table Box( dt )
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;then manually select 'sex' as the filter, the table box is filtered correctly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="matth1_0-1707840742618.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61090i66F8C47D122E5177/image-size/medium?v=v2&amp;amp;px=400" role="button" title="matth1_0-1707840742618.png" alt="matth1_0-1707840742618.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, uncommenting lines 7 &amp;amp; 9 and running, the filter doesn't do anything:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="matth1_1-1707840825882.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61091i33D5A2847941B283/image-size/medium?v=v2&amp;amp;px=400" role="button" title="matth1_1-1707840825882.png" alt="matth1_1-1707840825882.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is this expected, or am I missing anything?&lt;/P&gt;&lt;P&gt;[Using JMP 17.2]&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 16:18:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Data-Table-Box-with-local-data-filter/m-p/724078#M90612</guid>
      <dc:creator>matth1</dc:creator>
      <dc:date>2024-02-13T16:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Data Table Box with local data filter</title>
      <link>https://community.jmp.com/t5/Discussions/Data-Table-Box-with-local-data-filter/m-p/724098#M90614</link>
      <description>&lt;P&gt;I'm not sure if it's a feature or a bug, but I usually send messages to filters after I've created them. The script below works as you intend, I think.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
nw = New Window( "Demo Data Table Box",
	Data Filter Context Box(
		H List Box(
			dtf = dt &amp;lt;&amp;lt; Data Filter(
				//Show Controls( 0 ),
				Local,
				//Add Filter( columns( :sex ) )
			), 
			dtb = data Table Box( dt )
		)
	)
);
dtf &amp;lt;&amp;lt; show controls (0);
dtf &amp;lt;&amp;lt; Add Filter (Columns (:sex));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 13 Feb 2024 16:40:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Data-Table-Box-with-local-data-filter/m-p/724098#M90614</guid>
      <dc:creator>Jed_Campbell</dc:creator>
      <dc:date>2024-02-13T16:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Data Table Box with local data filter</title>
      <link>https://community.jmp.com/t5/Discussions/Data-Table-Box-with-local-data-filter/m-p/724438#M90679</link>
      <description>&lt;P&gt;I would consider this a bug, and it will be fixed for a future JMP release.&amp;nbsp; Thanks&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/610"&gt;@Jed_Campbell&lt;/a&gt;&amp;nbsp;for the workaround - that is a reasonable solution to ensure that the filter connects to the Data Table Box.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 19:25:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Data-Table-Box-with-local-data-filter/m-p/724438#M90679</guid>
      <dc:creator>danschikore</dc:creator>
      <dc:date>2024-02-15T19:25:03Z</dc:date>
    </item>
  </channel>
</rss>

