<?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 select an active tabulate window to make into data table in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-select-an-active-tabulate-window-to-make-into-data-table/m-p/480669#M72511</link>
    <description>&lt;P&gt;Thank you! This worked perfectly&lt;/P&gt;</description>
    <pubDate>Wed, 20 Apr 2022 14:00:15 GMT</pubDate>
    <dc:creator>FestacFarmer</dc:creator>
    <dc:date>2022-04-20T14:00:15Z</dc:date>
    <item>
      <title>How to select an active tabulate window to make into data table</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-select-an-active-tabulate-window-to-make-into-data-table/m-p/480476#M72489</link>
      <description>&lt;P&gt;Hi All;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to script the "Make Into Data Table" functionality into a toolbar icon (for quicker access and shortcut capability).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I am unsure how to select an active "tabulate" window to apply the function to. I assumed doing something like in the image below should work but I have been unable to, unfortunately.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There should be an easy solution but I have not been able to find it!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FestacFarmer_0-1650414548391.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/41895iC973A2F185233F70/image-size/medium?v=v2&amp;amp;px=400" role="button" title="FestacFarmer_0-1650414548391.png" alt="FestacFarmer_0-1650414548391.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:47:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-select-an-active-tabulate-window-to-make-into-data-table/m-p/480476#M72489</guid>
      <dc:creator>FestacFarmer</dc:creator>
      <dc:date>2023-06-10T23:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to select an active tabulate window to make into data table</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-select-an-active-tabulate-window-to-make-into-data-table/m-p/480498#M72491</link>
      <description>&lt;P&gt;Yes, it is easily done!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the code to put into the menu-item&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;win = Current Window();
Try(
    obj = ( win[Outline Box( 1 )] &amp;lt;&amp;lt; Get Scriptable Object );
    If( Char( obj ) == "Tabulate[]",
        obj &amp;lt;&amp;lt; Make into Data Table
    )
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 01:16:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-select-an-active-tabulate-window-to-make-into-data-table/m-p/480498#M72491</guid>
      <dc:creator>ErraticAttack</dc:creator>
      <dc:date>2022-04-20T01:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to select an active tabulate window to make into data table</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-select-an-active-tabulate-window-to-make-into-data-table/m-p/480669#M72511</link>
      <description>&lt;P&gt;Thank you! This worked perfectly&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 14:00:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-select-an-active-tabulate-window-to-make-into-data-table/m-p/480669#M72511</guid>
      <dc:creator>FestacFarmer</dc:creator>
      <dc:date>2022-04-20T14:00:15Z</dc:date>
    </item>
  </channel>
</rss>

