<?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: More ?'s Regarding Row State Columns in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/More-s-Regarding-Row-State-Columns/m-p/16858#M15369</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure exactly what you're describing, but if it's working for you that's all that matters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Feb 2016 19:26:38 GMT</pubDate>
    <dc:creator>Jeff_Perkinson</dc:creator>
    <dc:date>2016-02-10T19:26:38Z</dc:date>
    <item>
      <title>More ?'s Regarding Row State Columns</title>
      <link>https://community.jmp.com/t5/Discussions/More-s-Regarding-Row-State-Columns/m-p/16855#M15366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suppose I have a Row State column in a data table.&amp;nbsp; I add several rows of new data to the table.&amp;nbsp; How do I get the criteria used to set up the Row State column to extend to the new rows?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the difference between "Add To Row States" and "Copy To Row States"?&amp;nbsp; They seem to do the same thing to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I highlight several cells in a Row State column and then try to right click, edit, copy, paste several cells, only one cell gets pasted.&amp;nbsp; What am I missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 16:07:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/More-s-Regarding-Row-State-Columns/m-p/16855#M15366</guid>
      <dc:creator>Steven_Moore</dc:creator>
      <dc:date>2016-02-10T16:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: More ?'s Regarding Row State Columns</title>
      <link>https://community.jmp.com/t5/Discussions/More-s-Regarding-Row-State-Columns/m-p/16856#M15367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want a Row State column to update automatically as new rows are added, you'll need to use the Formula Editor to create the row states. The &lt;A href="http://www.jmp.com/support/help/Row_State_Functions.shtml" rel="noopener noreferrer noopener noreferrer" target="_blank"&gt;Row State Functions&lt;/A&gt; will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm attaching a version of Big Class that has a couple of Row State columns with formulas to show the technique.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 565px;"&gt;&lt;IMG src="https://kvoqx44227.i.lithium.com/t5/image/serverpage/image-id/2722iE896458ECF1DC493/image-size/medium?v=v2&amp;amp;px=400" alt="10944_JMPScreenSnapz001.png" title="10944_JMPScreenSnapz001.png" /&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 540px;"&gt;&lt;IMG src="https://kvoqx44227.i.lithium.com/t5/image/serverpage/image-id/2723i622F02D1F0300A7E/image-size/medium?v=v2&amp;amp;px=400" alt="10945_JMPScreenSnapz002.png" title="10945_JMPScreenSnapz002.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy to Row States copies the row states from the column to the active row states. Replacing all existing, active row states.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add To Row States doesn't replace any non-conflicting states. For example, as I've show in my example you could have one column for colors and another for markers. Add To Row States allows you combine these two.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's a video that shows it better than I can say it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IFRAME id="ytplayer" type="text/html" width="640" height="360" src="https://www.youtube.com/embed/MuiAnkZBS0c" frameborder="0"&gt;&lt;/IFRAME&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 09:29:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/More-s-Regarding-Row-State-Columns/m-p/16856#M15367</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2016-11-14T09:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: More ?'s Regarding Row State Columns</title>
      <link>https://community.jmp.com/t5/Discussions/More-s-Regarding-Row-State-Columns/m-p/16857#M15368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&amp;nbsp; However, I may have found an easier solution to my first question:&amp;nbsp; Using a local data filter in the script saved to the data table allows me to add rows of data to the table and the new rows are subjected to the same criteria.&amp;nbsp; Do you see any problem with this approach?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 18:12:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/More-s-Regarding-Row-State-Columns/m-p/16857#M15368</guid>
      <dc:creator>Steven_Moore</dc:creator>
      <dc:date>2016-02-10T18:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: More ?'s Regarding Row State Columns</title>
      <link>https://community.jmp.com/t5/Discussions/More-s-Regarding-Row-State-Columns/m-p/16858#M15369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure exactly what you're describing, but if it's working for you that's all that matters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 19:26:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/More-s-Regarding-Row-State-Columns/m-p/16858#M15369</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2016-02-10T19:26:38Z</dc:date>
    </item>
  </channel>
</rss>

