<?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: How to access Filter Col Selector settings in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-access-Filter-Col-Selector-settings/m-p/596978#M80070</link>
    <description>&lt;P&gt;Do you mean the find you get with Filter Col Selector? Luckily it can be currently easily enabled by scripting the IfBox which hides it&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Big Class.jmp");

// option1
nw = New Window("Option1",
    fcs = Filter Col Selector(),
	fcs[IfBox(1)] &amp;lt;&amp;lt; Set(1)
);

// not as good option
nw = New Window("Other Option",
    fcs = Filter Col Selector(),
    ((fcs &amp;lt;&amp;lt; Parent) &amp;lt;&amp;lt; Xpath("//IfBox")) &amp;lt;&amp;lt; set(1)
);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 03 Feb 2023 17:29:58 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2023-02-03T17:29:58Z</dc:date>
    <item>
      <title>How to access Filter Col Selector settings</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-access-Filter-Col-Selector-settings/m-p/473347#M71794</link>
      <description>&lt;P&gt;Does anyone have any idea how to access Filter Col Selector's settings? I can set them but I haven't figured out how I could for example check which data types are allowed in a Filter Col Selector.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Basically anything would be fine for me. I'm trying to build "generic" script which I could use to change data table in filter col selector because to my knowledge it isn't possibly without remaking the filter col selector&lt;LI-MESSAGE title="Add option to change col list box/filter col selector datatable" uid="473326" url="https://community.jmp.com/t5/JMP-Wish-List/Add-option-to-change-col-list-box-filter-col-selector-datatable/m-p/473326#U473326" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt; . But to re-create one I would want to have same settings as the old one (one option for me is that I completely give up with Filter Col Selector and Col List Selector and write my own classes for those, but I would rather not).&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("Filter Col Selector Example",
	fontobj = lb = Filter Col Selector(width(250)),
);
lb &amp;lt;&amp;lt; Character(0);

p = (nw &amp;lt;&amp;lt; Xpath("//PopupBox"))[1];
p &amp;lt;&amp;lt; Get Menu Count;
p &amp;lt;&amp;lt; Get Menu Text(18);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Jun 2023 18:14:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-access-Filter-Col-Selector-settings/m-p/473347#M71794</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-06-09T18:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to access Filter Col Selector settings</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-access-Filter-Col-Selector-settings/m-p/476048#M72057</link>
      <description>&lt;P&gt;Can you use Column Dialog() instead? &amp;nbsp; Column dialog allow filtering by data and modeling type.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 18:28:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-access-Filter-Col-Selector-settings/m-p/476048#M72057</guid>
      <dc:creator>Byron_JMP</dc:creator>
      <dc:date>2022-04-04T18:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to access Filter Col Selector settings</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-access-Filter-Col-Selector-settings/m-p/476070#M72065</link>
      <description>&lt;P&gt;Column Dialog is too restrictive on what it allows me to create and I prefer the "freedom" I have with New Window. I might have to give up with generic solution for Filter Col Selector (for now) and use expressions to re-create them if user wants to change the datatable it refers to.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 05:09:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-access-Filter-Col-Selector-settings/m-p/476070#M72065</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-04-05T05:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to access Filter Col Selector settings</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-access-Filter-Col-Selector-settings/m-p/483190#M72747</link>
      <description>&lt;P&gt;I did contact JMP support about this some time ago and there is no way to get that information (currently). R&amp;amp;D has been notified about my request, but it wasn't, at least not yet, flagged as a feature which will be added.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 17:36:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-access-Filter-Col-Selector-settings/m-p/483190#M72747</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-04-29T17:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to access Filter Col Selector settings</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-access-Filter-Col-Selector-settings/m-p/596939#M80067</link>
      <description>&lt;P&gt;Any update on this, I was trying to set the filter to default on vs having to use the red triangle every time and don't see any way to script that in which is annoying.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steve&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2023 16:56:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-access-Filter-Col-Selector-settings/m-p/596939#M80067</guid>
      <dc:creator>shampton82</dc:creator>
      <dc:date>2023-02-03T16:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to access Filter Col Selector settings</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-access-Filter-Col-Selector-settings/m-p/596978#M80070</link>
      <description>&lt;P&gt;Do you mean the find you get with Filter Col Selector? Luckily it can be currently easily enabled by scripting the IfBox which hides it&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Big Class.jmp");

// option1
nw = New Window("Option1",
    fcs = Filter Col Selector(),
	fcs[IfBox(1)] &amp;lt;&amp;lt; Set(1)
);

// not as good option
nw = New Window("Other Option",
    fcs = Filter Col Selector(),
    ((fcs &amp;lt;&amp;lt; Parent) &amp;lt;&amp;lt; Xpath("//IfBox")) &amp;lt;&amp;lt; set(1)
);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2023 17:29:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-access-Filter-Col-Selector-settings/m-p/596978#M80070</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-02-03T17:29:58Z</dc:date>
    </item>
  </channel>
</rss>

