<?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 Update/append  existing Joined Table in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Update-append-existing-Joined-Table/m-p/552098#M76768</link>
    <description>&lt;P&gt;I have an ongoing data set made from the following.&amp;nbsp;&amp;nbsp;Table A and Table B are joined to make Table AB.&amp;nbsp; I am adding new samples to Tables A and B.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to update Table AB to include the newly added data.&amp;nbsp; I can do this via the Source code in Table AB, but this yields a new table but does not carry my added work in AB (value ordering, colors, charting, etc).&amp;nbsp; Is there a way to update (auto-append to) Table AB using the join function without creating a new table?&amp;nbsp; I am not much of a coder, so a point and click solution is preferred.&amp;nbsp; But I'll take what I can get!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;existing script to create the new joined table (NOT preferred) is:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Data Table( "DSTL - Peel Master" ) &amp;lt;&amp;lt; Join(
	With( Data Table( "DSTL - DD Master" ) ),
	By Matching Columns( :Sample Name = :Drawdown ),
	Drop multiples( 0, 0 ),
	Include Nonmatches( 0, 0 ),
	Preserve main table order( 1 )
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 10 Jun 2023 23:54:55 GMT</pubDate>
    <dc:creator>GZ7853</dc:creator>
    <dc:date>2023-06-10T23:54:55Z</dc:date>
    <item>
      <title>Update/append  existing Joined Table</title>
      <link>https://community.jmp.com/t5/Discussions/Update-append-existing-Joined-Table/m-p/552098#M76768</link>
      <description>&lt;P&gt;I have an ongoing data set made from the following.&amp;nbsp;&amp;nbsp;Table A and Table B are joined to make Table AB.&amp;nbsp; I am adding new samples to Tables A and B.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to update Table AB to include the newly added data.&amp;nbsp; I can do this via the Source code in Table AB, but this yields a new table but does not carry my added work in AB (value ordering, colors, charting, etc).&amp;nbsp; Is there a way to update (auto-append to) Table AB using the join function without creating a new table?&amp;nbsp; I am not much of a coder, so a point and click solution is preferred.&amp;nbsp; But I'll take what I can get!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;existing script to create the new joined table (NOT preferred) is:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Data Table( "DSTL - Peel Master" ) &amp;lt;&amp;lt; Join(
	With( Data Table( "DSTL - DD Master" ) ),
	By Matching Columns( :Sample Name = :Drawdown ),
	Drop multiples( 0, 0 ),
	Include Nonmatches( 0, 0 ),
	Preserve main table order( 1 )
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:54:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Update-append-existing-Joined-Table/m-p/552098#M76768</guid>
      <dc:creator>GZ7853</dc:creator>
      <dc:date>2023-06-10T23:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Update/append  existing Joined Table</title>
      <link>https://community.jmp.com/t5/Discussions/Update-append-existing-Joined-Table/m-p/552152#M76771</link>
      <description>&lt;P&gt;If you know which are the new samples and samples are being added as rows, then one idea could be to&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;first join A and B together with new samples&lt;/LI&gt;
&lt;LI&gt;then select those new samples and create subset out of them&lt;/LI&gt;
&lt;LI&gt;then concatenate those to your old AB data table&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 03 Oct 2022 20:01:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Update-append-existing-Joined-Table/m-p/552152#M76771</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-10-03T20:01:01Z</dc:date>
    </item>
  </channel>
</rss>

