<?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: JMP Formulas: Selecting Multiple Variables that are not Next to Each Other in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JMP-Formulas-Selecting-Multiple-Variables-that-are-not-Next-to/m-p/13976#M13115</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are currently having a problem with spam posts in the JMP User Community, so all content is being moderated. We're working on updating the spam tools. With luck we'll be able to back off the moderation levels shortly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW: Even my post is being moderated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeff Perkinson&lt;/P&gt;&lt;P&gt;JMP Community Adminstrator&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Aug 2015 16:18:37 GMT</pubDate>
    <dc:creator>Jeff_Perkinson</dc:creator>
    <dc:date>2015-08-21T16:18:37Z</dc:date>
    <item>
      <title>JMP Formulas: Selecting Multiple Variables that are not Next to Each Other</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Formulas-Selecting-Multiple-Variables-that-are-not-Next-to/m-p/13970#M13109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to sum several variables together that are spread out across my data file. How do I select all of these variables without having to manually type them into the formula? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 12:13:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Formulas-Selecting-Multiple-Variables-that-are-not-Next-to/m-p/13970#M13109</guid>
      <dc:creator>mcstagger</dc:creator>
      <dc:date>2015-08-21T12:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Formulas: Selecting Multiple Variables that are not Next to Each Other</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Formulas-Selecting-Multiple-Variables-that-are-not-Next-to/m-p/13971#M13110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, I learned a new trick this week while reading the new JMP book Building Better Models with JMP Pro which makes adding formula columns so so easy.&amp;nbsp; If you right click on a column heading in your table there is a menu item "New Formula Column" and you can add a column with a formula based on the column you are selecting from with a single click.&amp;nbsp; I just tried this with multiple selected columns (not all together) in a data table, right click on one of them and select then NewFormulaColumn&amp;gt;Aggregate&amp;gt;Sum and you are done with the exception of perhaps renaming the column.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 14:05:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Formulas-Selecting-Multiple-Variables-that-are-not-Next-to/m-p/13971#M13110</guid>
      <dc:creator>KarenC</dc:creator>
      <dc:date>2015-08-21T14:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Formulas: Selecting Multiple Variables that are not Next to Each Other</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Formulas-Selecting-Multiple-Variables-that-are-not-Next-to/m-p/13972#M13111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works! Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: Why are my posts being moderated?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 14:59:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Formulas-Selecting-Multiple-Variables-that-are-not-Next-to/m-p/13972#M13111</guid>
      <dc:creator>mcstagger</dc:creator>
      <dc:date>2015-08-21T14:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Formulas: Selecting Multiple Variables that are not Next to Each Other</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Formulas-Selecting-Multiple-Variables-that-are-not-Next-to/m-p/13973#M13112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This answer has already been answered, but the table &amp;gt; summary platform could be used to do that by assigning the sum under the statistics drop down menus and adding those to the statistics window and the category or sub-categories that you want each of the variables in the statistics windows to be grouped or sub-grouped by can go into the respect folders. In this example, Program Line is equal to the following: Intl, Dom, AF)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data Table( "CRSVersion30-Enrollments-August-6th461838" ) &amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;Summary(&lt;/P&gt;&lt;P&gt;&amp;nbsp; Group( :Mail Code ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sum( :Name( "# Confirmed Enrollments" ) ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sum( :Name( "# First Time Enrollments" ) ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sum( :Name( "$ Confirmed Enrollments" ) ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sum( :Name( "$ Program Only" ) ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sum( :Name( "$ Total Enrollment Amt" ) ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sum( :Name( "$ Total Net Order" ) ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Subgroup( :Program Line ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Freq( "None" ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Weight( "None" )&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This script derived from running the procedure described above would generate a new table with the summary data table order in the form where:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mail Code&amp;nbsp;&amp;nbsp; N Rows&amp;nbsp; =Sum(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;# Confirmed Enrollments, Intl)&amp;nbsp; Sum( &lt;SPAN style="font-size: 13.3333330154419px;"&gt;# First Time Enrollments, Intl)&amp;nbsp;&amp;nbsp; Sum(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;$ Confirmed Enrollments, Intl)&amp;nbsp; Sum(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;$ Program Only, Intl)&amp;nbsp; Sum(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;$ Total Enrollment Amt, Intl), Sum(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;$ Total Net Order, Intl)&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Sum(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;# Confirmed Enrollments, Dom)&amp;nbsp; Sum( &lt;SPAN style="font-size: 13.3333330154419px;"&gt;# First Time Enrollments, Dom)&amp;nbsp;&amp;nbsp; Sum(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;$ Confirmed Enrollments, Dom)&amp;nbsp; Sum(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;$ Program Only, Dom)&amp;nbsp; Sum(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;$ Total Enrollment Amt, Dom), Sum(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;$ Total Net Order, Dom) &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Sum(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;# Confirmed Enrollments, AF)&amp;nbsp; Sum( &lt;SPAN style="font-size: 13.3333330154419px;"&gt;# First Time Enrollments, AF)&amp;nbsp;&amp;nbsp; Sum(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;$ Confirmed Enrollments, AF)&amp;nbsp; Sum(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;$ Program Only, AF)&amp;nbsp; Sum(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;$ Total Enrollment Amt, AF), Sum(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;$ Total Net Order, AF).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also use Transpose under table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 15:16:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Formulas-Selecting-Multiple-Variables-that-are-not-Next-to/m-p/13973#M13112</guid>
      <dc:creator>jenkins_macedo</dc:creator>
      <dc:date>2015-08-21T15:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Formulas: Selecting Multiple Variables that are not Next to Each Other</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Formulas-Selecting-Multiple-Variables-that-are-not-Next-to/m-p/13974#M13113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a public forum for JMP users and the post are moderate to make sure that information are credible, good for this forum scholarly platform, etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 15:29:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Formulas-Selecting-Multiple-Variables-that-are-not-Next-to/m-p/13974#M13113</guid>
      <dc:creator>jenkins_macedo</dc:creator>
      <dc:date>2015-08-21T15:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Formulas: Selecting Multiple Variables that are not Next to Each Other</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Formulas-Selecting-Multiple-Variables-that-are-not-Next-to/m-p/13975#M13114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, gotcha! Thought I may have offended someone with my elementary JMP questions. &lt;SPAN __jive_emoticon_name="laugh" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.jmp.com/7.0.1.7.0.1.0_7c8e8bd/images/emoticons/laugh.png"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great weekend!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 15:51:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Formulas-Selecting-Multiple-Variables-that-are-not-Next-to/m-p/13975#M13114</guid>
      <dc:creator>mcstagger</dc:creator>
      <dc:date>2015-08-21T15:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Formulas: Selecting Multiple Variables that are not Next to Each Other</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Formulas-Selecting-Multiple-Variables-that-are-not-Next-to/m-p/13976#M13115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are currently having a problem with spam posts in the JMP User Community, so all content is being moderated. We're working on updating the spam tools. With luck we'll be able to back off the moderation levels shortly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW: Even my post is being moderated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeff Perkinson&lt;/P&gt;&lt;P&gt;JMP Community Adminstrator&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 16:18:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Formulas-Selecting-Multiple-Variables-that-are-not-Next-to/m-p/13976#M13115</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2015-08-21T16:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Formulas: Selecting Multiple Variables that are not Next to Each Other</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Formulas-Selecting-Multiple-Variables-that-are-not-Next-to/m-p/13977#M13116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not really. It is good sharing ideas especially dealing with a software that provides so much potential on how I now see data analysis, visualization and predictive analytics. If you could, the San Diego Summit in a couple of weeks would be a great platform to each key individuals and other users. Have a wonderful weekend yourself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 16:20:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Formulas-Selecting-Multiple-Variables-that-are-not-Next-to/m-p/13977#M13116</guid>
      <dc:creator>jenkins_macedo</dc:creator>
      <dc:date>2015-08-21T16:20:09Z</dc:date>
    </item>
  </channel>
</rss>

