<?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: Make invisible data table out of a graph builder in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Make-invisible-data-table-out-of-a-graph-builder/m-p/699800#M88459</link>
    <description>&lt;P&gt;I think usually the syntax is Invisible(1). If it doesn't work, you can turn the window invisible after it has been created&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Big Class.jmp");
obj = Graph Builder(Variables(X(:Sex), Y(:Height), Group X(:Age)), Elements(Box Plot(X, Y)));
dt = obj &amp;lt;&amp;lt; Make into Data Table(); // usually syntax is invisible(1)
dt &amp;lt;&amp;lt; Show Window(0);
wait(0); // might not be necessary

&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 17 Nov 2023 10:43:42 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2023-11-17T10:43:42Z</dc:date>
    <item>
      <title>Make invisible data table out of a graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Make-invisible-data-table-out-of-a-graph-builder/m-p/699778#M88456</link>
      <description>&lt;P&gt;Hello ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Inside a loop, I make datatables out of graph builders . Point is that I would like those data tables to be invisible and I cannot figure out how to do it. As an illustration, here is the exemple from the scripting help :&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
obj = Graph Builder(
	Variables( X( :Sex ), Y( :Height ), Group X( :Age ) ),
	Elements( Box Plot( X, Y ) )
);
obj &amp;lt;&amp;lt; Make into Data Table(invisible);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I tried also&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = obj &amp;lt;&amp;lt; Make into data table &amp;lt;&amp;lt;invisible; 
dt = obj &amp;lt;&amp;lt; Make into data table;dt &amp;lt;&amp;lt;invisible ;
dt = obj &amp;lt;&amp;lt; Make into data table(visibility ("invisible")) ;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;and some other combinations&amp;nbsp; but nothing is hiding the data table and I cannot figure out what is going on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working on JMP 14.1.0 (64 bits)&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for any help !&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 10:02:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Make-invisible-data-table-out-of-a-graph-builder/m-p/699778#M88456</guid>
      <dc:creator>johanna_younous</dc:creator>
      <dc:date>2023-11-17T10:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Make invisible data table out of a graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Make-invisible-data-table-out-of-a-graph-builder/m-p/699800#M88459</link>
      <description>&lt;P&gt;I think usually the syntax is Invisible(1). If it doesn't work, you can turn the window invisible after it has been created&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Big Class.jmp");
obj = Graph Builder(Variables(X(:Sex), Y(:Height), Group X(:Age)), Elements(Box Plot(X, Y)));
dt = obj &amp;lt;&amp;lt; Make into Data Table(); // usually syntax is invisible(1)
dt &amp;lt;&amp;lt; Show Window(0);
wait(0); // might not be necessary

&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 17 Nov 2023 10:43:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Make-invisible-data-table-out-of-a-graph-builder/m-p/699800#M88459</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-11-17T10:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Make invisible data table out of a graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Make-invisible-data-table-out-of-a-graph-builder/m-p/699807#M88460</link>
      <description>&lt;P&gt;Thx, it works!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still I wonder why the usual "invisible" spécification while making the data table is not working here..&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyway, I have solution ! Thank you again.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 10:53:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Make-invisible-data-table-out-of-a-graph-builder/m-p/699807#M88460</guid>
      <dc:creator>johanna_younous</dc:creator>
      <dc:date>2023-11-17T10:53:13Z</dc:date>
    </item>
  </channel>
</rss>

