<?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: Change Filter Col Selecter Application Builder with datatable in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Change-Filter-Col-Selecter-Application-Builder-with-datatable/m-p/737260#M91831</link>
    <description>&lt;P&gt;I think generally you will have to re-create the filter col selector if you want to change the data table which it is related to. I don't use Application Builder so here is example how it could look like (in very simple case) as JMP script&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",
	fcs_collector = V List Box(
		vlb = V List Box(
			fcs = Filter Col Selector(dt)
		)
	)
);

wait(1);

dt2 = Open("$SAMPLE_DATA/Probe.jmp");
vlb &amp;lt;&amp;lt; Delete Box;
fcs_collector &amp;lt;&amp;lt; Append(vlb = V List Box(
	fcs = Filter Col Selector(dt2)
));&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 21 Mar 2024 15:25:35 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2024-03-21T15:25:35Z</dc:date>
    <item>
      <title>Change Filter Col Selecter Application Builder with datatable</title>
      <link>https://community.jmp.com/t5/Discussions/Change-Filter-Col-Selecter-Application-Builder-with-datatable/m-p/737086#M91807</link>
      <description>&lt;P&gt;Hello guys..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working on application builder., In the interface i have a col Filter box for with now when application opens it prompts to select datatable. Now i have a list box in which it display all the open datatables, when users selects a datatable and clicks the button i want the columns in col filter box to change accordingly. I tried set datatable, and also equating the underlying datatable1 to the selected one. It dosent work. Can i please get some guidelines how to perform this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 08:21:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Change-Filter-Col-Selecter-Application-Builder-with-datatable/m-p/737086#M91807</guid>
      <dc:creator>ComplexNerd</dc:creator>
      <dc:date>2024-03-21T08:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Change Filter Col Selecter Application Builder with datatable</title>
      <link>https://community.jmp.com/t5/Discussions/Change-Filter-Col-Selecter-Application-Builder-with-datatable/m-p/737260#M91831</link>
      <description>&lt;P&gt;I think generally you will have to re-create the filter col selector if you want to change the data table which it is related to. I don't use Application Builder so here is example how it could look like (in very simple case) as JMP script&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",
	fcs_collector = V List Box(
		vlb = V List Box(
			fcs = Filter Col Selector(dt)
		)
	)
);

wait(1);

dt2 = Open("$SAMPLE_DATA/Probe.jmp");
vlb &amp;lt;&amp;lt; Delete Box;
fcs_collector &amp;lt;&amp;lt; Append(vlb = V List Box(
	fcs = Filter Col Selector(dt2)
));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 21 Mar 2024 15:25:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Change-Filter-Col-Selecter-Application-Builder-with-datatable/m-p/737260#M91831</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-03-21T15:25:35Z</dc:date>
    </item>
  </channel>
</rss>

