<?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 Extend Select Where in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Extend-Select-Where/m-p/14154#M13258</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can we get this fixed in the Scripting Guide?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Scripting Guide page 336&lt;/P&gt;&lt;P&gt;dt = Open( "$SAMPLE_DATA\Big Class.jmp" );&lt;/P&gt;&lt;P&gt;dt &amp;lt;&amp;lt; Select Where( age &amp;lt; 15 &amp;amp; sex == "F" );&lt;/P&gt;&lt;P&gt;//or&lt;/P&gt;&lt;P&gt;dt &amp;lt;&amp;lt; Select Where( age == 14 );&lt;/P&gt;&lt;P&gt;dt &amp;lt;&amp;lt; Extend Select Where( sex == "F" ); //does nothing&lt;/P&gt;&lt;P&gt;//Not in guide, but below works&lt;/P&gt;&lt;P&gt;wait(10);&lt;/P&gt;&lt;P&gt;dt &amp;lt;&amp;lt; Select Where( sex == "F", Current Selection ("extend")); //extends selection&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Sep 2015 15:18:36 GMT</pubDate>
    <dc:creator>msharp</dc:creator>
    <dc:date>2015-09-04T15:18:36Z</dc:date>
    <item>
      <title>Extend Select Where</title>
      <link>https://community.jmp.com/t5/Discussions/Extend-Select-Where/m-p/14154#M13258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can we get this fixed in the Scripting Guide?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Scripting Guide page 336&lt;/P&gt;&lt;P&gt;dt = Open( "$SAMPLE_DATA\Big Class.jmp" );&lt;/P&gt;&lt;P&gt;dt &amp;lt;&amp;lt; Select Where( age &amp;lt; 15 &amp;amp; sex == "F" );&lt;/P&gt;&lt;P&gt;//or&lt;/P&gt;&lt;P&gt;dt &amp;lt;&amp;lt; Select Where( age == 14 );&lt;/P&gt;&lt;P&gt;dt &amp;lt;&amp;lt; Extend Select Where( sex == "F" ); //does nothing&lt;/P&gt;&lt;P&gt;//Not in guide, but below works&lt;/P&gt;&lt;P&gt;wait(10);&lt;/P&gt;&lt;P&gt;dt &amp;lt;&amp;lt; Select Where( sex == "F", Current Selection ("extend")); //extends selection&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 15:18:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Extend-Select-Where/m-p/14154#M13258</guid>
      <dc:creator>msharp</dc:creator>
      <dc:date>2015-09-04T15:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Extend Select Where</title>
      <link>https://community.jmp.com/t5/Discussions/Extend-Select-Where/m-p/14155#M13259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The following is from page 340 in the JMP 12.1 Scripting Guide and is also included in the current online documentation:&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;BR /&gt;&lt;P&gt;To select a row without deselecting a previously selected row, combine &amp;lt;&amp;lt; Select Where with&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;lt;&amp;lt; Select Where and the current selection("extend") argument. This is an alternative to&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;using an OR statement.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;dt &amp;lt;&amp;lt; Select Where( age == 14 );&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;dt &amp;lt;&amp;lt; Select Where( sex == "F", current selection("extend"));&lt;/P&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wendy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 20:56:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Extend-Select-Where/m-p/14155#M13259</guid>
      <dc:creator>Wendy_Murphrey</dc:creator>
      <dc:date>2015-09-08T20:56:06Z</dc:date>
    </item>
  </channel>
</rss>

