<?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 could I acheive a column scroll lock in a table box created by dt &amp;lt;&amp;lt; get as report? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-could-I-acheive-a-column-scroll-lock-in-a-table-box-created/m-p/372665#M62255</link>
    <description>This is perfect. Thanks!</description>
    <pubDate>Tue, 30 Mar 2021 14:52:32 GMT</pubDate>
    <dc:creator>Mittman</dc:creator>
    <dc:date>2021-03-30T14:52:32Z</dc:date>
    <item>
      <title>How could I acheive a column scroll lock in a table box created by dt &lt;&lt; get as report?</title>
      <link>https://community.jmp.com/t5/Discussions/How-could-I-acheive-a-column-scroll-lock-in-a-table-box-created/m-p/372421#M62239</link>
      <description>&lt;P&gt;I use "&amp;lt;&amp;lt; get as report" to insert tabular content into my custom reports. Sometimes, this content is scrollable in the report. I'm curious how I might achieve a "scroll lock" behavior in the report. It isn't preserved when I do "&amp;lt;&amp;lt; lock(1)" to a column in the original table.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:27:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-could-I-acheive-a-column-scroll-lock-in-a-table-box-created/m-p/372421#M62239</guid>
      <dc:creator>Mittman</dc:creator>
      <dc:date>2023-06-10T23:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: How could I acheive a column scroll lock in a table box created by dt &lt;&lt; get as report?</title>
      <link>https://community.jmp.com/t5/Discussions/How-could-I-acheive-a-column-scroll-lock-in-a-table-box-created/m-p/372503#M62241</link>
      <description>&lt;P&gt;Something like this might get you going:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Big Class.jmp");

new = new window("",
	rep = dt &amp;lt;&amp;lt; get as report;
);
tb = rep[TableBox(1)];

tb &amp;lt;&amp;lt; Set Scrollable(30, 4);
show(tb &amp;lt;&amp;lt; Get Locked Columns);
tb &amp;lt;&amp;lt; Set Locked Columns(2);
show(tb &amp;lt;&amp;lt; Get Locked Columns);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;lt;&amp;lt; get as report creates table box of datatable, get reference to that and then do modifications you want.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 05:14:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-could-I-acheive-a-column-scroll-lock-in-a-table-box-created/m-p/372503#M62241</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2021-03-30T05:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: How could I acheive a column scroll lock in a table box created by dt &lt;&lt; get as report?</title>
      <link>https://community.jmp.com/t5/Discussions/How-could-I-acheive-a-column-scroll-lock-in-a-table-box-created/m-p/372665#M62255</link>
      <description>This is perfect. Thanks!</description>
      <pubDate>Tue, 30 Mar 2021 14:52:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-could-I-acheive-a-column-scroll-lock-in-a-table-box-created/m-p/372665#M62255</guid>
      <dc:creator>Mittman</dc:creator>
      <dc:date>2021-03-30T14:52:32Z</dc:date>
    </item>
  </channel>
</rss>

