<?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: How does JSL's sorting operation not create a new window? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-does-JSL-s-sorting-operation-not-create-a-new-window/m-p/72033#M35524</link>
    <description>&lt;P&gt;Here is the example from the Scripting Index&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; Help==&amp;gt;Scripting Index&lt;/P&gt;
&lt;P&gt;that illustrates the Replace Table option for the Sort Platform&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt &amp;lt;&amp;lt; Sort(
	replace table,
	By( :name ),
	Order( Ascending )
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 10 Sep 2018 12:20:05 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2018-09-10T12:20:05Z</dc:date>
    <item>
      <title>How does JSL's sorting operation not create a new window?</title>
      <link>https://community.jmp.com/t5/Discussions/How-does-JSL-s-sorting-operation-not-create-a-new-window/m-p/71997#M35523</link>
      <description>&lt;P&gt;The result of sorting will not create a new window.But the same sort operation using the following JSL will produce a new window to display the sorted results.How do you make a JSL sorting operation not generate a new window?thank you!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;dt = Current Data Table();&lt;BR /&gt;dt&amp;lt;&amp;lt;Sort(By(4),Order(descending));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2018-09-12_18-36-02.png" style="width: 899px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12363iAB78F7B46A86B461/image-size/large?v=v2&amp;amp;px=999" role="button" title="2018-09-12_18-36-02.png" alt="2018-09-12_18-36-02.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 10:43:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-does-JSL-s-sorting-operation-not-create-a-new-window/m-p/71997#M35523</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2018-09-10T10:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: How does JSL's sorting operation not create a new window?</title>
      <link>https://community.jmp.com/t5/Discussions/How-does-JSL-s-sorting-operation-not-create-a-new-window/m-p/72033#M35524</link>
      <description>&lt;P&gt;Here is the example from the Scripting Index&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; Help==&amp;gt;Scripting Index&lt;/P&gt;
&lt;P&gt;that illustrates the Replace Table option for the Sort Platform&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt &amp;lt;&amp;lt; Sort(
	replace table,
	By( :name ),
	Order( Ascending )
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 10 Sep 2018 12:20:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-does-JSL-s-sorting-operation-not-create-a-new-window/m-p/72033#M35524</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-09-10T12:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: How does JSL's sorting operation not create a new window?</title>
      <link>https://community.jmp.com/t5/Discussions/How-does-JSL-s-sorting-operation-not-create-a-new-window/m-p/72034#M35525</link>
      <description>&lt;P&gt;It's in the scripting index.&amp;nbsp; Look for sort and you'll see all of the options.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$sample_data\Big Class.jmp" );
dt &amp;lt;&amp;lt; Sort( By( 4 ), Order( descending ), replacetable( 1 ) );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 10 Sep 2018 12:21:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-does-JSL-s-sorting-operation-not-create-a-new-window/m-p/72034#M35525</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2018-09-10T12:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: How does JSL's sorting operation not create a new window?</title>
      <link>https://community.jmp.com/t5/Discussions/How-does-JSL-s-sorting-operation-not-create-a-new-window/m-p/72046#M35526</link>
      <description>replacetable&lt;BR /&gt;&lt;BR /&gt;thanks you!</description>
      <pubDate>Mon, 10 Sep 2018 13:10:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-does-JSL-s-sorting-operation-not-create-a-new-window/m-p/72046#M35526</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2018-09-10T13:10:47Z</dc:date>
    </item>
  </channel>
</rss>

