<?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 How to merge more than 2 tables? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-merge-more-than-2-tables/m-p/802147#M97820</link>
    <description>I simply want to put the columns from each table in one table. I am able to do this by using join tables with just 2 tables but I want to join 4 tables at once. I have tried to use JMP query builder, but I cannot get it to join them.</description>
    <pubDate>Thu, 26 Sep 2024 21:39:09 GMT</pubDate>
    <dc:creator>LargeCamel26038</dc:creator>
    <dc:date>2024-09-26T21:39:09Z</dc:date>
    <item>
      <title>How to merge more than 2 tables?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-merge-more-than-2-tables/m-p/802147#M97820</link>
      <description>I simply want to put the columns from each table in one table. I am able to do this by using join tables with just 2 tables but I want to join 4 tables at once. I have tried to use JMP query builder, but I cannot get it to join them.</description>
      <pubDate>Thu, 26 Sep 2024 21:39:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-merge-more-than-2-tables/m-p/802147#M97820</guid>
      <dc:creator>LargeCamel26038</dc:creator>
      <dc:date>2024-09-26T21:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge more than 2 tables?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-merge-more-than-2-tables/m-p/802168#M97823</link>
      <description>&lt;P&gt;The JMP Query Builder from the Tables menu is how to join more than 2 tables in one step, so you are using the right platform.&amp;nbsp; Why it doesn't work could be due to several factors but usually it would be because you are doing an inner join on columns with no matching values.&amp;nbsp; Try changing the join to a full outer join, that should definitely return a result.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 03:29:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-merge-more-than-2-tables/m-p/802168#M97823</guid>
      <dc:creator>Mark_Zwald</dc:creator>
      <dc:date>2024-09-27T03:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge more than 2 tables?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-merge-more-than-2-tables/m-p/802184#M97829</link>
      <description>Where is the option to do this? There is an option to include non matching rows from the second data table but it is greyed out and I am unable to select it.</description>
      <pubDate>Fri, 27 Sep 2024 04:45:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-merge-more-than-2-tables/m-p/802184#M97829</guid>
      <dc:creator>LargeCamel26038</dc:creator>
      <dc:date>2024-09-27T04:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge more than 2 tables?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-merge-more-than-2-tables/m-p/802458#M97886</link>
      <description>&lt;P&gt;What type of join do wish to do? Do you have any columns you can join with? Or is it just row by row? If query builder isn't able to do what are looking for, you might have to do this by scripting Join platform (luckily it is simple but still it will require a script). If it is always the same join with the same amount of tables, you can most likely do this with the help of Workflow builder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/9802"&gt;@Mark_Zwald&lt;/a&gt; do JMP tables support full outer join? &lt;A href="https://www.jmp.com/support/help/en/18.0/index.shtml#page/jmp/select-tables-from-a-sql-database.shtml#" target="_blank"&gt;https://www.jmp.com/support/help/en/18.0/index.shtml#page/jmp/select-tables-from-a-sql-database.shtml#&lt;/A&gt;&lt;/P&gt;
&lt;P class="indent1"&gt;&lt;EM&gt;To do a full join and import all rows, you would select &lt;SPAN class="command"&gt;Include non-matching rows from g1_charges&lt;/SPAN&gt;. &lt;STRONG&gt;If only one of the non-matching options is available, the database does not support full joins. &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1727501821236.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/68686i357DDB5CB60F1124/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1727501821236.png" alt="jthi_0-1727501821236.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Would be nice if query builder was able to tell what the gray-out means instead of leaving user guessing what they are doing wrong&lt;/P&gt;</description>
      <pubDate>Sat, 28 Sep 2024 05:39:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-merge-more-than-2-tables/m-p/802458#M97886</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-09-28T05:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge more than 2 tables?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-merge-more-than-2-tables/m-p/802474#M97891</link>
      <description>&lt;P&gt;The gray-out "&lt;EM&gt;option&lt;/EM&gt;" can only be activated for &lt;U&gt;Database&lt;/U&gt; queries:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1727596604320.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/68689i4B38BCEB1977AB78/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1727596604320.png" alt="hogi_0-1727596604320.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;When you want to build a query from &lt;U&gt;JMP data tables&lt;/U&gt;:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1727596662140.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/68690i8E52948EC675BF1D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1727596662140.png" alt="hogi_1-1727596662140.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;the option is &lt;U&gt;always&lt;/U&gt; disabled:&amp;nbsp;&amp;nbsp;&lt;LI-MESSAGE title="Supported Join types for Table &amp;amp;gt; JMP Query Builder" uid="575231" url="https://community.jmp.com/t5/JMP-Knowledge-Base/Supported-Join-types-for-Table-gt-JMP-Query-Builder/m-p/575231#U575231" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-tkb-thread lia-fa-icon lia-fa-tkb lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If you need this option you can ask a community manager to reactivate this wish:&lt;/P&gt;&lt;P&gt;&lt;LI-MESSAGE title="Add right and full outer joins to JMP Query Builder" uid="276020" url="https://community.jmp.com/t5/JMP-Wish-List/Add-right-and-full-outer-joins-to-JMP-Query-Builder/m-p/276020#U276020" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp; ... and vote for it.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Sep 2024 08:03:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-merge-more-than-2-tables/m-p/802474#M97891</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-09-29T08:03:42Z</dc:date>
    </item>
  </channel>
</rss>

