<?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: Data Filter Script in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Data-Filter-Script/m-p/5512#M5511</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, that one became very frustrating&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Aug 2012 22:02:33 GMT</pubDate>
    <dc:creator>phillby</dc:creator>
    <dc:date>2012-08-27T22:02:33Z</dc:date>
    <item>
      <title>Data Filter Script</title>
      <link>https://community.jmp.com/t5/Discussions/Data-Filter-Script/m-p/5510#M5509</link>
      <description>&lt;P&gt;In the past I have used an earlier version of JMP. I have now started using JMP 10 and some script that I have used in the past is no longer working.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to open a data filter, perform some operations e.g. delete some rows, then close the data filter window. In the past I have used this style of command:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;df = Current Data Table() &amp;lt;&amp;lt; Data Filter(
	Location( {222, 222} ),
	Add Filter(
		columns( :PalletID ),
		Where( :PalletID == "26411666A" ),
		Display( :PalletID, Size( 221, 259 ), List Display )
	)
);
&amp;nbsp;
///[delete / invert etc]
&amp;nbsp;
df &amp;lt;&amp;lt; close window;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This script no longer appears to be working, and unless I close off this filter window the application becomes unstable. Can anyone help?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 15:04:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Data-Filter-Script/m-p/5510#M5509</guid>
      <dc:creator>phillby</dc:creator>
      <dc:date>2018-10-04T15:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Data Filter Script</title>
      <link>https://community.jmp.com/t5/Discussions/Data-Filter-Script/m-p/5511#M5510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try just &lt;EM&gt;df &amp;lt;&amp;lt; close&lt;/EM&gt; instead of &lt;EM&gt;df &amp;lt;&amp;lt; close window.&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 21:57:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Data-Filter-Script/m-p/5511#M5510</guid>
      <dc:creator>ms</dc:creator>
      <dc:date>2012-08-27T21:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Data Filter Script</title>
      <link>https://community.jmp.com/t5/Discussions/Data-Filter-Script/m-p/5512#M5511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, that one became very frustrating&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 22:02:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Data-Filter-Script/m-p/5512#M5511</guid>
      <dc:creator>phillby</dc:creator>
      <dc:date>2012-08-27T22:02:33Z</dc:date>
    </item>
  </channel>
</rss>

