<?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 to prevent a data table window from appearing when creating it via script in JMP? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-prevent-a-data-table-window-from-appearing-when-creating/m-p/912963#M107275</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/63230"&gt;@zetaVagabond1&lt;/a&gt;&amp;nbsp;wrote:
&lt;P data-start="1477" data-end="1488"&gt;I’ve tried:&lt;/P&gt;
&lt;UL data-start="1491" data-end="1647"&gt;
&lt;LI data-start="1491" data-end="1528"&gt;
&lt;P data-start="1493" data-end="1528"&gt;Adding &lt;CODE data-start="1500" data-end="1511"&gt;Invisible&lt;/CODE&gt; &lt;FONT face="arial black,avant garde"&gt;after&lt;/FONT&gt; creation&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;add invisible during creation : )&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;open(filename, invisible)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;even better: use private - this will speed up the data curation process.&lt;BR /&gt;&lt;BR /&gt;Many Platforms allow you to add these settings.&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Data Table( "Big Class Families" ) &amp;lt;&amp;lt; Subset( All rows, Selected columns only( 0 ) , invisible);
myDT &amp;lt;&amp;lt; Concatenate(tableNameList, Invisible);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;It hurts that other platforms don't provide the setting - like &lt;STRONG&gt;Multi File Import&lt;/STRONG&gt;!!&lt;BR /&gt;&lt;LI-MESSAGE title="Private tables with Multiple File Import function" uid="502498" url="https://community.jmp.com/t5/Discussions/Private-tables-with-Multiple-File-Import-function/m-p/502498#U502498" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&lt;BR /&gt;&lt;BR /&gt;please vote to get this issue fixed:&lt;BR /&gt;&lt;A class="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa" href="https://community.jmp.com/t5/JMP-Wish-List/Private-option-for-Import-Multiple-Files/m-p/569217#U569217" target="_blank"&gt;Private option for Import Multiple Files&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Nov 2025 06:04:36 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2025-11-13T06:04:36Z</dc:date>
    <item>
      <title>How to prevent a data table window from appearing when creating it via script in JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-prevent-a-data-table-window-from-appearing-when-creating/m-p/912953#M107274</link>
      <description>&lt;P data-start="1019" data-end="1033"&gt;Hi everyone,&lt;/P&gt;
&lt;P data-start="1040" data-end="1192"&gt;I have a JMP script that merges multiple tables into a single output table (see code snippet below).&lt;BR data-start="1140" data-end="1143" /&gt;Even though I’m trying to keep it hidden using:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="contain-inline-size rounded-2xl relative bg-token-sidebar-surface-primary"&gt;
&lt;DIV class="overflow-y-auto p-4" dir="ltr"&gt;&lt;CODE class="whitespace-pre! language-jmp"&gt;&lt;CODE class="whitespace-pre! language-jmp"&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/CODE&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Data Table("Combined_Output_Table") &amp;lt;&amp;lt; Invisible(1);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;PRE class="overflow-visible!" data-start="1195" data-end="1262"&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;P data-start="1265" data-end="1377"&gt;the data table window still pops up briefly when it’s created (especially when using &lt;CODE data-start="1350" data-end="1363"&gt;Concatenate&lt;/CODE&gt; or &lt;CODE data-start="1367" data-end="1373"&gt;Join&lt;/CODE&gt;).&lt;/P&gt;
&lt;P data-start="1384" data-end="1470"&gt;Is there a reliable way to keep the table from opening at all while the script runs?&lt;/P&gt;
&lt;P data-start="1477" data-end="1488"&gt;I’ve tried:&lt;/P&gt;
&lt;UL data-start="1491" data-end="1647"&gt;
&lt;LI data-start="1491" data-end="1528"&gt;
&lt;P data-start="1493" data-end="1528"&gt;Adding &lt;CODE data-start="1500" data-end="1511"&gt;Invisible&lt;/CODE&gt; after creation&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="1531" data-end="1576"&gt;
&lt;P data-start="1533" data-end="1576"&gt;Using &lt;CODE data-start="1539" data-end="1555"&gt;Show Window(0)&lt;/CODE&gt; or &lt;CODE data-start="1559" data-end="1574"&gt;Hide Window()&lt;/CODE&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="1579" data-end="1643"&gt;
&lt;P data-start="1581" data-end="1643"&gt;Assigning it to a variable and setting invisible immediately&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-start="1650" data-end="1715"&gt;None seem to fully prevent the window from opening momentarily.&lt;/P&gt;
&lt;P data-start="1722" data-end="1813"&gt;Sample Code-&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;//### Create combined output table
calcVersion = "Combined_Output_Table"; // Name of the final output table

nTables = N Items( tableNameList );

