<?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 can I make a graph from data in multiple data tables without physically joining the tables? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-can-I-make-a-graph-from-data-in-multiple-data-tables-without/m-p/686863#M87245</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I have 2+ data tables with the same columns and I want to produce a graph using all the tables. Previously, I have concatenated them and used the resulting table however this produces lots of extra tables. Is there a way to essentially concatenate them without physically creating a new table?&lt;/P&gt;&lt;P&gt;( Also, want to automate this process if possible.)&lt;/P&gt;</description>
    <pubDate>Fri, 13 Oct 2023 07:52:43 GMT</pubDate>
    <dc:creator>MedianRooster10</dc:creator>
    <dc:date>2023-10-13T07:52:43Z</dc:date>
    <item>
      <title>How can I make a graph from data in multiple data tables without physically joining the tables?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-make-a-graph-from-data-in-multiple-data-tables-without/m-p/686863#M87245</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I have 2+ data tables with the same columns and I want to produce a graph using all the tables. Previously, I have concatenated them and used the resulting table however this produces lots of extra tables. Is there a way to essentially concatenate them without physically creating a new table?&lt;/P&gt;&lt;P&gt;( Also, want to automate this process if possible.)&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 07:52:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-make-a-graph-from-data-in-multiple-data-tables-without/m-p/686863#M87245</guid>
      <dc:creator>MedianRooster10</dc:creator>
      <dc:date>2023-10-13T07:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: How can I make a graph from data in multiple data tables without physically joining the tables?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-make-a-graph-from-data-in-multiple-data-tables-without/m-p/686880#M87249</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/51514"&gt;@MedianRooster10&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;&lt;/CODE&gt;&lt;/PRE&gt;
Previously, I have concatenated them and used the resulting table however this produces lots of extra tables&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;There should be no need to create any extra tables. You can append them together and close the tables you don't need (you should end up with just one data table).&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1697185025866.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/57589i7050EA45E045D21A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1697185025866.png" alt="jthi_0-1697185025866.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 08:17:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-make-a-graph-from-data-in-multiple-data-tables-without/m-p/686880#M87249</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-10-13T08:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: How can I make a graph from data in multiple data tables without physically joining the tables?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-make-a-graph-from-data-in-multiple-data-tables-without/m-p/686890#M87251</link>
      <description>&lt;P&gt;Thank you for your reply, however I would like to keep the original table as is.&lt;/P&gt;&lt;P&gt;I analyse table A to produce some graphs then would like to combine with table B to produce a different set of graphs. I may want to go back to table A to do some more analysis.&lt;/P&gt;&lt;P&gt;Is there an alternative way to what you have suggested?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 08:35:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-make-a-graph-from-data-in-multiple-data-tables-without/m-p/686890#M87251</guid>
      <dc:creator>MedianRooster10</dc:creator>
      <dc:date>2023-10-13T08:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: How can I make a graph from data in multiple data tables without physically joining the tables?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-make-a-graph-from-data-in-multiple-data-tables-without/m-p/686916#M87253</link>
      <description>&lt;P&gt;During first concatenation create new table and concatenate rest of data to that (this way you keep table 1 as it was and rest will be concatenated to the new table just created). Also if you leave Source column to your table, you can use Data filters to exclude other tables from the data.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 09:05:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-make-a-graph-from-data-in-multiple-data-tables-without/m-p/686916#M87253</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-10-13T09:05:50Z</dc:date>
    </item>
  </channel>
</rss>

