<?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: Rename column Max(Max(date)) in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Rename-column-Max-Max-date/m-p/662366#M85119</link>
    <description>&lt;P&gt;I like using same syntax as&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/11634"&gt;@Thierry_S&lt;/a&gt;&amp;nbsp;suggest (&lt;A href="https://www.jmp.com/support/help/en/16.2/#page/jmp/row-functions-2.shtml?os=win&amp;amp;source=application#ww4974567" target="_blank" rel="noopener"&gt;Column(dt_ref, "colname")&lt;/A&gt;) but if you want to use the colon syntax&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;:"Max(Max(date))" or even better would be :"Max(Max(date))"n. Using &lt;A href="https://www.jmp.com/support/help/en/16.2/#page/jmp/utility-functions.shtml?os=win&amp;amp;source=application#ww7881686" target="_blank" rel="noopener"&gt;Name() is deprecated&lt;/A&gt; syntax for ""n. For some additional information regarding names see&amp;nbsp;&lt;A href="https://www.jmp.com/support/help/en/16.2/index.shtml#page/jmp/names.shtml#ww258186" target="_blank" rel="noopener"&gt;Names&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://www.jmp.com/support/help/en/17.0/index.shtml#page/jmp/jsl-rules-for-names.shtml" target="_blank" rel="noopener"&gt;JSL Rules for Names&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jul 2023 05:11:35 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2023-07-26T05:11:35Z</dc:date>
    <item>
      <title>Rename column Max(Max(date))</title>
      <link>https://community.jmp.com/t5/Discussions/Rename-column-Max-Max-date/m-p/662335#M85115</link>
      <description>&lt;P&gt;How to rename column Max(Max(date)) to "date"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried:&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;:Max(Max(date)) &amp;lt;&amp;lt; Set Name ("date");&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;:Name (Max(Max(date)) ) &amp;lt;&amp;lt; Set Name ("date");&lt;/P&gt;&lt;P&gt;3. Column( dt, Max(Max(date))) &amp;lt;&amp;lt; Set Name( "date" );&lt;/P&gt;&lt;P&gt;3. Column( dt, :Name (Max(Max(date))) ) &amp;lt;&amp;lt; Set Name( "date" );&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But none of these works&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 03:11:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Rename-column-Max-Max-date/m-p/662335#M85115</guid>
      <dc:creator>UserID16644</dc:creator>
      <dc:date>2023-07-26T03:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Rename column Max(Max(date))</title>
      <link>https://community.jmp.com/t5/Discussions/Rename-column-Max-Max-date/m-p/662357#M85118</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;When your column name has parentheses or any other special characters, your best bet is the following syntax:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Column (dt, "Max(Max(date))" &amp;lt;&amp;lt; Set name ("date");&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Note the quotes before and after the column name.&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;P&gt;TS&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 04:38:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Rename-column-Max-Max-date/m-p/662357#M85118</guid>
      <dc:creator>Thierry_S</dc:creator>
      <dc:date>2023-07-26T04:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Rename column Max(Max(date))</title>
      <link>https://community.jmp.com/t5/Discussions/Rename-column-Max-Max-date/m-p/662366#M85119</link>
      <description>&lt;P&gt;I like using same syntax as&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/11634"&gt;@Thierry_S&lt;/a&gt;&amp;nbsp;suggest (&lt;A href="https://www.jmp.com/support/help/en/16.2/#page/jmp/row-functions-2.shtml?os=win&amp;amp;source=application#ww4974567" target="_blank" rel="noopener"&gt;Column(dt_ref, "colname")&lt;/A&gt;) but if you want to use the colon syntax&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;:"Max(Max(date))" or even better would be :"Max(Max(date))"n. Using &lt;A href="https://www.jmp.com/support/help/en/16.2/#page/jmp/utility-functions.shtml?os=win&amp;amp;source=application#ww7881686" target="_blank" rel="noopener"&gt;Name() is deprecated&lt;/A&gt; syntax for ""n. For some additional information regarding names see&amp;nbsp;&lt;A href="https://www.jmp.com/support/help/en/16.2/index.shtml#page/jmp/names.shtml#ww258186" target="_blank" rel="noopener"&gt;Names&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://www.jmp.com/support/help/en/17.0/index.shtml#page/jmp/jsl-rules-for-names.shtml" target="_blank" rel="noopener"&gt;JSL Rules for Names&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 05:11:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Rename-column-Max-Max-date/m-p/662366#M85119</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-07-26T05:11:35Z</dc:date>
    </item>
  </channel>
</rss>

