<?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 Select All Rows doesn't work in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Select-All-Rows-doesn-t-work/m-p/414996#M66407</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to select all the rows in the Quantile Range Outlier and I just noticed Select all rows doesn't work with the following syntax. Any comments?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jacksmith12_0-1630611396741.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/35503iC7FC5938106962C0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jacksmith12_0-1630611396741.png" alt="Jacksmith12_0-1630611396741.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jack&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 19:55:51 GMT</pubDate>
    <dc:creator>Jackie_</dc:creator>
    <dc:date>2023-06-09T19:55:51Z</dc:date>
    <item>
      <title>Select All Rows doesn't work</title>
      <link>https://community.jmp.com/t5/Discussions/Select-All-Rows-doesn-t-work/m-p/414996#M66407</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to select all the rows in the Quantile Range Outlier and I just noticed Select all rows doesn't work with the following syntax. Any comments?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jacksmith12_0-1630611396741.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/35503iC7FC5938106962C0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jacksmith12_0-1630611396741.png" alt="Jacksmith12_0-1630611396741.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jack&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 19:55:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Select-All-Rows-doesn-t-work/m-p/414996#M66407</guid>
      <dc:creator>Jackie_</dc:creator>
      <dc:date>2023-06-09T19:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Select All Rows doesn't work</title>
      <link>https://community.jmp.com/t5/Discussions/Select-All-Rows-doesn-t-work/m-p/415023#M66409</link>
      <description>&lt;P&gt;The syntax is a bit different here:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1630614218299.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/35505iB3C34C173C91A3C4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1630614218299.png" alt="jthi_0-1630614218299.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Water Treatment.jmp");
obj = dt &amp;lt;&amp;lt; Explore Outliers(Y(Column Group("Sensor Measurements")));
obj &amp;lt;&amp;lt; Quantile Range Outliers(Tail Quantile(0.3));
obj &amp;lt;&amp;lt; Select Rows(All);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 02 Sep 2021 20:23:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Select-All-Rows-doesn-t-work/m-p/415023#M66409</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2021-09-02T20:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Select All Rows doesn't work</title>
      <link>https://community.jmp.com/t5/Discussions/Select-All-Rows-doesn-t-work/m-p/415029#M66412</link>
      <description>&lt;P&gt;The&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt &amp;lt;&amp;lt; Select All Rows;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;is a message that is only used in relationship to selecting all rows in a data table.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What&amp;nbsp; you want to do, is to get all of the Quantile Outlier rows and select them.&amp;nbsp; In your example&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;obj &amp;lt;&amp;lt; Select Rows( :"Q-E"n, :"ZN-E"n );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;tells JMP to select the Quantile Outliers found for the columns, Q-E and ZN-E.&lt;/P&gt;
&lt;P&gt;What needs to be done to select all of the rows, is to specify all of the columns being analyzed in the Explore Outliers platform.&amp;nbsp; In your case, that list of columns are all of the columns found in the Sensor Measurements group of columns.&amp;nbsp; Therefore, to get all of the names of the columns in that group, one simply uses&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;theGroup = dt &amp;lt;&amp;lt; get column group( "Sensor Measurements");&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and then sends the Select Rows message to the platform&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Water Treatment.jmp" );
obj = dt &amp;lt;&amp;lt;
Explore Outliers(
	Y( Column Group( "Sensor Measurements" ) )
);
obj &amp;lt;&amp;lt; Quantile Range Outliers( Tail Quantile( 0.3 ) );
theGroup = dt &amp;lt;&amp;lt; get column group( "Sensor Measurements");
obj &amp;lt;&amp;lt; Select Rows( eval(theGroup));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 02 Sep 2021 20:45:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Select-All-Rows-doesn-t-work/m-p/415029#M66412</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-09-02T20:45:31Z</dc:date>
    </item>
  </channel>
</rss>

