<?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: Row attributes lost when Joining data tables in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Row-attributes-lost-when-Joining-data-tables/m-p/86552#M38592</link>
    <description>&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 01 Jan 2019 00:15:06 GMT</pubDate>
    <dc:creator>TomHerman</dc:creator>
    <dc:date>2019-01-01T00:15:06Z</dc:date>
    <item>
      <title>Row attributes lost when Joining data tables</title>
      <link>https://community.jmp.com/t5/Discussions/Row-attributes-lost-when-Joining-data-tables/m-p/36156#M21253</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a main data table (dt1) where I'd like to Join it with another data table (dt2).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The main data table (dt1) contains some row attributes where certain rows are Excluded, certain rows are marked with specific Markers and Colours.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When both data tables are joined, producing a new data table (dt3), this new data table no longer hold the row attributes mentioned above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know how to join dt1 and dt2 while keeping the row attributes in dt1 intact?&amp;nbsp; I would use this in JSL too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 08:04:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Row-attributes-lost-when-Joining-data-tables/m-p/36156#M21253</guid>
      <dc:creator>ylee</dc:creator>
      <dc:date>2017-02-21T08:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Row attributes lost when Joining data tables</title>
      <link>https://community.jmp.com/t5/Discussions/Row-attributes-lost-when-Joining-data-tables/m-p/36171#M21257</link>
      <description>&lt;P&gt;A &lt;A href="http://www.jmp.com/support/help/13/Row_State_Columns.shtml#427936" target="_self"&gt;Row State Column&lt;/A&gt; is used to store row states and will be preserved across table operation.&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="UG_ColumnInfo_2.png" style="width: 440px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/5292i5C50CBB26865626E/image-dimensions/440x122?v=v2" width="440" height="122" role="button" title="UG_ColumnInfo_2.png" alt="UG_ColumnInfo_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a new column and give it a Row State Data Type.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JMPScreenSnapz075.png" style="width: 303px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/5293i4EF8FED47FA9CB27/image-dimensions/303x239?v=v2" width="303" height="239" role="button" title="JMPScreenSnapz075.png" alt="JMPScreenSnapz075.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Then you can click on the star in the columns panel of the data table and choose "Copy from Row States" to capture the current row states.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JMPScreenSnapz076.png" style="width: 447px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/5294i1457A9AAED6B85A9/image-dimensions/447x359?v=v2" width="447" height="359" role="button" title="JMPScreenSnapz076.png" alt="JMPScreenSnapz076.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 14:31:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Row-attributes-lost-when-Joining-data-tables/m-p/36171#M21257</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2017-02-21T14:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Row attributes lost when Joining data tables</title>
      <link>https://community.jmp.com/t5/Discussions/Row-attributes-lost-when-Joining-data-tables/m-p/36216#M21288</link>
      <description>&lt;P&gt;Thanks Jeff, it works!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 02:08:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Row-attributes-lost-when-Joining-data-tables/m-p/36216#M21288</guid>
      <dc:creator>ylee</dc:creator>
      <dc:date>2017-02-22T02:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Row attributes lost when Joining data tables</title>
      <link>https://community.jmp.com/t5/Discussions/Row-attributes-lost-when-Joining-data-tables/m-p/86548#M38588</link>
      <description>&lt;P&gt;I'm a relatively new user that had the same question.&lt;/P&gt;
&lt;P&gt;While it's true that the Row State Column was preserved after a I did a Table Join,&amp;nbsp; the _actual_ Row States were cleared.&lt;/P&gt;
&lt;P&gt;How can I make the _actual_&amp;nbsp; RowState of the new, joined table automatically update to reflect the information contained in the Row State Column?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(Note that I'm working in the interactive GUI, not JSL, and want to keep using only GUI, for now.)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ScreenHunter 004 2018-12-31 13.56.png" style="width: 277px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/15655i4843EEA95DC4F2A1/image-size/large?v=v2&amp;amp;px=999" role="button" title="ScreenHunter 004 2018-12-31 13.56.png" alt="ScreenHunter 004 2018-12-31 13.56.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Feb 2019 15:19:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Row-attributes-lost-when-Joining-data-tables/m-p/86548#M38588</guid>
      <dc:creator>TomHerman</dc:creator>
      <dc:date>2019-02-16T15:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Row attributes lost when Joining data tables</title>
      <link>https://community.jmp.com/t5/Discussions/Row-attributes-lost-when-Joining-data-tables/m-p/86549#M38589</link>
      <description>&lt;P&gt;The attached imiage file in my previous post is a screenshot of my joined data table, showing how the actual Row State didnt update after the table join.&lt;/P&gt;&lt;P&gt;I fumbled, but couldnt get the screenshot to display inline with the text of my post.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Dec 2018 22:04:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Row-attributes-lost-when-Joining-data-tables/m-p/86549#M38589</guid>
      <dc:creator>TomHerman</dc:creator>
      <dc:date>2018-12-31T22:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: Row attributes lost when Joining data tables</title>
      <link>https://community.jmp.com/t5/Discussions/Row-attributes-lost-when-Joining-data-tables/m-p/86551#M38591</link>
      <description>&lt;P&gt;You apparently followed Jeff's example from above and generated a column with the Modeling Type of "Row State" and then right clicked on the red star for the new column and selected "Save from Row States".&amp;nbsp; Once you complete the join of your tables, you can then go to the column that you saved the row states to, and this time after to right click on the red star, select "Copy to Row States".&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Dec 2018 22:37:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Row-attributes-lost-when-Joining-data-tables/m-p/86551#M38591</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-12-31T22:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Row attributes lost when Joining data tables</title>
      <link>https://community.jmp.com/t5/Discussions/Row-attributes-lost-when-Joining-data-tables/m-p/86552#M38592</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jan 2019 00:15:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Row-attributes-lost-when-Joining-data-tables/m-p/86552#M38592</guid>
      <dc:creator>TomHerman</dc:creator>
      <dc:date>2019-01-01T00:15:06Z</dc:date>
    </item>
  </channel>
</rss>

