<?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: Hierarchy of open Data Tables in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Hierarchy-of-open-Data-Tables/m-p/928817#M108610</link>
    <description>&lt;P&gt;Unfortunately, from the window name, one cannot conclude if the tables are linked or separate.&lt;/P&gt;
&lt;P&gt;I submitted the question to JMP support : TS-&lt;SPAN data-olk-copy-source="MessageBody"&gt;00278736&lt;/SPAN&gt;&lt;BR /&gt;the suggestion : submit the idea to the wish list.&lt;BR /&gt;&lt;BR /&gt;done:&amp;nbsp;&lt;LI-MESSAGE title="GetOpenTableDependencyGraph() and others" uid="928807" url="https://community.jmp.com/t5/JMP-Wish-List/GetOpenTableDependencyGraph-and-others/m-p/928807#U928807" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Feb 2026 19:30:19 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2026-02-03T19:30:19Z</dc:date>
    <item>
      <title>Hierarchy of open Data Tables</title>
      <link>https://community.jmp.com/t5/Discussions/Hierarchy-of-open-Data-Tables/m-p/928415#M108558</link>
      <description>&lt;P&gt;How can I get a hierarchy of all open data tables:&amp;nbsp;&lt;BR /&gt;- subsets&lt;BR /&gt;- stacked / split table&lt;BR /&gt;- summary table&lt;BR /&gt;&lt;BR /&gt;something like the tree structure in the main menu - or in the window list?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 12:24:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hierarchy-of-open-Data-Tables/m-p/928415#M108558</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2026-02-02T12:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchy of open Data Tables</title>
      <link>https://community.jmp.com/t5/Discussions/Hierarchy-of-open-Data-Tables/m-p/928426#M108559</link>
      <description>&lt;P&gt;in my last approach, I use&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&amp;nbsp;'s trick to parse the enhanced log :&lt;BR /&gt;&lt;LI-MESSAGE title="talk to enhanced log" uid="774358" url="https://community.jmp.com/t5/Discussions/talk-to-enhanced-log/m-p/774358#U774358" 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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;But maybe, there is a more clever approach, hacking the window list view?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1770110918791.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/92914i6BFAD57A3570FB98/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1770110918791.png" alt="hogi_0-1770110918791.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Unfortunately:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1770036244269.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/92825iA23ED44BBB188535/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1770036244269.png" alt="hogi_0-1770036244269.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;... and the window list ist not listed in&amp;nbsp;&lt;FONT face="courier new,courier"&gt;get Window List()&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 09:28:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hierarchy-of-open-Data-Tables/m-p/928426#M108559</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2026-02-03T09:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchy of open Data Tables</title>
      <link>https://community.jmp.com/t5/Discussions/Hierarchy-of-open-Data-Tables/m-p/928428#M108560</link>
      <description>&lt;P&gt;Or specify data tables in the Get Window List() function?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
open_tables = Get Window List( Type( "Data Tables" ) ) &amp;lt;&amp;lt; Get Window Title;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 02 Feb 2026 13:20:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hierarchy-of-open-Data-Tables/m-p/928428#M108560</guid>
      <dc:creator>mmarchandFSLR</dc:creator>
      <dc:date>2026-02-02T13:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchy of open Data Tables</title>
      <link>https://community.jmp.com/t5/Discussions/Hierarchy-of-open-Data-Tables/m-p/928429#M108561</link>
      <description>&lt;P&gt;Or&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
open_tables = Get Data Table List();&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 02 Feb 2026 13:22:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hierarchy-of-open-Data-Tables/m-p/928429#M108561</guid>
      <dc:creator>mmarchandFSLR</dc:creator>
      <dc:date>2026-02-02T13:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchy of open Data Tables</title>
      <link>https://community.jmp.com/t5/Discussions/Hierarchy-of-open-Data-Tables/m-p/928649#M108588</link>
      <description>&lt;P&gt;I know both function, but I did not know that they can be used to get the hierarchy of open data tables.&lt;BR /&gt;&lt;BR /&gt;From the returned lists, how can I find out which table is a subset or summary of another data table?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 09:26:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hierarchy-of-open-Data-Tables/m-p/928649#M108588</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2026-02-03T09:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchy of open Data Tables</title>
      <link>https://community.jmp.com/t5/Discussions/Hierarchy-of-open-Data-Tables/m-p/928686#M108592</link>
      <description>&lt;P&gt;Facing the same issue showing windows in the forthcoming new Assistant.&amp;nbsp; &amp;nbsp; Currently just looking at the names and parsing on " - ".&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 11:23:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hierarchy-of-open-Data-Tables/m-p/928686#M108592</guid>
      <dc:creator>russ_wolfinger</dc:creator>
      <dc:date>2026-02-03T11:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchy of open Data Tables</title>
      <link>https://community.jmp.com/t5/Discussions/Hierarchy-of-open-Data-Tables/m-p/928817#M108610</link>
      <description>&lt;P&gt;Unfortunately, from the window name, one cannot conclude if the tables are linked or separate.&lt;/P&gt;
&lt;P&gt;I submitted the question to JMP support : TS-&lt;SPAN data-olk-copy-source="MessageBody"&gt;00278736&lt;/SPAN&gt;&lt;BR /&gt;the suggestion : submit the idea to the wish list.&lt;BR /&gt;&lt;BR /&gt;done:&amp;nbsp;&lt;LI-MESSAGE title="GetOpenTableDependencyGraph() and others" uid="928807" url="https://community.jmp.com/t5/JMP-Wish-List/GetOpenTableDependencyGraph-and-others/m-p/928807#U928807" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 19:30:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hierarchy-of-open-Data-Tables/m-p/928817#M108610</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2026-02-03T19:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchy of open Data Tables</title>
      <link>https://community.jmp.com/t5/Discussions/Hierarchy-of-open-Data-Tables/m-p/928974#M108629</link>
      <description>&lt;P&gt;For reports it is a bit easier as you can use &amp;lt;&amp;lt; Get Data Table (annoying part is getting the platform reference). Oversimplified examples&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;get_reference_table_window = Function({reportwindow}, {Default Local},
	table = Empty();
	
	tablelist = Get Data Table List() &amp;lt;&amp;lt; get name;
	window_title = reportwindow &amp;lt;&amp;lt; Get Window Title;
	
	table = Empty(); // one should definitely match...
	For Each({tablename}, tablelist,
		If(Starts With(window_title, tablename),
			table = Datatable(tablename);
			break;
		);
	);
	
	return(table);
);	


get_reference_table_helpkey = Function({reportwindow}, {Default Local},
	table = Empty();
	
	// look for OutlineBoxes with helpKey xml attribute
	obs = reportwindow &amp;lt;&amp;lt; XPath("//OutlineBox[@helpKey]"); // can run out of depth, could also loop over outlineboxes
	objs = obs &amp;lt;&amp;lt; Get Scriptable Object;	
	
	For Each({obj}, objs,
		If(Is Empty(obj),
			continue();
		);
		sobj = obj &amp;lt;&amp;lt; Get Scriptable Object;
		If(!Is Empty(sobj),
			table = sobj &amp;lt;&amp;lt; Get Data Table;
		);
	);
	
	return(table);
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For data tables it does get more messy and can only rely on name and source table script for non-linked tables. For linked tables you have some more involved strategies you can try.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2026 16:08:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hierarchy-of-open-Data-Tables/m-p/928974#M108629</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2026-02-04T16:08:36Z</dc:date>
    </item>
  </channel>
</rss>

