<?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: Joining tables with different significant digits in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Joining-tables-with-different-significant-digits/m-p/442823#M69103</link>
    <description>&lt;P&gt;Ok, that works.&amp;nbsp; Guess I should write a script so here's a follow-on question:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've got a script in work, but I end up with new columns with the rounded value.&amp;nbsp; Is there any way I can copy the values in that formula column back to the original column?&amp;nbsp; (I want to keep the properties of the original column as part of the DOE.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a simple "copy data" command, but no "paste data".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;</description>
    <pubDate>Mon, 06 Dec 2021 19:47:55 GMT</pubDate>
    <dc:creator>mfoster</dc:creator>
    <dc:date>2021-12-06T19:47:55Z</dc:date>
    <item>
      <title>Joining tables with different significant digits</title>
      <link>https://community.jmp.com/t5/Discussions/Joining-tables-with-different-significant-digits/m-p/442282#M69059</link>
      <description>&lt;P&gt;I am trying to join a DOE table created Jmp with a table created in an external program and imported into Jmp.&amp;nbsp; I've figured out that if I expand the format to 16 decimals that the data does not match. For example, the initial value used when creating the DOE table was something like 1.2, the DOE table value to 16 decimals is&amp;nbsp; 1.2000...002, and the imported data is 1.2000...000.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to make this just work?&amp;nbsp; I suppose I could go into the DOE table and manually change every value...ugh.&amp;nbsp; (Tried that for one line and it worked.)&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:41:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Joining-tables-with-different-significant-digits/m-p/442282#M69059</guid>
      <dc:creator>mfoster</dc:creator>
      <dc:date>2023-06-10T23:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Joining tables with different significant digits</title>
      <link>https://community.jmp.com/t5/Discussions/Joining-tables-with-different-significant-digits/m-p/442429#M69068</link>
      <description>&lt;P&gt;Use the Round() function or floor() function to truncate to the desired number of significant digits.&amp;nbsp; Then you can join the tables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 21:48:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Joining-tables-with-different-significant-digits/m-p/442429#M69068</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-12-03T21:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Joining tables with different significant digits</title>
      <link>https://community.jmp.com/t5/Discussions/Joining-tables-with-different-significant-digits/m-p/442823#M69103</link>
      <description>&lt;P&gt;Ok, that works.&amp;nbsp; Guess I should write a script so here's a follow-on question:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've got a script in work, but I end up with new columns with the rounded value.&amp;nbsp; Is there any way I can copy the values in that formula column back to the original column?&amp;nbsp; (I want to keep the properties of the original column as part of the DOE.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a simple "copy data" command, but no "paste data".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 19:47:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Joining-tables-with-different-significant-digits/m-p/442823#M69103</guid>
      <dc:creator>mfoster</dc:creator>
      <dc:date>2021-12-06T19:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Joining tables with different significant digits</title>
      <link>https://community.jmp.com/t5/Discussions/Joining-tables-with-different-significant-digits/m-p/442828#M69104</link>
      <description>&lt;P&gt;interactively you can select all of the values in the column you want to copy, and then move your cursor to one of the selected cells and right click and select copy.&amp;nbsp; Move to the column you want to paste in and right click on the first cell in the column and select paste.&lt;/P&gt;
&lt;P&gt;Here is a simple script that will copy all of the values from one column to another.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$sample_data/big class.jmp" );
:age &amp;lt;&amp;lt; set values( :weight &amp;lt;&amp;lt; get values );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 20:21:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Joining-tables-with-different-significant-digits/m-p/442828#M69104</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-12-06T20:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Joining tables with different significant digits</title>
      <link>https://community.jmp.com/t5/Discussions/Joining-tables-with-different-significant-digits/m-p/442831#M69105</link>
      <description>&lt;P&gt;You can also directly overwrite values with &amp;lt;&amp;lt;set each value, but I would suggest trying other options first, if you are just starting with scripting&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Semiconductor Capability.jmp");
:NPN1 &amp;lt;&amp;lt; Set Each Value(Round(:NPN1));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 06 Dec 2021 20:40:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Joining-tables-with-different-significant-digits/m-p/442831#M69105</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2021-12-06T20:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Joining tables with different significant digits</title>
      <link>https://community.jmp.com/t5/Discussions/Joining-tables-with-different-significant-digits/m-p/442856#M69108</link>
      <description>&lt;P&gt;Thanks.&amp;nbsp; This is so much simpler than my complicated way with additional columns, tables and updates.&amp;nbsp; Need to remember "Set".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 22:11:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Joining-tables-with-different-significant-digits/m-p/442856#M69108</guid>
      <dc:creator>mfoster</dc:creator>
      <dc:date>2021-12-06T22:11:47Z</dc:date>
    </item>
  </channel>
</rss>

