<?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: A JSL script for moving columns to original order? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/A-JSL-script-for-moving-columns-to-original-order/m-p/15765#M14422</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's simply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="page" title="Page 324"&gt;&lt;DIV class="layoutArea"&gt;&lt;DIV class="column"&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.000000pt; font-family: 'LucidaSans';"&gt;dt &amp;lt;&amp;lt; Original Order; &lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="page" title="Page 324"&gt;&lt;DIV class="layoutArea"&gt;&lt;DIV class="column"&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.000000pt; font-family: 'LucidaSans';"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Dec 2015 08:28:34 GMT</pubDate>
    <dc:creator>ms</dc:creator>
    <dc:date>2015-12-07T08:28:34Z</dc:date>
    <item>
      <title>A JSL script for moving columns to original order?</title>
      <link>https://community.jmp.com/t5/Discussions/A-JSL-script-for-moving-columns-to-original-order/m-p/15763#M14420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to script this menu command: Columns/Reorder Columns/&lt;SPAN style="font-family: HelveticaNeue; font-size: 9pt; font-weight: bold;"&gt;Original Order .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the JSL manual, I found : &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;dt&amp;lt;&amp;lt;Reorder By Name&lt;/LI&gt;&lt;LI&gt;dt&amp;lt;&amp;lt;Reorder By Data Type&lt;/LI&gt;&lt;LI&gt;dt&amp;lt;&amp;lt;Reorder By Modeling Type&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In need to restore the column order to orignal order before Data Table update and reorder it by name after the update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Claude B.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Dec 2015 23:48:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/A-JSL-script-for-moving-columns-to-original-order/m-p/15763#M14420</guid>
      <dc:creator>claude_bellavan</dc:creator>
      <dc:date>2015-12-06T23:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: A JSL script for moving columns to original order?</title>
      <link>https://community.jmp.com/t5/Discussions/A-JSL-script-for-moving-columns-to-original-order/m-p/15764#M14421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's unusual to have a menu command without a JSL equivalent. But if it's not there (I didn't check), you can make use of 'MainMenu()':&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 12px; line-height: normal; font-family: Courier; color: #942193;"&gt;&lt;SPAN style="color: #000000;"&gt;dt &lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #032ce4;"&gt;Open&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;"$SAMPLE_DATA/Big Class.jmp"&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 12px; line-height: normal; font-family: Courier; color: #032ce4;"&gt;Wait&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;3&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 12px; line-height: normal; font-family: Courier; color: #011993;"&gt;&lt;SPAN style="color: #000000;"&gt;dt &lt;/SPAN&gt;&amp;lt;&amp;lt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;ReorderByName&lt;/STRONG&gt;;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 12px; line-height: normal; font-family: Courier; color: #032ce4;"&gt;Wait&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;3&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 12px; line-height: normal; font-family: Courier; color: #032ce4;"&gt;&lt;SPAN style="color: #000000;"&gt;dt &lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;CurrentDataTable&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;()&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #032ce4;"&gt;MainMenu&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #942193; font-family: Courier; font-size: 12px;"&gt;"Cols:Reorder Columns:Original Order"&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; font-size: 12px; line-height: normal; font-family: Courier; color: #942193;"&gt;&lt;SPAN style="color: #011993;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 08:20:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/A-JSL-script-for-moving-columns-to-original-order/m-p/15764#M14421</guid>
      <dc:creator>ian_jmp</dc:creator>
      <dc:date>2015-12-07T08:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: A JSL script for moving columns to original order?</title>
      <link>https://community.jmp.com/t5/Discussions/A-JSL-script-for-moving-columns-to-original-order/m-p/15765#M14422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's simply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="page" title="Page 324"&gt;&lt;DIV class="layoutArea"&gt;&lt;DIV class="column"&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.000000pt; font-family: 'LucidaSans';"&gt;dt &amp;lt;&amp;lt; Original Order; &lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="page" title="Page 324"&gt;&lt;DIV class="layoutArea"&gt;&lt;DIV class="column"&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.000000pt; font-family: 'LucidaSans';"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 08:28:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/A-JSL-script-for-moving-columns-to-original-order/m-p/15765#M14422</guid>
      <dc:creator>ms</dc:creator>
      <dc:date>2015-12-07T08:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: A JSL script for moving columns to original order?</title>
      <link>https://community.jmp.com/t5/Discussions/A-JSL-script-for-moving-columns-to-original-order/m-p/15766#M14423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The best place to check out this kind of stuff is 'Help &amp;gt; Scripting Index', which usually has useful examples too, should you need them:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="10601_Screen Shot 2015-12-07 at 08.49.27.png" style="width: 998px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/2486iACB05EA6BF3C31FA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="10601_Screen Shot 2015-12-07 at 08.49.27.png" alt="10601_Screen Shot 2015-12-07 at 08.49.27.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clearly I need to use it more often myself . . .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 01:20:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/A-JSL-script-for-moving-columns-to-original-order/m-p/15766#M14423</guid>
      <dc:creator>ian_jmp</dc:creator>
      <dc:date>2016-10-19T01:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: A JSL script for moving columns to original order?</title>
      <link>https://community.jmp.com/t5/Discussions/A-JSL-script-for-moving-columns-to-original-order/m-p/15767#M14424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much! &lt;/P&gt;&lt;P&gt;Both responses will be very useful in the future.&lt;/P&gt;&lt;P&gt;Claude&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 16:00:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/A-JSL-script-for-moving-columns-to-original-order/m-p/15767#M14424</guid>
      <dc:creator>claude_bellavan</dc:creator>
      <dc:date>2015-12-07T16:00:27Z</dc:date>
    </item>
  </channel>
</rss>

