<?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: Analysis between multiple tables in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Analysis-between-multiple-tables/m-p/43260#M25043</link>
    <description>&lt;P&gt;Looks like a &lt;A href="https://www.jmp.com/en_us/software/data-analysis-software/new-in-jmp.html#Virtual-Join" target="_self"&gt;virtual join&lt;/A&gt; will do what you want here, assuming I am understanding the question correctly. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If Col A is an ID, which can link tables A and B, right click on the the Col A column in Table A and check "Link ID" (must be unique).&lt;/P&gt;
&lt;P&gt;In Table B right click on the Col A column and navigate to link reference and then select the path of Table A.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A small gold key will show up in Table A:Col A, indicating that it is a Link ID and two keys will show up in Table B:Col A, indicating that it is a link reference.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now in Table B you can execute an analysis like Fit Y by X and be able to analyze Col B in Table B and Col B in Table A without concatinating them. &lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screen Shot 2017-08-15 at 10.59.52 AM.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/7197i8A361D42B2F846F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2017-08-15 at 10.59.52 AM.png" alt="Screen Shot 2017-08-15 at 10.59.52 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Here is the resulting analysis. Col B in Table B is on the X axis and Col B of Table A is on the Y, linked together by the Col A IDs. &lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screen Shot 2017-08-15 at 11.01.25 AM.png" style="width: 529px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/7198iE04F59BCCED8092E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2017-08-15 at 11.01.25 AM.png" alt="Screen Shot 2017-08-15 at 11.01.25 AM.png" /&gt;&lt;/span&gt;There is a chance that this is not what you mean, too. If you simply want to apply the same analysis in Table B as you did in Table A you can save the script of a platfrom to the data table (platform little red triangle -&amp;gt; save script -&amp;gt; to data table..) and then copy and paste it to Table B. Then when you click the play button in Table B the same analysis will be run (since you have the same column names). &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Aug 2017 15:06:20 GMT</pubDate>
    <dc:creator>Daniel_Valente</dc:creator>
    <dc:date>2017-08-15T15:06:20Z</dc:date>
    <item>
      <title>Analysis between multiple tables</title>
      <link>https://community.jmp.com/t5/Discussions/Analysis-between-multiple-tables/m-p/43254#M25041</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm relatively new to JMP so was wondering if there are two tables with an identical column in each (Col A from Table 1 == Col A from Table 2), is there a way to do analysis between Col B from T1 and Col B from T2 without concatenating them?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 13:08:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Analysis-between-multiple-tables/m-p/43254#M25041</guid>
      <dc:creator>avolp</dc:creator>
      <dc:date>2017-08-15T13:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis between multiple tables</title>
      <link>https://community.jmp.com/t5/Discussions/Analysis-between-multiple-tables/m-p/43260#M25043</link>
      <description>&lt;P&gt;Looks like a &lt;A href="https://www.jmp.com/en_us/software/data-analysis-software/new-in-jmp.html#Virtual-Join" target="_self"&gt;virtual join&lt;/A&gt; will do what you want here, assuming I am understanding the question correctly. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If Col A is an ID, which can link tables A and B, right click on the the Col A column in Table A and check "Link ID" (must be unique).&lt;/P&gt;
&lt;P&gt;In Table B right click on the Col A column and navigate to link reference and then select the path of Table A.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A small gold key will show up in Table A:Col A, indicating that it is a Link ID and two keys will show up in Table B:Col A, indicating that it is a link reference.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now in Table B you can execute an analysis like Fit Y by X and be able to analyze Col B in Table B and Col B in Table A without concatinating them. &lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screen Shot 2017-08-15 at 10.59.52 AM.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/7197i8A361D42B2F846F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2017-08-15 at 10.59.52 AM.png" alt="Screen Shot 2017-08-15 at 10.59.52 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Here is the resulting analysis. Col B in Table B is on the X axis and Col B of Table A is on the Y, linked together by the Col A IDs. &lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screen Shot 2017-08-15 at 11.01.25 AM.png" style="width: 529px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/7198iE04F59BCCED8092E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2017-08-15 at 11.01.25 AM.png" alt="Screen Shot 2017-08-15 at 11.01.25 AM.png" /&gt;&lt;/span&gt;There is a chance that this is not what you mean, too. If you simply want to apply the same analysis in Table B as you did in Table A you can save the script of a platfrom to the data table (platform little red triangle -&amp;gt; save script -&amp;gt; to data table..) and then copy and paste it to Table B. Then when you click the play button in Table B the same analysis will be run (since you have the same column names). &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 15:06:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Analysis-between-multiple-tables/m-p/43260#M25043</guid>
      <dc:creator>Daniel_Valente</dc:creator>
      <dc:date>2017-08-15T15:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis between multiple tables</title>
      <link>https://community.jmp.com/t5/Discussions/Analysis-between-multiple-tables/m-p/43273#M25052</link>
      <description>Hi Avolp,&lt;BR /&gt;Yes, you can. In JMP 13 there is a feature called virtual joins that will allow this.  Here is a link to learn more about virtual joins.&lt;BR /&gt;&lt;A href="https://www.jmp.com/support/help/13/Virtually_Join_Data_Tables.shtml" target="_blank"&gt;https://www.jmp.com/support/help/13/Virtually_Join_Data_Tables.shtml&lt;/A&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Chris&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Aug 2017 16:26:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Analysis-between-multiple-tables/m-p/43273#M25052</guid>
      <dc:creator>Chris_Kirchberg</dc:creator>
      <dc:date>2017-08-15T16:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis between multiple tables</title>
      <link>https://community.jmp.com/t5/Discussions/Analysis-between-multiple-tables/m-p/43275#M25053</link>
      <description>&lt;P&gt;Yes this is what I meant. thank you&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 16:45:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Analysis-between-multiple-tables/m-p/43275#M25053</guid>
      <dc:creator>avolp</dc:creator>
      <dc:date>2017-08-15T16:45:38Z</dc:date>
    </item>
  </channel>
</rss>

