<?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 Specify table in Filter Col Selector in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Specify-table-in-Filter-Col-Selector/m-p/393770#M64414</link>
    <description>&lt;P&gt;We are trying to use Filter Col Selector in JMP Pro 15.0.0. It works if we bring the data table to the front, but that is not good for our addin. It would be better to call the table by name in Filter Col Selector. The scripting index says data table is an argument for Filter Col Selector, but I can't make it work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the following example, how do we get Filter Col Selector to work with dt1 without changing the order of opening tables and not using Bring Window&lt;/P&gt;&lt;P&gt;To Front?&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 );
dt1 = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt2 = Open( "$SAMPLE_DATA/Cities.jmp" );
New Window( "Filter Col Selector Example",
	lb = Filter Col Selector( dt1, width( 250 ) )
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks for any suggestions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 10 Jun 2023 23:31:57 GMT</pubDate>
    <dc:creator>twalk</dc:creator>
    <dc:date>2023-06-10T23:31:57Z</dc:date>
    <item>
      <title>Specify table in Filter Col Selector</title>
      <link>https://community.jmp.com/t5/Discussions/Specify-table-in-Filter-Col-Selector/m-p/393770#M64414</link>
      <description>&lt;P&gt;We are trying to use Filter Col Selector in JMP Pro 15.0.0. It works if we bring the data table to the front, but that is not good for our addin. It would be better to call the table by name in Filter Col Selector. The scripting index says data table is an argument for Filter Col Selector, but I can't make it work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the following example, how do we get Filter Col Selector to work with dt1 without changing the order of opening tables and not using Bring Window&lt;/P&gt;&lt;P&gt;To Front?&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 );
dt1 = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt2 = Open( "$SAMPLE_DATA/Cities.jmp" );
New Window( "Filter Col Selector Example",
	lb = Filter Col Selector( dt1, width( 250 ) )
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks for any suggestions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:31:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Specify-table-in-Filter-Col-Selector/m-p/393770#M64414</guid>
      <dc:creator>twalk</dc:creator>
      <dc:date>2023-06-10T23:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Specify table in Filter Col Selector</title>
      <link>https://community.jmp.com/t5/Discussions/Specify-table-in-Filter-Col-Selector/m-p/393779#M64416</link>
      <description>&lt;P&gt;Placing Datatable() around dt1 seems to work at least with this example&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt1 = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt2 = Open( "$SAMPLE_DATA/Cities.jmp" );
New Window( "Filter Col Selector Example",
	lb = Filter Col Selector(Datatable(dt1), width( 250 ) )
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 16 Jun 2021 18:12:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Specify-table-in-Filter-Col-Selector/m-p/393779#M64416</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2021-06-16T18:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Specify table in Filter Col Selector</title>
      <link>https://community.jmp.com/t5/Discussions/Specify-table-in-Filter-Col-Selector/m-p/393813#M64419</link>
      <description>&lt;P&gt;Works for me. That is all I need. Why didn't I think of that? Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 18:31:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Specify-table-in-Filter-Col-Selector/m-p/393813#M64419</guid>
      <dc:creator>twalk</dc:creator>
      <dc:date>2021-06-16T18:31:52Z</dc:date>
    </item>
  </channel>
</rss>

