<?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 Making exact clone of a column in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Making-exact-clone-of-a-column/m-p/551314#M76722</link>
    <description>&lt;P&gt;HI JMP users,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;am looking for your help to make identical clone of a column through JMP scipt.&lt;/P&gt;&lt;P&gt;I don't want to select the "Date" column to make a identical column instead script should be able to recognize "Date" column and make a clone column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chandankishor66_1-1664552002693.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/45935iF93381F7202AD4B4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chandankishor66_1-1664552002693.png" alt="chandankishor66_1-1664552002693.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 15:59:25 GMT</pubDate>
    <dc:creator>chandankishor66</dc:creator>
    <dc:date>2023-06-09T15:59:25Z</dc:date>
    <item>
      <title>Making exact clone of a column</title>
      <link>https://community.jmp.com/t5/Discussions/Making-exact-clone-of-a-column/m-p/551314#M76722</link>
      <description>&lt;P&gt;HI JMP users,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;am looking for your help to make identical clone of a column through JMP scipt.&lt;/P&gt;&lt;P&gt;I don't want to select the "Date" column to make a identical column instead script should be able to recognize "Date" column and make a clone column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chandankishor66_1-1664552002693.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/45935iF93381F7202AD4B4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chandankishor66_1-1664552002693.png" alt="chandankishor66_1-1664552002693.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 15:59:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Making-exact-clone-of-a-column/m-p/551314#M76722</guid>
      <dc:creator>chandankishor66</dc:creator>
      <dc:date>2023-06-09T15:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Making exact clone of a column</title>
      <link>https://community.jmp.com/t5/Discussions/Making-exact-clone-of-a-column/m-p/551335#M76723</link>
      <description>&lt;P&gt;By "exact" clone do you mean to copy all formatting, column properties and values?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 15:55:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Making-exact-clone-of-a-column/m-p/551335#M76723</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-09-30T15:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Making exact clone of a column</title>
      <link>https://community.jmp.com/t5/Discussions/Making-exact-clone-of-a-column/m-p/551429#M76731</link>
      <description>&lt;P&gt;This should create a new column with a different name. Modify this example as necessary for your purpose.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here( 1 );

dt = Open( "$SAMPLE_DATA/Big Class.jmp" );

expr = :weight &amp;lt;&amp;lt; Get Script;

Eval(
	Parse(
		Substitute(
			"dt &amp;lt;&amp;lt; " || Char( Name Expr( expr ) ),
			"weight",
			"weight 2"
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 30 Sep 2022 20:21:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Making-exact-clone-of-a-column/m-p/551429#M76731</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2022-09-30T20:21:16Z</dc:date>
    </item>
  </channel>
</rss>

