<?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: Update or Match columns from 2 tables in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Update-or-Match-columns-from-2-tables/m-p/44857#M25656</link>
    <description>&lt;P&gt;What I specified in my last response is exactly what you need to do to put the 2 data tables together, matching upon the 2 pairs of columns you indicated. &amp;nbsp;Below is the filled out dialog box from&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Tables==&amp;gt;Join&lt;/P&gt;
&lt;P&gt;that when executed creates the output table you described. &amp;nbsp;Attached is the new table created.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="join.PNG" style="width: 673px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/7689iDD18EEC12D24BD23/image-size/large?v=v2&amp;amp;px=999" role="button" title="join.PNG" alt="join.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Sep 2017 03:46:56 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2017-09-20T03:46:56Z</dc:date>
    <item>
      <title>Update or Match columns from 2 tables</title>
      <link>https://community.jmp.com/t5/Discussions/Update-or-Match-columns-from-2-tables/m-p/44816#M25648</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 2 data tables, data.jmp and final.jmp&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to match 2 columns (lot name, wafer number) from data.jmp to 2 columns (LOT, WFR) from final.jmp. I need to create a new subset comparing these 2 tables and output as FINAL_UPDATED data table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2017 18:20:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Update-or-Match-columns-from-2-tables/m-p/44816#M25648</guid>
      <dc:creator>vishwasanj</dc:creator>
      <dc:date>2017-09-19T18:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Update or Match columns from 2 tables</title>
      <link>https://community.jmp.com/t5/Discussions/Update-or-Match-columns-from-2-tables/m-p/44818#M25650</link>
      <description>&lt;P&gt;Use the pull down menu item&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Tables==&amp;gt;Join&lt;/P&gt;
&lt;P&gt;and you will be able to match the columns you need to match and it will generate a new data table&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2017 18:30:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Update-or-Match-columns-from-2-tables/m-p/44818#M25650</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-09-19T18:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Update or Match columns from 2 tables</title>
      <link>https://community.jmp.com/t5/Discussions/Update-or-Match-columns-from-2-tables/m-p/44839#M25654</link>
      <description>&lt;P&gt;Thank you txnelson. Maybe I should have&amp;nbsp;explained this more clearly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached are the tables.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;data. jmp represents the user input file through .json&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Final_table is the final concatenated table.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I want to refine the Final_table according to what I have in the data.jmp table.&lt;/DIV&gt;&lt;DIV&gt;Now I want to make a new table Final_Updated by matching LotInfoes.LotName and&amp;nbsp;LotInfoes.Wafers of data.jmp to Lot and wafers of Final_table.jmp (For example, I don't have wafer 1 in the both lots, so my updated table shouldn't have it)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Any suggestions would help me.&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 Sep 2017 00:04:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Update-or-Match-columns-from-2-tables/m-p/44839#M25654</guid>
      <dc:creator>vishwasanj</dc:creator>
      <dc:date>2017-09-20T00:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Update or Match columns from 2 tables</title>
      <link>https://community.jmp.com/t5/Discussions/Update-or-Match-columns-from-2-tables/m-p/44857#M25656</link>
      <description>&lt;P&gt;What I specified in my last response is exactly what you need to do to put the 2 data tables together, matching upon the 2 pairs of columns you indicated. &amp;nbsp;Below is the filled out dialog box from&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Tables==&amp;gt;Join&lt;/P&gt;
&lt;P&gt;that when executed creates the output table you described. &amp;nbsp;Attached is the new table created.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="join.PNG" style="width: 673px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/7689iDD18EEC12D24BD23/image-size/large?v=v2&amp;amp;px=999" role="button" title="join.PNG" alt="join.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 03:46:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Update-or-Match-columns-from-2-tables/m-p/44857#M25656</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-09-20T03:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Update or Match columns from 2 tables</title>
      <link>https://community.jmp.com/t5/Discussions/Update-or-Match-columns-from-2-tables/m-p/44859#M25658</link>
      <description>&lt;P&gt;In JMP 13 you might also find the &lt;A href="https://www.jmp.com/support/help/13/Virtually_Join_Data_Tables.shtml" target="_self"&gt;virtual join&lt;/A&gt; useful.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 07:57:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Update-or-Match-columns-from-2-tables/m-p/44859#M25658</guid>
      <dc:creator>ian_jmp</dc:creator>
      <dc:date>2017-09-20T07:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Update or Match columns from 2 tables</title>
      <link>https://community.jmp.com/t5/Discussions/Update-or-Match-columns-from-2-tables/m-p/44888#M25671</link>
      <description>Thank you for the idea Ian</description>
      <pubDate>Wed, 20 Sep 2017 16:23:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Update-or-Match-columns-from-2-tables/m-p/44888#M25671</guid>
      <dc:creator>vishwasanj</dc:creator>
      <dc:date>2017-09-20T16:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Update or Match columns from 2 tables</title>
      <link>https://community.jmp.com/t5/Discussions/Update-or-Match-columns-from-2-tables/m-p/44889#M25672</link>
      <description>Thank you txnelson</description>
      <pubDate>Wed, 20 Sep 2017 16:23:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Update-or-Match-columns-from-2-tables/m-p/44889#M25672</guid>
      <dc:creator>vishwasanj</dc:creator>
      <dc:date>2017-09-20T16:23:43Z</dc:date>
    </item>
  </channel>
</rss>

