<?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 How to select marked rows? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-select-marked-rows/m-p/251031#M49286</link>
    <description>&lt;P&gt;I love markers and colors as temporary placeholders for data grouping.&amp;nbsp; However, I cannot figure out how to select all rows with a particular color maker, or a particular symbol marker.&amp;nbsp; Of course, one can select all excluded or hidden, but if we can label them, we should be able to select them all without scrolling and clicking.&amp;nbsp; Help?&amp;nbsp; Also, I would hope this does not require a script, but if necessary, I would have to use it on all my data tables.&lt;/P&gt;</description>
    <pubDate>Fri, 06 Mar 2020 17:37:29 GMT</pubDate>
    <dc:creator>aadecarlojr</dc:creator>
    <dc:date>2020-03-06T17:37:29Z</dc:date>
    <item>
      <title>How to select marked rows?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-select-marked-rows/m-p/251031#M49286</link>
      <description>&lt;P&gt;I love markers and colors as temporary placeholders for data grouping.&amp;nbsp; However, I cannot figure out how to select all rows with a particular color maker, or a particular symbol marker.&amp;nbsp; Of course, one can select all excluded or hidden, but if we can label them, we should be able to select them all without scrolling and clicking.&amp;nbsp; Help?&amp;nbsp; Also, I would hope this does not require a script, but if necessary, I would have to use it on all my data tables.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 17:37:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-select-marked-rows/m-p/251031#M49286</guid>
      <dc:creator>aadecarlojr</dc:creator>
      <dc:date>2020-03-06T17:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to select marked rows?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-select-marked-rows/m-p/251038#M49288</link>
      <description>&lt;P&gt;The only way I know how to do this is with a script. The scripting is very simple.....here are a few of the types of ways you can get your feedback&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);
dt=current data table();

dt&amp;lt;&amp;lt;select where(marker of(rowstate(row()))!=0 );
// or
show(dt&amp;lt;&amp;lt;get rows where(marker of(rowstate(row()))!= 0 ));
//or
dt&amp;lt;&amp;lt;select where(marker of(rowstate(row()))==5 );
// or
show(dt&amp;lt;&amp;lt;get rows where(marker of(rowstate(row()))==5 ));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 06 Mar 2020 18:29:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-select-marked-rows/m-p/251038#M49288</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-03-06T18:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to select marked rows?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-select-marked-rows/m-p/251174#M49313</link>
      <description>&lt;P&gt;To do this interactively, you'll need to use a &lt;A href="https://www.jmp.com/support/help/en/15.1/#page/jmp/row-state-columns.shtml#ww427936" target="_self"&gt;Row State column&lt;/A&gt;. You can then store your active row states in this column using the Copy from Row States command. Then you can right click on a cell in this new column and &lt;A href="https://www.jmp.com/support/help/en/15.1/#page/jmp/select-matching-row-state-cells.shtml" target="_blank"&gt;Select Matching Cells&lt;/A&gt; to select all the rows with the same marker/color/selected/hidden/excluded state. If you want to get only the marker (or color, selected, etc.) you can make a formula column using the &lt;A href="https://www.jmp.com/support/help/en/15.1/#page/jmp/row-state-functions.shtml" target="_blank"&gt;Marker Of()&lt;/A&gt; function to get just the marker.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Finally, you may not need to go through all of this if you use the &lt;A href="https://www.jmp.com/support/help/en/15.1/#page/jmp/select-rows.shtml#" target="_blank"&gt;Rows-&amp;gt;Select Rows-&amp;gt;Name Selection In Column&lt;/A&gt; option to name your subsets as you select them to begin with.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need help with any of these don't hesitate to ask.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Mar 2020 21:43:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-select-marked-rows/m-p/251174#M49313</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2020-03-07T21:43:36Z</dc:date>
    </item>
  </channel>
</rss>