// Combine multiple batch tables into one
If(
	nTables == 1,
	Data Table( OpenTableNames[1] ) &amp;lt;&amp;lt; Set Name( calcVersion ),
	FirstTable = Remove From( tableNameList );
	FirstTable &amp;lt;&amp;lt; Concatenate(
		tableNameList,
		Output Table Name( calcVersion )
	);
	
	// Close intermediate tables
	For( i = 1, i &amp;lt;= nTables, i++,
		Close( Data Table( OpenTableNames[i] ), NoSave )
	);
);

//### Attempt to hide the window
Data Table( calcVersion ) &amp;lt;&amp;lt; Invisible( 1 );
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 13 Nov 2025 05:38:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-prevent-a-data-table-window-from-appearing-when-creating/m-p/912953#M107274</guid>
      <dc:creator>zetaVagabond1</dc:creator>
      <dc:date>2025-11-13T05:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to prevent a data table window from appearing when creating it via script in JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-prevent-a-data-table-window-from-appearing-when-creating/m-p/912963#M107275</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/63230"&gt;@zetaVagabond1&lt;/a&gt;&amp;nbsp;wrote:
&lt;P data-start="1477" data-end="1488"&gt;I’ve tried:&lt;/P&gt;
&lt;UL data-start="1491" data-end="1647"&gt;
&lt;LI data-start="1491" data-end="1528"&gt;
&lt;P data-start="1493" data-end="1528"&gt;Adding &lt;CODE data-start="1500" data-end="1511"&gt;Invisible&lt;/CODE&gt; &lt;FONT face="arial black,avant garde"&gt;after&lt;/FONT&gt; creation&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;add invisible during creation : )&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;open(filename, invisible)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;even better: use private - this will speed up the data curation process.&lt;BR /&gt;&lt;BR /&gt;Many Platforms allow you to add these settings.&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Data Table( "Big Class Families" ) &amp;lt;&amp;lt; Subset( All rows, Selected columns only( 0 ) , invisible);
myDT &amp;lt;&amp;lt; Concatenate(tableNameList, Invisible);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;It hurts that other platforms don't provide the setting - like &lt;STRONG&gt;Multi File Import&lt;/STRONG&gt;!!&lt;BR /&gt;&lt;LI-MESSAGE title="Private tables with Multiple File Import function" uid="502498" url="https://community.jmp.com/t5/Discussions/Private-tables-with-Multiple-File-Import-function/m-p/502498#U502498" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&lt;BR /&gt;&lt;BR /&gt;please vote to get this issue fixed:&lt;BR /&gt;&lt;A class="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa" href="https://community.jmp.com/t5/JMP-Wish-List/Private-option-for-Import-Multiple-Files/m-p/569217#U569217" target="_blank"&gt;Private option for Import Multiple Files&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2025 06:04:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-prevent-a-data-table-window-from-appearing-when-creating/m-p/912963#M107275</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-11-13T06:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to prevent a data table window from appearing when creating it via script in JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-prevent-a-data-table-window-from-appearing-when-creating/m-p/912964#M107276</link>
      <description>&lt;P&gt;Instead of&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;// Combine multiple batch tables into one
If(
	nTables == 1,
	Data Table( OpenTableNames[1] ) &amp;lt;&amp;lt; Set Name( calcVersion ),
	FirstTable = Remove From( tableNameList );
	FirstTable &amp;lt;&amp;lt; Concatenate(
		tableNameList,
		Output Table Name( calcVersion )
	);
	
	// Close intermediate tables
	For( i = 1, i &amp;lt;= nTables, i++,
		Close( Data Table( OpenTableNames[i] ), NoSave )
	);
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;you could write&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;myDT= new table(calcversion,invisible);
myDT &amp;lt;&amp;lt; Concatenate(tableNameList, append to first table);
for each({dt},tableNameList, close(dt, noSave))&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 13 Nov 2025 06:02:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-prevent-a-data-table-window-from-appearing-when-creating/m-p/912964#M107276</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-11-13T06:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to prevent a data table window from appearing when creating it via script in JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-prevent-a-data-table-window-from-appearing-when-creating/m-p/912966#M107278</link>
      <description>&lt;P&gt;Thanks for your detailed responses,I am not a seasoned JSL scripter and I have been trying to adapt to a legacy script. I find scripting in JSL very confusing&amp;nbsp; and daunting xD. I am more pythonic.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I figured my way around without much context but phew!!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2025 06:15:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-prevent-a-data-table-window-from-appearing-when-creating/m-p/912966#M107278</guid>
      <dc:creator>zetaVagabond1</dc:creator>
      <dc:date>2025-11-13T06:15:15Z</dc:date>
    </item>
  </channel>
</rss>

