<?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: Question: Can JMP do a Full Outer Join without renaming the fields (scripting, info) in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Question-Can-JMP-do-a-Full-Outer-Join-without-renaming-the/m-p/215282#M43022</link>
    <description>&lt;P&gt;1. The response that you marked as the solution, is not the solution.&amp;nbsp; Please unmark it, and mark the response that provided the solution as the correct solution.&lt;/P&gt;
&lt;P&gt;2. The Scripting Index is a great reference tool, but you need to read the Scripting Guide.&amp;nbsp; All of the questions you have asked today you would not have asked the Discussion Community if you take the time to read the documention&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jun 2019 08:39:54 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2019-06-28T08:39:54Z</dc:date>
    <item>
      <title>Question: Can JMP do a Full Outer Join without renaming the fields (scripting, info)</title>
      <link>https://community.jmp.com/t5/Discussions/Question-Can-JMP-do-a-Full-Outer-Join-without-renaming-the/m-p/215245#M43010</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Recently I did a Full Outer Join (inluding nonmatches). Imagine my surpirse when i found that JMP renamed all fields during the join by adding the name of the source table. Can JMP do a Full Outer Join without renaming? If I could do that just using a nondocumented) option, just let me know.&lt;/P&gt;&lt;P&gt;The JSL I used was something like, asuming "A" is already open:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt &amp;lt;&amp;lt; Join

(        with (data table("B") ),

         select(),

         selectwith(),

         include nonmatches(),

         by matching columns(IDENTA=IDENTB)

);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;Newbie&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 05:29:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Question-Can-JMP-do-a-Full-Outer-Join-without-renaming-the/m-p/215245#M43010</guid>
      <dc:creator>Newbie2Jumpie</dc:creator>
      <dc:date>2019-06-28T05:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Question: Can JMP do a Full Outer Join without renaming the fields (scripting, info)</title>
      <link>https://community.jmp.com/t5/Discussions/Question-Can-JMP-do-a-Full-Outer-Join-without-renaming-the/m-p/215277#M43018</link>
      <description>&lt;P&gt;You can use the "Merge Same Name Columns".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt &amp;lt;&amp;lt; Join

(        with (data table("B") ),

         merge same name columns,

         select(),

         selectwith(),

         include nonmatches(),

         by matching columns(IDENTA=IDENTB)

);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You need to take the time to read the JSL documentation in the Scripting Guide&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; Help==&amp;gt;Books==&amp;gt;Scripting Guide&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 08:24:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Question-Can-JMP-do-a-Full-Outer-Join-without-renaming-the/m-p/215277#M43018</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2019-06-28T08:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Question: Can JMP do a Full Outer Join without renaming the fields (scripting, info)</title>
      <link>https://community.jmp.com/t5/Discussions/Question-Can-JMP-do-a-Full-Outer-Join-without-renaming-the/m-p/215279#M43020</link>
      <description>&lt;P&gt;Bingo!&lt;/P&gt;&lt;P&gt;I stubbornly stuck to the JSL Reference...&lt;/P&gt;&lt;P&gt;That's why I prefer to ask people.&lt;/P&gt;&lt;P&gt;Thx!&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 08:33:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Question-Can-JMP-do-a-Full-Outer-Join-without-renaming-the/m-p/215279#M43020</guid>
      <dc:creator>Newbie2Jumpie</dc:creator>
      <dc:date>2019-06-28T08:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Question: Can JMP do a Full Outer Join without renaming the fields (scripting, info)</title>
      <link>https://community.jmp.com/t5/Discussions/Question-Can-JMP-do-a-Full-Outer-Join-without-renaming-the/m-p/215282#M43022</link>
      <description>&lt;P&gt;1. The response that you marked as the solution, is not the solution.&amp;nbsp; Please unmark it, and mark the response that provided the solution as the correct solution.&lt;/P&gt;
&lt;P&gt;2. The Scripting Index is a great reference tool, but you need to read the Scripting Guide.&amp;nbsp; All of the questions you have asked today you would not have asked the Discussion Community if you take the time to read the documention&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 08:39:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Question-Can-JMP-do-a-Full-Outer-Join-without-renaming-the/m-p/215282#M43022</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2019-06-28T08:39:54Z</dc:date>
    </item>
  </channel>
</rss>

