<?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 Loading an external script to a data table in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Loading-an-external-script-to-a-data-table/m-p/475528#M72003</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Workflow involves taking a csv file importing and doing a bunch of calculations and then creating a summary table of important metrics. &amp;nbsp;I also have a script that creates a user interface with column switcher and local data filters (shout out to txnelson). &amp;nbsp;I would like to keep the code for table creation and manipulation separate from the creating the user interface. &amp;nbsp;What I would like to do is call the interface script from the main loading one and also add that interface script to summary data table. &amp;nbsp;The intent is that the user could accidentally close the interface window and I do not want to have to rerun the entire import script just to get interface again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the preferred way of doing this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 18:15:06 GMT</pubDate>
    <dc:creator>Hegedus1</dc:creator>
    <dc:date>2023-06-09T18:15:06Z</dc:date>
    <item>
      <title>Loading an external script to a data table</title>
      <link>https://community.jmp.com/t5/Discussions/Loading-an-external-script-to-a-data-table/m-p/475528#M72003</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Workflow involves taking a csv file importing and doing a bunch of calculations and then creating a summary table of important metrics. &amp;nbsp;I also have a script that creates a user interface with column switcher and local data filters (shout out to txnelson). &amp;nbsp;I would like to keep the code for table creation and manipulation separate from the creating the user interface. &amp;nbsp;What I would like to do is call the interface script from the main loading one and also add that interface script to summary data table. &amp;nbsp;The intent is that the user could accidentally close the interface window and I do not want to have to rerun the entire import script just to get interface again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the preferred way of doing this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 18:15:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Loading-an-external-script-to-a-data-table/m-p/475528#M72003</guid>
      <dc:creator>Hegedus1</dc:creator>
      <dc:date>2023-06-09T18:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Loading an external script to a data table</title>
      <link>https://community.jmp.com/t5/Discussions/Loading-an-external-script-to-a-data-table/m-p/475548#M72005</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);

// The JSL that extracts the csv table and does the calculations

// The dt below is a reference to the data table you want the User
// Interface code add to
dt &amp;lt;&amp;lt; New Script( "User Interface",
	// Your User Interface Code
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 02 Apr 2022 16:03:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Loading-an-external-script-to-a-data-table/m-p/475548#M72005</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-04-02T16:03:33Z</dc:date>
    </item>
  </channel>
</rss>

