<?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: How to use JSL to select many consecutive rows in a table? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-select-many-consecutive-rows-in-a-table/m-p/190123#M40894</link>
    <description>&lt;P&gt;&lt;SPAN class="transSent"&gt;thank &lt;A href="https://community.jmp.com/t5/user/viewprofilepage/user-id/3605" target="_blank" rel="noopener"&gt;ian_jmp&lt;/A&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="transSent"&gt;After selecting rows, how does JSL implement deselect all selections?&lt;/SPAN&gt;&lt;SPAN class="transSent"&gt;Make table without any cell selection, thank!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Mar 2019 10:53:54 GMT</pubDate>
    <dc:creator>lwx228</dc:creator>
    <dc:date>2019-03-29T10:53:54Z</dc:date>
    <item>
      <title>How to use JSL to select many consecutive rows in a table?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-select-many-consecutive-rows-in-a-table/m-p/190106#M40889</link>
      <description>&lt;P&gt;How to use JSL to select many consecutive rows in a table?&lt;BR /&gt;The table is already in the second column of the selection, how to use JSL to cancel all the selection, and then select the number of rows specified by the number of consecutive rows, select all the columns.&lt;BR /&gt;Take dt = Open( "$SAMPLE_DATA/Big Class.jmp" ) for example.&lt;BR /&gt;The expression for a row of consecutive choices was not found in the help.&lt;/P&gt;&lt;P&gt;Thanks!&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="2019-03-29_16-17-35.png" style="width: 970px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/16685iF8A2972811492D1A/image-size/large?v=v2&amp;amp;px=999" role="button" title="2019-03-29_16-17-35.png" alt="2019-03-29_16-17-35.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2019 08:27:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-select-many-consecutive-rows-in-a-table/m-p/190106#M40889</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2019-03-29T08:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JSL to select many consecutive rows in a table?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-select-many-consecutive-rows-in-a-table/m-p/190115#M40890</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Current Data Table();
dt &amp;lt;&amp;lt; Go To( Column( 2 ) );
dt &amp;lt;&amp;lt; Clear Column Selection();
Wait( 0 );
dt &amp;lt;&amp;lt; Set Selected Rows( dt[6 :: 13] );
Wait( 0 );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;This JSL cannot be implemented&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2019 08:31:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-select-many-consecutive-rows-in-a-table/m-p/190115#M40890</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2019-03-29T08:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JSL to select many consecutive rows in a table?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-select-many-consecutive-rows-in-a-table/m-p/190121#M40893</link>
      <description>&lt;P&gt;Try:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt &amp;lt;&amp;lt; select Rows(6::13);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;'Help &amp;gt; Books &amp;gt; Scripting Guide' coupled with 'Help &amp;gt; Scripting Index' are good resources.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2019 10:12:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-select-many-consecutive-rows-in-a-table/m-p/190121#M40893</guid>
      <dc:creator>ian_jmp</dc:creator>
      <dc:date>2019-03-29T10:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JSL to select many consecutive rows in a table?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-select-many-consecutive-rows-in-a-table/m-p/190123#M40894</link>
      <description>&lt;P&gt;&lt;SPAN class="transSent"&gt;thank &lt;A href="https://community.jmp.com/t5/user/viewprofilepage/user-id/3605" target="_blank" rel="noopener"&gt;ian_jmp&lt;/A&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="transSent"&gt;After selecting rows, how does JSL implement deselect all selections?&lt;/SPAN&gt;&lt;SPAN class="transSent"&gt;Make table without any cell selection, thank!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2019 10:53:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-select-many-consecutive-rows-in-a-table/m-p/190123#M40894</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2019-03-29T10:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JSL to select many consecutive rows in a table?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-select-many-consecutive-rows-in-a-table/m-p/190125#M40895</link>
      <description>&lt;P&gt;"dt &amp;lt;&amp;lt; Clear Select()" Sometimes it doesn't work.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2019 11:11:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-select-many-consecutive-rows-in-a-table/m-p/190125#M40895</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2019-03-29T11:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JSL to select many consecutive rows in a table?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-select-many-consecutive-rows-in-a-table/m-p/190251#M40904</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/12538"&gt;@lwx228&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try this ?&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open("$SAMPLE_DATA/Big Class.jmp");

// Clear Row Selection 
dt &amp;lt;&amp;lt; Select Randomly(0.1); 

dt &amp;lt;&amp;lt; Clear Select(); 

// Clear Column Selection 

dt &amp;lt;&amp;lt; Select columns({:age,:sex}); 

dt &amp;lt;&amp;lt; Clear Column Selection();&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2019 14:45:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-select-many-consecutive-rows-in-a-table/m-p/190251#M40904</guid>
      <dc:creator>uday_guntupalli</dc:creator>
      <dc:date>2019-03-29T14:45:33Z</dc:date>
    </item>
  </channel>
</rss>

