<?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: Copy Columns With Formulas in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Copy-Columns-With-Formulas/m-p/2380#M2380</link>
    <description>MS,&lt;BR /&gt;&lt;BR /&gt;Working the problem the other way around as you suggested worked the easiest for me.  I tried LauraL's suggestion, but ran into big trouble when I tried to run get script; with all the data still in the table.  Once I deleted all the data get script; worked fine, and I'll be sure to keep that in my bag of tricks, but once I have all the data deleted it's just as easy to save that reduced table as a template then copy in the new data as required.  &lt;BR /&gt;&lt;BR /&gt;Thanks to everyone for all your help,&lt;BR /&gt;&lt;BR /&gt;Mark</description>
    <pubDate>Thu, 16 Sep 2010 16:14:56 GMT</pubDate>
    <dc:creator>mad</dc:creator>
    <dc:date>2010-09-16T16:14:56Z</dc:date>
    <item>
      <title>Copy Columns With Formulas</title>
      <link>https://community.jmp.com/t5/Discussions/Copy-Columns-With-Formulas/m-p/2376#M2376</link>
      <description>Is it possible to copy columns along with their formulas from one table to another?  I have a table with 21 columns, each with their own unique formula, and I need to apply those formulas to a new dataset.  Without having to copy the formulas one at a time, how do I do this?</description>
      <pubDate>Mon, 13 Sep 2010 19:31:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Copy-Columns-With-Formulas/m-p/2376#M2376</guid>
      <dc:creator>mad</dc:creator>
      <dc:date>2010-09-13T19:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Columns With Formulas</title>
      <link>https://community.jmp.com/t5/Discussions/Copy-Columns-With-Formulas/m-p/2377#M2377</link>
      <description>I don't know. I remember vaguely that there was a trick in a much earlier version of JMP, but I can't figure it out now in JMP 8. &lt;BR /&gt;&lt;BR /&gt;However, why not do it the other way around? Paste the new data set in a copy of the table where you keep your formulas. If the new set is smaller (=fewer rows) than the old you may need to delete redundant rows first.&lt;BR /&gt;&lt;BR /&gt;Or alternatively from the Tables menu, choose "Join" or "Subset" and "Join" in series to combine the formulas with the new data ("copy formulas" must be checked).</description>
      <pubDate>Mon, 13 Sep 2010 20:23:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Copy-Columns-With-Formulas/m-p/2377#M2377</guid>
      <dc:creator>ms</dc:creator>
      <dc:date>2010-09-13T20:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Columns With Formulas</title>
      <link>https://community.jmp.com/t5/Discussions/Copy-Columns-With-Formulas/m-p/2378#M2378</link>
      <description>&lt;P&gt;Try the following script. To use it:&lt;BR /&gt;&lt;BR /&gt;- on a dialog window select a radio button with data table from which you want to copy columns with formula;click "Copy Formula"&lt;BR /&gt;&lt;BR /&gt;- edit script in the script window, if needed;&lt;BR /&gt;&lt;BR /&gt;- select new data table in which new columns with formula need to be created; click "Paste Formula". The script will run against selected table.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 20:37:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Copy-Columns-With-Formulas/m-p/2378#M2378</guid>
      <dc:creator>aim</dc:creator>
      <dc:date>2018-02-15T20:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Columns With Formulas</title>
      <link>https://community.jmp.com/t5/Discussions/Copy-Columns-With-Formulas/m-p/2379#M2379</link>
      <description>If you need to repeated add the same formula columns to new data tables, you are better off creating a script with those columns.&lt;BR /&gt;&lt;BR /&gt;The easiest way is to get the script for the original data table.&lt;BR /&gt;&lt;BR /&gt;data table("Original") &amp;lt;&amp;lt; get script;&lt;BR /&gt;&lt;BR /&gt;Now the script appears in the log.  Just copy and paste into a new script, keeping only the bits related to adding the the formula columns.  &lt;BR /&gt;&lt;BR /&gt;Note that you may need to reformat the script once you paste it in.  On my computer it appears on one row until after reformatting.</description>
      <pubDate>Thu, 16 Sep 2010 15:18:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Copy-Columns-With-Formulas/m-p/2379#M2379</guid>
      <dc:creator>laural</dc:creator>
      <dc:date>2010-09-16T15:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Columns With Formulas</title>
      <link>https://community.jmp.com/t5/Discussions/Copy-Columns-With-Formulas/m-p/2380#M2380</link>
      <description>MS,&lt;BR /&gt;&lt;BR /&gt;Working the problem the other way around as you suggested worked the easiest for me.  I tried LauraL's suggestion, but ran into big trouble when I tried to run get script; with all the data still in the table.  Once I deleted all the data get script; worked fine, and I'll be sure to keep that in my bag of tricks, but once I have all the data deleted it's just as easy to save that reduced table as a template then copy in the new data as required.  &lt;BR /&gt;&lt;BR /&gt;Thanks to everyone for all your help,&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Thu, 16 Sep 2010 16:14:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Copy-Columns-With-Formulas/m-p/2380#M2380</guid>
      <dc:creator>mad</dc:creator>
      <dc:date>2010-09-16T16:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Columns With Formulas</title>
      <link>https://community.jmp.com/t5/Discussions/Copy-Columns-With-Formulas/m-p/2381#M2381</link>
      <description>aim,&lt;BR /&gt;&lt;BR /&gt;After I played around with LauraL's suggestion, I gave your response a try and it works brilliantly!  Thank you so much! &lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Thu, 16 Sep 2010 16:22:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Copy-Columns-With-Formulas/m-p/2381#M2381</guid>
      <dc:creator>mad</dc:creator>
      <dc:date>2010-09-16T16:22:53Z</dc:date>
    </item>
  </channel>
</rss>

