<?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: Data Table from Private to Visible in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Data-Table-from-Private-to-Visible/m-p/42155#M24562</link>
    <description>&lt;P&gt;This can be done without creating a subset using the New Data View message. I used this method in my&amp;nbsp;&lt;A href="https://community.jmp.com/t5/JMP-Add-Ins/Word-Import-Tool/ta-p/41325" target="_self"&gt;Word Import Tool add-in&lt;/A&gt;.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA\Big Class.jmp", "private" );

dt &amp;lt;&amp;lt; New Data View;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 19 Jul 2017 15:37:10 GMT</pubDate>
    <dc:creator>Justin_Chilton</dc:creator>
    <dc:date>2017-07-19T15:37:10Z</dc:date>
    <item>
      <title>Data Table from Private to Visible</title>
      <link>https://community.jmp.com/t5/Discussions/Data-Table-from-Private-to-Visible/m-p/41326#M24116</link>
      <description>&lt;P&gt;How do I show (in a window) a data table that was opened as Private?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand that private objects do not have windows associated with them. I generate many tables and I am optimizing my script by keeping them private. My question is, how do I add a private data table to a window and display it like a typical data table? I want the same functionality as if it were opened as Visible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 16:18:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Data-Table-from-Private-to-Visible/m-p/41326#M24116</guid>
      <dc:creator>laisteve17</dc:creator>
      <dc:date>2017-06-28T16:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Data Table from Private to Visible</title>
      <link>https://community.jmp.com/t5/Discussions/Data-Table-from-Private-to-Visible/m-p/41328#M24118</link>
      <description>&lt;P&gt;You will have to create a subset of the data table to either an invisible or visible state.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 17:40:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Data-Table-from-Private-to-Visible/m-p/41328#M24118</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-06-28T17:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Data Table from Private to Visible</title>
      <link>https://community.jmp.com/t5/Discussions/Data-Table-from-Private-to-Visible/m-p/41431#M24184</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;
&lt;P&gt;Specifically to Jim's point, do this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dtPrivate = Open("$SAMPLE_DATA\Big Class.jmp", Private);

/*...*/

dtVisible = dt &amp;lt;&amp;lt; Subset( Link To Original Data Table(1) );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Any changes you make to the visible version of the table will be reflected in the private table, since the visible table is merely a link to the private table.&lt;/P&gt;
&lt;P&gt;HTH,&lt;/P&gt;
&lt;P&gt;Eric&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2017 13:20:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Data-Table-from-Private-to-Visible/m-p/41431#M24184</guid>
      <dc:creator>Eric_Hill</dc:creator>
      <dc:date>2017-07-03T13:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Data Table from Private to Visible</title>
      <link>https://community.jmp.com/t5/Discussions/Data-Table-from-Private-to-Visible/m-p/42155#M24562</link>
      <description>&lt;P&gt;This can be done without creating a subset using the New Data View message. I used this method in my&amp;nbsp;&lt;A href="https://community.jmp.com/t5/JMP-Add-Ins/Word-Import-Tool/ta-p/41325" target="_self"&gt;Word Import Tool add-in&lt;/A&gt;.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA\Big Class.jmp", "private" );

dt &amp;lt;&amp;lt; New Data View;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 19 Jul 2017 15:37:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Data-Table-from-Private-to-Visible/m-p/42155#M24562</guid>
      <dc:creator>Justin_Chilton</dc:creator>
      <dc:date>2017-07-19T15:37:10Z</dc:date>
    </item>
  </channel>
</rss>

