<?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 How to rename a &amp;quot;New Formula Column&amp;quot; in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-rename-a-quot-New-Formula-Column-quot/m-p/724346#M90648</link>
    <description>&lt;P&gt;Hey everyone,&lt;/P&gt;&lt;P&gt;I am trying to rename a " New Formula Column" that can have different amounts of columns that get summarized, the default column name out is always changing.&amp;nbsp; However, I can't find a way to reference the column as when the column is made it is not selected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code to combine the columns is this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt3 &amp;lt;&amp;lt;
	New Formula Column(
		Operation( Category("combine"), "Sum" ),
		Columns(collistms1)
	);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;However, using &amp;lt;&amp;lt;set name() or &amp;lt;&amp;lt;set selected doesn't work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was thinking I could loop through the Column list and add in the "+ " between each column name but that seems overly complicated.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="shampton82_0-1707936900492.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61129i80F32CC202A1FFC2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="shampton82_0-1707936900492.png" alt="shampton82_0-1707936900492.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate the help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
    <pubDate>Wed, 14 Feb 2024 18:57:16 GMT</pubDate>
    <dc:creator>shampton82</dc:creator>
    <dc:date>2024-02-14T18:57:16Z</dc:date>
    <item>
      <title>How to rename a "New Formula Column"</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-rename-a-quot-New-Formula-Column-quot/m-p/724346#M90648</link>
      <description>&lt;P&gt;Hey everyone,&lt;/P&gt;&lt;P&gt;I am trying to rename a " New Formula Column" that can have different amounts of columns that get summarized, the default column name out is always changing.&amp;nbsp; However, I can't find a way to reference the column as when the column is made it is not selected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code to combine the columns is this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt3 &amp;lt;&amp;lt;
	New Formula Column(
		Operation( Category("combine"), "Sum" ),
		Columns(collistms1)
	);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;However, using &amp;lt;&amp;lt;set name() or &amp;lt;&amp;lt;set selected doesn't work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was thinking I could loop through the Column list and add in the "+ " between each column name but that seems overly complicated.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="shampton82_0-1707936900492.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61129i80F32CC202A1FFC2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="shampton82_0-1707936900492.png" alt="shampton82_0-1707936900492.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate the help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 18:57:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-rename-a-quot-New-Formula-Column-quot/m-p/724346#M90648</guid>
      <dc:creator>shampton82</dc:creator>
      <dc:date>2024-02-14T18:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to rename a "New Formula Column"</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-rename-a-quot-New-Formula-Column-quot/m-p/724358#M90650</link>
      <description>&lt;P&gt;I'm unable to find a way to get the column reference when using &amp;lt;&amp;lt; New Formula Column.&amp;nbsp; You might have to resort to just using &amp;lt;&amp;lt; New Column for this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;thiscol = Eval( Eval Expr( dt3 &amp;lt;&amp;lt; New Column( "This One", Formula( Sum( Expr( collistms1 ) ) ) ) ) );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 14 Feb 2024 19:49:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-rename-a-quot-New-Formula-Column-quot/m-p/724358#M90650</guid>
      <dc:creator>mmarchandTSI</dc:creator>
      <dc:date>2024-02-14T19:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to rename a "New Formula Column"</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-rename-a-quot-New-Formula-Column-quot/m-p/724359#M90651</link>
      <description>&lt;P&gt;To my knowledge you currently cannot get the reference easily&lt;LI-MESSAGE title="Make New Formula Column return references to the newly created columns" uid="589515" url="https://community.jmp.com/t5/JMP-Wish-List/Make-New-Formula-Column-return-references-to-the-newly-created/m-p/589515#U589515" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;. You can either use &amp;lt;&amp;lt; New Column or check column names before you call New Formula Column and then again after you have called it. You can then get reference to the new columns based on the new column names&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 19:57:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-rename-a-quot-New-Formula-Column-quot/m-p/724359#M90651</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-02-14T19:57:17Z</dc:date>
    </item>
  </channel>
</rss>

