<?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: Select large number of rows in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Select-large-number-of-rows/m-p/363132#M61290</link>
    <description>&lt;P&gt;Here is a real easy way to do what you are talking about.&lt;/P&gt;
&lt;P&gt;You can use a Data Filter to select the rows you want.&amp;nbsp; Just create a new column, which has the row number as it's value.&amp;nbsp; &amp;nbsp;I typically call the new column "TheRow".&amp;nbsp; Use&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Row()&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;as the formula for the column&lt;/P&gt;
&lt;P&gt;Now just go to&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Rows=&amp;gt;Data Filter&lt;/P&gt;
&lt;P&gt;and choose column "TheRow" as what to filter on.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="filter.PNG" style="width: 229px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/30736i6651F226CC8E2AE9/image-size/large?v=v2&amp;amp;px=999" role="button" title="filter.PNG" alt="filter.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can either enter in absolute values as seen above, or interactively move the lower and upper boundaries to the values you want&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 26 Feb 2021 13:09:49 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2021-02-26T13:09:49Z</dc:date>
    <item>
      <title>Select large number of rows</title>
      <link>https://community.jmp.com/t5/Discussions/Select-large-number-of-rows/m-p/363043#M61280</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I am looking for tips to help me select a large number of lines easily. Indeed, I work with large databases and when I want to select 15000 lines for example, I click on the first line and I scroll down to 15000. Then when I want to select the following 15000 lines I click on line 15001 and I scroll down to 30001 with my computer mouse&lt;BR /&gt;I tried with keyboard keys but it's also very long ...&lt;BR /&gt;Do you know of a faster way to select a large number of rows?&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:26:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Select-large-number-of-rows/m-p/363043#M61280</guid>
      <dc:creator>Emma1</dc:creator>
      <dc:date>2023-06-10T23:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Select large number of rows</title>
      <link>https://community.jmp.com/t5/Discussions/Select-large-number-of-rows/m-p/363047#M61281</link>
      <description>&lt;P&gt;JMP does offer you Select Where option. Couple of questions:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-family: inherit;"&gt;Is the selection always done for 15000 rows starting from top?&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: inherit;"&gt;What is done with the 15000 selected rows afterwards&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Edit:&lt;/P&gt;&lt;P&gt;Without not knowledge of what the data looks like or will be used like I would most likely create new column with formula like:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Floor((Row()-1)/15000)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;From this new column you can use right click and Select Matching cells (and press F6 to get to previous value and F7 to next value).&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 08:18:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Select-large-number-of-rows/m-p/363047#M61281</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2021-02-26T08:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Select large number of rows</title>
      <link>https://community.jmp.com/t5/Discussions/Select-large-number-of-rows/m-p/363132#M61290</link>
      <description>&lt;P&gt;Here is a real easy way to do what you are talking about.&lt;/P&gt;
&lt;P&gt;You can use a Data Filter to select the rows you want.&amp;nbsp; Just create a new column, which has the row number as it's value.&amp;nbsp; &amp;nbsp;I typically call the new column "TheRow".&amp;nbsp; Use&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Row()&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;as the formula for the column&lt;/P&gt;
&lt;P&gt;Now just go to&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Rows=&amp;gt;Data Filter&lt;/P&gt;
&lt;P&gt;and choose column "TheRow" as what to filter on.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="filter.PNG" style="width: 229px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/30736i6651F226CC8E2AE9/image-size/large?v=v2&amp;amp;px=999" role="button" title="filter.PNG" alt="filter.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can either enter in absolute values as seen above, or interactively move the lower and upper boundaries to the values you want&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 13:09:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Select-large-number-of-rows/m-p/363132#M61290</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-02-26T13:09:49Z</dc:date>
    </item>
  </channel>
</rss>

