<?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: JSL: Group columns in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JSL-How-do-I-Group-Columns-with-JSL/m-p/814#M814</link>
    <description>Ah, a *List* of column names...It surely does work! Thanks ChungWei.</description>
    <pubDate>Thu, 08 Oct 2009 15:01:46 GMT</pubDate>
    <dc:creator>mpb</dc:creator>
    <dc:date>2009-10-08T15:01:46Z</dc:date>
    <item>
      <title>JSL: How do I Group Columns  with JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-How-do-I-Group-Columns-with-JSL/m-p/804#M804</link>
      <description>&lt;P&gt;Hello community:&lt;BR /&gt;&lt;BR /&gt;One can group columns by selecting them in the columns window and choosing "Group columns" in the context menu. Is there a JSL statement doing the same thing? I found nothing in the operators index or scripting guide.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Dahla&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 14:35:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-How-do-I-Group-Columns-with-JSL/m-p/804#M804</guid>
      <dc:creator />
      <dc:date>2017-09-26T14:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: JSL: Group columns</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-How-do-I-Group-Columns-with-JSL/m-p/805#M805</link>
      <description>Here's an example of how to do Group Columns in a script.&lt;BR /&gt;&lt;BR /&gt;dt = current data table();  &lt;BR /&gt;//Following Expects Fitness Table to be Current;&lt;BR /&gt;column("RunPulse") &amp;lt;&amp;lt; Set Selected(1);&lt;BR /&gt;column("RstPulse") &amp;lt;&amp;lt; Set Selected(1);&lt;BR /&gt;column("MaxPulse") &amp;lt;&amp;lt; Set Selected(1);&lt;BR /&gt;&lt;BR /&gt;dt &amp;lt;&amp;lt; group columns();&lt;BR /&gt;&lt;BR /&gt;Michael</description>
      <pubDate>Fri, 02 Oct 2009 19:37:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-How-do-I-Group-Columns-with-JSL/m-p/805#M805</guid>
      <dc:creator>mpb</dc:creator>
      <dc:date>2009-10-02T19:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: JSL: Group columns</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-How-do-I-Group-Columns-with-JSL/m-p/806#M806</link>
      <description>Thanks for the solution, Michael!&lt;BR /&gt;&lt;BR /&gt;One additional question: How do you know the "group columns()" statement? I wonder if one can find a complete overview of jsl statements somewhere? &lt;BR /&gt;&lt;BR /&gt;Dahla</description>
      <pubDate>Sun, 04 Oct 2009 17:40:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-How-do-I-Group-Columns-with-JSL/m-p/806#M806</guid>
      <dc:creator />
      <dc:date>2009-10-04T17:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: JSL: Group columns</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-How-do-I-Group-Columns-with-JSL/m-p/807#M807</link>
      <description>I guessed. The JSL messages corresponding to menu items tend to be the same as the equivalent menu item text. The JMP Scripting Guide (Help&amp;gt;Books&amp;gt;JMP Scripting Guide) contains a pretty complete list of JSL statements and basic usage. I think "group columns" just was overlooked when the most current edition was made. I suppose there is an outside possibility that it was undocumented because it's not thoroughly tested. If you are worried about that possibility you may want to query JMP support to verify it's safe to use (in JSL) in the current 8.0.1 version.&lt;BR /&gt;&lt;BR /&gt;Michael</description>
      <pubDate>Sun, 04 Oct 2009 22:39:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-How-do-I-Group-Columns-with-JSL/m-p/807#M807</guid>
      <dc:creator>mpb</dc:creator>
      <dc:date>2009-10-04T22:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: JSL: Group columns</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-How-do-I-Group-Columns-with-JSL/m-p/808#M808</link>
      <description>Thanks again, although this is not the answer I hoped for. ;)&lt;/img&gt; &lt;BR /&gt;Do you have another guess for the right command to set the title of a column group?&lt;BR /&gt;&lt;BR /&gt;Dahla</description>
      <pubDate>Mon, 05 Oct 2009 10:05:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-How-do-I-Group-Columns-with-JSL/m-p/808#M808</guid>
      <dc:creator />
      <dc:date>2009-10-05T10:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: JSL: Group columns</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-How-do-I-Group-Columns-with-JSL/m-p/809#M809</link>
      <description>dt &amp;lt;&amp;lt; group columns("Pulses")</description>
      <pubDate>Tue, 06 Oct 2009 11:34:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-How-do-I-Group-Columns-with-JSL/m-p/809#M809</guid>
      <dc:creator>mpb</dc:creator>
      <dc:date>2009-10-06T11:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: JSL: Group columns</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-How-do-I-Group-Columns-with-JSL/m-p/810#M810</link>
      <description>This statement &lt;BR /&gt;&lt;BR /&gt;data table("Fitness") &amp;lt;&amp;lt; group columns("test", :Runtime, 4);&lt;BR /&gt;&lt;BR /&gt;will put  4 columns, starting with Runtime, into a group, and name the group "test".&lt;BR /&gt;&lt;BR /&gt;Alternatively, &lt;BR /&gt;&lt;BR /&gt;data table("Fitness") &amp;lt;&amp;lt; group columns("AAA", :Runtime ::  :MaxPulse);&lt;BR /&gt;&lt;BR /&gt;will group Runtime thru MaxPulse and name the group "AAA"</description>
      <pubDate>Wed, 07 Oct 2009 17:16:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-How-do-I-Group-Columns-with-JSL/m-p/810#M810</guid>
      <dc:creator>chungwei</dc:creator>
      <dc:date>2009-10-07T17:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: JSL: Group columns</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-How-do-I-Group-Columns-with-JSL/m-p/811#M811</link>
      <description>Thanks for a more complete illustration of the "group columns" syntax. Do you know if there is an extension of it that allows grouping non contiguous columns, e.g. in the Fitness table just RunPulse and MaxPulse? If that cannot be done directly then the Selects followed by the simpler group columns does permit it which is the only advantage to it I can see. The syntax you illustrate is more compact and direct.&lt;BR /&gt;&lt;BR /&gt;Michael</description>
      <pubDate>Wed, 07 Oct 2009 18:33:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-How-do-I-Group-Columns-with-JSL/m-p/811#M811</guid>
      <dc:creator>mpb</dc:creator>
      <dc:date>2009-10-07T18:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: JSL: Group columns</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-How-do-I-Group-Columns-with-JSL/m-p/812#M812</link>
      <description>Thanks, ChungWei!&lt;BR /&gt;&lt;BR /&gt;This statement helps making my code shorter.&lt;BR /&gt;&lt;BR /&gt;Dahla&lt;BR /&gt;&lt;BR /&gt;Message was edited by: Dahla</description>
      <pubDate>Thu, 08 Oct 2009 07:42:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-How-do-I-Group-Columns-with-JSL/m-p/812#M812</guid>
      <dc:creator />
      <dc:date>2009-10-08T07:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: JSL: Group columns</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-How-do-I-Group-Columns-with-JSL/m-p/813#M813</link>
      <description>I think this will do it&lt;BR /&gt;&lt;BR /&gt;datatable("Fitness 3D") &amp;lt;&amp;lt; group columns("test", {:RunPulse, :MaxPulse});</description>
      <pubDate>Thu, 08 Oct 2009 13:10:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-How-do-I-Group-Columns-with-JSL/m-p/813#M813</guid>
      <dc:creator>chungwei</dc:creator>
      <dc:date>2009-10-08T13:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: JSL: Group columns</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-How-do-I-Group-Columns-with-JSL/m-p/814#M814</link>
      <description>Ah, a *List* of column names...It surely does work! Thanks ChungWei.</description>
      <pubDate>Thu, 08 Oct 2009 15:01:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-How-do-I-Group-Columns-with-JSL/m-p/814#M814</guid>
      <dc:creator>mpb</dc:creator>
      <dc:date>2009-10-08T15:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: JSL: Group columns</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-How-do-I-Group-Columns-with-JSL/m-p/815#M815</link>
      <description>Hello, I am a SAS employee and thought I would help with the questions of "How do you know the "group columns()" statement?".  I can think of two good ways to find the JSL command to group columns or perform other actions.&lt;BR /&gt;1.  Look under help-&amp;gt;Books-&amp;gt;JSL Scripting Guide, then in the pdf file search for Group Columns.&lt;BR /&gt;2.  If you look in JMP under the help-&amp;gt;Indexes-&amp;gt;Object Scripting menu, you can then select Data Table Cols.  This will then show all the messages that the column object can take.  Group Columns is one of the messages shown.</description>
      <pubDate>Fri, 09 Oct 2009 17:50:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-How-do-I-Group-Columns-with-JSL/m-p/815#M815</guid>
      <dc:creator>Jon_Weisz</dc:creator>
      <dc:date>2009-10-09T17:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: JSL: Group columns</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-How-do-I-Group-Columns-with-JSL/m-p/816#M816</link>
      <description>Thanks for these excellent tips. In this case though, my 8.0.1 JSL Scripting Guide pdf docs show nothing for "Group Columns". The Object Scripting Guide does list Group Columns as a message to be sent but does not elaborate on the syntax needed to make it work. Are you using a later version?</description>
      <pubDate>Fri, 09 Oct 2009 20:10:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-How-do-I-Group-Columns-with-JSL/m-p/816#M816</guid>
      <dc:creator>mpb</dc:creator>
      <dc:date>2009-10-09T20:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: JSL: Group columns</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-How-do-I-Group-Columns-with-JSL/m-p/817#M817</link>
      <description>Searching the Scripting Guide is the first thing I normally do if I look for a JSL statement. If "Group Columns" was explained there, this topic wouldn't exist. As for the Object Scripting Index, I have the same question as mpb concerning the syntax.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help,&lt;BR /&gt;Dahla</description>
      <pubDate>Sun, 11 Oct 2009 08:24:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-How-do-I-Group-Columns-with-JSL/m-p/817#M817</guid>
      <dc:creator />
      <dc:date>2009-10-11T08:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: JSL: Group columns</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-How-do-I-Group-Columns-with-JSL/m-p/818#M818</link>
      <description>I did submit an item to JMP support regarding the lack of documentation for Group Columns. According to their reply, this is intended be remedied in the 8.0.2 release.</description>
      <pubDate>Mon, 12 Oct 2009 13:48:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-How-do-I-Group-Columns-with-JSL/m-p/818#M818</guid>
      <dc:creator>mpb</dc:creator>
      <dc:date>2009-10-12T13:48:10Z</dc:date>
    </item>
  </channel>
</rss>

