<?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: How to rename JMP column name with () in it in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-rename-JMP-column-name-with-in-it/m-p/599447#M80284</link>
    <description>&lt;P&gt;If you have your data table reference in variable dt, scrip below should work&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Column(dt, "Error(%)") &amp;lt;&amp;lt; Set Name("Error_Percentage");&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1676009430466.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/49988i817A00CB6EFB3852/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1676009430466.png" alt="jthi_0-1676009430466.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Also if you have JMP16+ you can get script like this from action recorder:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;// Change column name: Error(%) → Error_Percentage
Data Table("Untitled"):"Error(%)"n &amp;lt;&amp;lt; Set Name("Error_Percentage");
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Feb 2023 06:11:51 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2023-02-10T06:11:51Z</dc:date>
    <item>
      <title>How to rename JMP column name with () in it</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-rename-JMP-column-name-with-in-it/m-p/599421#M80283</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to rename a column with column name "Error(%)" to "Error_Percentage. May i know how to write a JMP script for this? thanks&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 16:37:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-rename-JMP-column-name-with-in-it/m-p/599421#M80283</guid>
      <dc:creator>kendy</dc:creator>
      <dc:date>2023-06-08T16:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to rename JMP column name with () in it</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-rename-JMP-column-name-with-in-it/m-p/599447#M80284</link>
      <description>&lt;P&gt;If you have your data table reference in variable dt, scrip below should work&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Column(dt, "Error(%)") &amp;lt;&amp;lt; Set Name("Error_Percentage");&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1676009430466.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/49988i817A00CB6EFB3852/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1676009430466.png" alt="jthi_0-1676009430466.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Also if you have JMP16+ you can get script like this from action recorder:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;// Change column name: Error(%) → Error_Percentage
Data Table("Untitled"):"Error(%)"n &amp;lt;&amp;lt; Set Name("Error_Percentage");
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 06:11:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-rename-JMP-column-name-with-in-it/m-p/599447#M80284</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-02-10T06:11:51Z</dc:date>
    </item>
  </channel>
</rss>

