<?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: Renaming Data Table using a previous table name in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Renaming-Data-Table-using-a-previous-table-name/m-p/107387#M39132</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt2 &amp;lt;&amp;lt; set name( dt &amp;lt;&amp;lt; get name || " 2" );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;In actuality, you do not have to do the concatenation because JMP will see that the name you set is the same as another table, and will automatically add the "2";&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt2 &amp;lt;&amp;lt; set name( dt &amp;lt;&amp;lt; get name );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Jan 2019 17:43:40 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2019-01-21T17:43:40Z</dc:date>
    <item>
      <title>Renaming Data Table using a previous table name</title>
      <link>https://community.jmp.com/t5/Discussions/Renaming-Data-Table-using-a-previous-table-name/m-p/107193#M39110</link>
      <description>&lt;P&gt;I know I can rename a table using&amp;nbsp;&lt;/P&gt;&lt;P&gt;dt &amp;lt;&amp;lt; SetName("FirstTablename");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But say I'd like to rename a 2nd data table that concatenates the name of the 1st data table so that it is something like&lt;/P&gt;&lt;P&gt;dt2 &amp;lt;&amp;lt; SetName( Nameof1stTable || " 2");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know how I could just name a 2nd table with an appended character? The reason I want to do this is that usually I modify multiple tables in JSL with splits and joins and end up with a large number of untitled tables which I find hard to keep track of which "parent" table it was derived from.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Sat, 19 Jan 2019 16:53:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Renaming-Data-Table-using-a-previous-table-name/m-p/107193#M39110</guid>
      <dc:creator>bioptical</dc:creator>
      <dc:date>2019-01-19T16:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming Data Table using a previous table name</title>
      <link>https://community.jmp.com/t5/Discussions/Renaming-Data-Table-using-a-previous-table-name/m-p/107387#M39132</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt2 &amp;lt;&amp;lt; set name( dt &amp;lt;&amp;lt; get name || " 2" );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;In actuality, you do not have to do the concatenation because JMP will see that the name you set is the same as another table, and will automatically add the "2";&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt2 &amp;lt;&amp;lt; set name( dt &amp;lt;&amp;lt; get name );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 17:43:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Renaming-Data-Table-using-a-previous-table-name/m-p/107387#M39132</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2019-01-21T17:43:40Z</dc:date>
    </item>
  </channel>
</rss>

