<?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 can you use a JSL implementation to select and jump to a currently invisible column? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-can-you-use-a-JSL-implementation-to-select-and-jump-to-a/m-p/71766#M35486</link>
    <description>&lt;P&gt;Page 43 of the &lt;STRONG&gt;JMP Scripting Guide&lt;/STRONG&gt;&amp;nbsp;, available from Help &amp;gt; Books, very clearly states:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;JMP cannot record scripts while you are working. Though script-recording is a useful&lt;BR /&gt;feature in some other scripting languages, it is less important for software like JMP, where&lt;BR /&gt;the results are what matter. You cannot use script-recording to observe how a sequence of&lt;BR /&gt;interactive steps is performed.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Two weeks ago, I posted a response and script&amp;nbsp;&lt;A href="https://community.jmp.com/t5/Discussions/Select-specific-columns-with-JSL-name-contains-code/m-p/70012#M35140" target="_self"&gt;https://community.jmp.com/t5/Discussions/Select-specific-columns-with-JSL-name-contains-code/m-p/70012#M35140&lt;/A&gt; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = current data table();

z = ncol(dt);

dt &amp;lt;&amp;lt; bring window to front;
column(dt,z-1) &amp;lt;&amp;lt; set selected;
dt&amp;lt;&amp;lt;goto(column(dt,z-1));&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 07 Sep 2018 18:47:46 GMT</pubDate>
    <dc:creator>gzmorgan0</dc:creator>
    <dc:date>2018-09-07T18:47:46Z</dc:date>
    <item>
      <title>How can you use a JSL implementation to select and jump to a currently invisible column?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-you-use-a-JSL-implementation-to-select-and-jump-to-a/m-p/71714#M35473</link>
      <description>&lt;P&gt;&lt;SPAN class="transSent"&gt;Some columns are not visible on the current interface due to the number of columns in the data table.&lt;/SPAN&gt;&lt;SPAN class="transSent"&gt;How to use the JSL implementation to select the penultimate column and transfer the interface to this column in the visible range.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="transSent"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2018-09-08_17-42-12.png" style="width: 644px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12349iE2B220ABABE044DF/image-size/large?v=v2&amp;amp;px=999" role="button" title="2018-09-08_17-42-12.png" alt="2018-09-08_17-42-12.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2018 09:54:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-you-use-a-JSL-implementation-to-select-and-jump-to-a/m-p/71714#M35473</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2018-09-07T09:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: How can you use a JSL implementation to select and jump to a currently invisible column?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-you-use-a-JSL-implementation-to-select-and-jump-to-a/m-p/71716#M35475</link>
      <description>JMP's operations are not all recording JSL.Thank you very much!</description>
      <pubDate>Fri, 07 Sep 2018 10:07:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-you-use-a-JSL-implementation-to-select-and-jump-to-a/m-p/71716#M35475</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2018-09-07T10:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: How can you use a JSL implementation to select and jump to a currently invisible column?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-you-use-a-JSL-implementation-to-select-and-jump-to-a/m-p/71718#M35476</link>
      <description>I can select the column in the following code, but I cannot implement a visual interface.&lt;BR /&gt;&lt;BR /&gt;dt : cNa[z1-1]&amp;lt;&amp;lt; Set Selected( 1 );&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;dt : cNa[z1-1]&amp;lt;&amp;lt; Set Display Selected( 1 );</description>
      <pubDate>Fri, 07 Sep 2018 11:02:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-you-use-a-JSL-implementation-to-select-and-jump-to-a/m-p/71718#M35476</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2018-09-07T11:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: How can you use a JSL implementation to select and jump to a currently invisible column?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-you-use-a-JSL-implementation-to-select-and-jump-to-a/m-p/71766#M35486</link>
      <description>&lt;P&gt;Page 43 of the &lt;STRONG&gt;JMP Scripting Guide&lt;/STRONG&gt;&amp;nbsp;, available from Help &amp;gt; Books, very clearly states:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;JMP cannot record scripts while you are working. Though script-recording is a useful&lt;BR /&gt;feature in some other scripting languages, it is less important for software like JMP, where&lt;BR /&gt;the results are what matter. You cannot use script-recording to observe how a sequence of&lt;BR /&gt;interactive steps is performed.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Two weeks ago, I posted a response and script&amp;nbsp;&lt;A href="https://community.jmp.com/t5/Discussions/Select-specific-columns-with-JSL-name-contains-code/m-p/70012#M35140" target="_self"&gt;https://community.jmp.com/t5/Discussions/Select-specific-columns-with-JSL-name-contains-code/m-p/70012#M35140&lt;/A&gt; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = current data table();

z = ncol(dt);

dt &amp;lt;&amp;lt; bring window to front;
column(dt,z-1) &amp;lt;&amp;lt; set selected;
dt&amp;lt;&amp;lt;goto(column(dt,z-1));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 07 Sep 2018 18:47:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-you-use-a-JSL-implementation-to-select-and-jump-to-a/m-p/71766#M35486</guid>
      <dc:creator>gzmorgan0</dc:creator>
      <dc:date>2018-09-07T18:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: How can you use a JSL implementation to select and jump to a currently invisible column?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-you-use-a-JSL-implementation-to-select-and-jump-to-a/m-p/71832#M35506</link>
      <description>This community is a good place to study. Thank you for your guidance!</description>
      <pubDate>Fri, 07 Sep 2018 23:08:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-you-use-a-JSL-implementation-to-select-and-jump-to-a/m-p/71832#M35506</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2018-09-07T23:08:03Z</dc:date>
    </item>
  </channel>
</rss>

