<?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: Filter Col Selector usage in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Filter-Col-Selector-usage/m-p/358929#M60906</link>
    <description>&lt;P&gt;Thanks Jim!&lt;/P&gt;&lt;P&gt;I just noticed that the column list box that shows up does not default with the filter on, is there a way to have this option be turned on by the script vs using the red triangle?&lt;/P&gt;</description>
    <pubDate>Mon, 15 Feb 2021 17:04:19 GMT</pubDate>
    <dc:creator>shampton82</dc:creator>
    <dc:date>2021-02-15T17:04:19Z</dc:date>
    <item>
      <title>Filter Col Selector usage</title>
      <link>https://community.jmp.com/t5/Discussions/Filter-Col-Selector-usage/m-p/358848#M60902</link>
      <description>&lt;P&gt;I'm trying to use a&amp;nbsp;Filter Col Selector but I can't get it to return the selected value.&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/Blood Pressure.jmp" );

nw=new window("test", &amp;lt;&amp;lt;modal, &amp;lt;&amp;lt;return result,
			v list box(var1=Filter Col Selector(dt),
			H List Box( Button Box( "OK" ), Button Box( "Cancel" ) ))
	
	
);

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;In this example var1 doesn't return the column name that was selected.&lt;/P&gt;&lt;P&gt;Thanks for any direction on how to use this!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 22:06:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Filter-Col-Selector-usage/m-p/358848#M60902</guid>
      <dc:creator>shampton82</dc:creator>
      <dc:date>2023-06-09T22:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Col Selector usage</title>
      <link>https://community.jmp.com/t5/Discussions/Filter-Col-Selector-usage/m-p/358904#M60904</link>
      <description>&lt;P&gt;Here is one way to capture the value of the Filter Selector&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);

dt = Open( "$SAMPLE_DATA/Blood Pressure.jmp" );

nw=new window("test", &amp;lt;&amp;lt;modal, &amp;lt;&amp;lt;return result,
			v list box(var1=Filter Col Selector(dt),
			H List Box( Button Box( "OK" ), Button Box( "Cancel" ) )),
			var1&amp;lt;&amp;lt;set script(zippy=var1&amp;lt;&amp;lt;get selected);
	);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;The variable zippy contains the selected values&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2021 16:17:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Filter-Col-Selector-usage/m-p/358904#M60904</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-02-15T16:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Col Selector usage</title>
      <link>https://community.jmp.com/t5/Discussions/Filter-Col-Selector-usage/m-p/358929#M60906</link>
      <description>&lt;P&gt;Thanks Jim!&lt;/P&gt;&lt;P&gt;I just noticed that the column list box that shows up does not default with the filter on, is there a way to have this option be turned on by the script vs using the red triangle?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2021 17:04:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Filter-Col-Selector-usage/m-p/358929#M60906</guid>
      <dc:creator>shampton82</dc:creator>
      <dc:date>2021-02-15T17:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Col Selector usage</title>
      <link>https://community.jmp.com/t5/Discussions/Filter-Col-Selector-usage/m-p/358937#M60908</link>
      <description>I don't see a message that will turn the filter on, but I did not do a real exhaustive search.  Take a look in the Scripting Index under the FilterColSelector and maybe you can find such.</description>
      <pubDate>Mon, 15 Feb 2021 17:18:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Filter-Col-Selector-usage/m-p/358937#M60908</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-02-15T17:18:46Z</dc:date>
    </item>
  </channel>
</rss>

