<?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: Exclude selected rows in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Exclude-selected-rows/m-p/787#M787</link>
    <description>You can exclude selected rows with the statement:&lt;BR /&gt;&lt;BR /&gt;dt0 &amp;lt;&amp;lt; exclude;&lt;BR /&gt;&lt;BR /&gt;Is this already what your looking for?&lt;BR /&gt;&lt;BR /&gt;Dahla</description>
    <pubDate>Tue, 06 Oct 2009 14:16:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-10-06T14:16:38Z</dc:date>
    <item>
      <title>Exclude selected rows</title>
      <link>https://community.jmp.com/t5/Discussions/Exclude-selected-rows/m-p/786#M786</link>
      <description>OK, I know this is simple, but I can't work out how to do it.&lt;BR /&gt;&lt;BR /&gt;What is the JSL script for excluding rows that are selected?&lt;BR /&gt;&lt;BR /&gt;Currently, I am excluding rows by creating an additional column called IgnoreRow, with a value of 1 for rows to be excluded and 0 for all other rows (this calculation is based on the contents of other columns). I then use:&lt;BR /&gt;&lt;BR /&gt;For Each Row( Excluded( Row State() ) = :IgnoreRow );&lt;BR /&gt;&lt;BR /&gt;which is fine for small tables, but takes forever with large tables. What I'd like to do is to select the rows to be excluded and exclude them all at once, much like I would interactively (which is quicker). I tried this but it didn't work:&lt;BR /&gt;&lt;BR /&gt;&lt;!--&lt;br /&gt;select1 = dt0 &lt;&lt; GetRowsWhere( :IgnoreRow == 1 );&lt;br /&gt;dt0 &lt;&lt; Select Rows( select1 );&lt;br /&gt;Eval( Substitute( Expr( Excluded( Row State( qq ) ) = 1 ), qq, select1 ) );&lt;br /&gt;--&gt;&lt;BR /&gt;&lt;BR /&gt;There may be a much simpler way, but I'm no clearer from reading the JSL guide. Can anyone help? &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Matthew.</description>
      <pubDate>Tue, 06 Oct 2009 13:56:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Exclude-selected-rows/m-p/786#M786</guid>
      <dc:creator>matthewh</dc:creator>
      <dc:date>2009-10-06T13:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude selected rows</title>
      <link>https://community.jmp.com/t5/Discussions/Exclude-selected-rows/m-p/787#M787</link>
      <description>You can exclude selected rows with the statement:&lt;BR /&gt;&lt;BR /&gt;dt0 &amp;lt;&amp;lt; exclude;&lt;BR /&gt;&lt;BR /&gt;Is this already what your looking for?&lt;BR /&gt;&lt;BR /&gt;Dahla</description>
      <pubDate>Tue, 06 Oct 2009 14:16:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Exclude-selected-rows/m-p/787#M787</guid>
      <dc:creator />
      <dc:date>2009-10-06T14:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude selected rows</title>
      <link>https://community.jmp.com/t5/Discussions/Exclude-selected-rows/m-p/788#M788</link>
      <description>That works fine, thanks.&lt;BR /&gt;&lt;BR /&gt;Back to school for me, it seems... :(&lt;/img&gt;</description>
      <pubDate>Tue, 06 Oct 2009 14:25:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Exclude-selected-rows/m-p/788#M788</guid>
      <dc:creator>matthewh</dc:creator>
      <dc:date>2009-10-06T14:25:56Z</dc:date>
    </item>
  </channel>
</rss>

