<?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: Referencing a table that is created via &amp;quot;make into data table&amp;quot; in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Referencing-a-table-that-is-created-via-quot-make-into-data/m-p/667903#M85606</link>
    <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/12111"&gt;@abmayfield&lt;/a&gt;&amp;nbsp;I received the TS track you sent in requesting that maybe this be considered -- to add the ability from the platforms to add an output table name from the "make into data table" selection. Just a note here -- I replied to you, a work around to create a table name with your script.&amp;nbsp; And I have also filed a request with development to consider adding this ability to JMP.&lt;/P&gt;</description>
    <pubDate>Mon, 14 Aug 2023 16:51:50 GMT</pubDate>
    <dc:creator>Mandy_Chambers</dc:creator>
    <dc:date>2023-08-14T16:51:50Z</dc:date>
    <item>
      <title>Referencing a table that is created via "make into data table"</title>
      <link>https://community.jmp.com/t5/Discussions/Referencing-a-table-that-is-created-via-quot-make-into-data/m-p/666711#M85475</link>
      <description>&lt;P&gt;I have a quandary that mainly gets back to generalizing a workflow (which I discussed at length with Jordan Hiller).&amp;nbsp;In the attached workflow, there is a key step in which analytes identified by one platform are placed into a new data table via the "make into data table" command. The issue is that, as far as I can tell, I cannot script it to where a specific name is given to the resulting table; it will simply be called untitled 1 (or higher, depending on how many windows I have open). At the very end of the script in question:&lt;/P&gt;&lt;P&gt;"Make Combined Data Tabl&lt;SPAN class=""&gt;e;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;obj &amp;lt;&amp;lt; &lt;/SPAN&gt;Close Window&lt;SPAN class=""&gt;;") &lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;could I simply add a line to give the to-be-created data table a name? If so, then I could correctly "call" this table in subsequent steps. I think you will have a better idea of what I mean when you run the Workflow package.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 16:34:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Referencing-a-table-that-is-created-via-quot-make-into-data/m-p/666711#M85475</guid>
      <dc:creator>abmayfield</dc:creator>
      <dc:date>2023-08-08T16:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Referencing a table that is created via "make into data table"</title>
      <link>https://community.jmp.com/t5/Discussions/Referencing-a-table-that-is-created-via-quot-make-into-data/m-p/666729#M85476</link>
      <description>&lt;P&gt;One thing you could try is to add table reference to your Local variables and use that reference to store the table you create. Then use &amp;lt;&amp;lt; Set Name to rename it in the same step. This seems to also work&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);


dt = Open("$SAMPLE_DATA/Big Class.jmp");

dist = dt &amp;lt;&amp;lt; Run Script("Distribution");

(Report(dist)["Distributions", "weight", "Quantiles", Table Box(1)] &amp;lt;&amp;lt; Make Combined Data Table()) &amp;lt;&amp;lt; Set Name("TABLE NAME");&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;but I'm not sure if these ideas will work correctly in Workflows.&lt;/P&gt;
&lt;P&gt;Step 6&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1691513459415.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/55654i378A50148BD79F2B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1691513459415.png" alt="jthi_0-1691513459415.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and then remove the rename step after&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit:&lt;/P&gt;
&lt;P&gt;Created quick wish list item to allow choosing name of those result tables &lt;LI-MESSAGE title="Allow user to choose name of result table when using Make Combined Data Table or Make into Data Table" uid="666732" url="https://community.jmp.com/t5/JMP-Wish-List/Allow-user-to-choose-name-of-result-table-when-using-Make/m-p/666732#U666732" 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;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 17:08:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Referencing-a-table-that-is-created-via-quot-make-into-data/m-p/666729#M85476</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-08-08T17:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Referencing a table that is created via "make into data table"</title>
      <link>https://community.jmp.com/t5/Discussions/Referencing-a-table-that-is-created-via-quot-make-into-data/m-p/667128#M85515</link>
      <description>&lt;P&gt;Thanks! I'm going to try this here in the next few days and report back.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 23:33:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Referencing-a-table-that-is-created-via-quot-make-into-data/m-p/667128#M85515</guid>
      <dc:creator>abmayfield</dc:creator>
      <dc:date>2023-08-09T23:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Referencing a table that is created via "make into data table"</title>
      <link>https://community.jmp.com/t5/Discussions/Referencing-a-table-that-is-created-via-quot-make-into-data/m-p/667545#M85562</link>
      <description>&lt;P&gt;And the answer is: yes and no. Yes, you can insert "Set name("new table name")" into the script in question, and it WILL correctly name the new table. Strangely, though, it still causes an error in the workflow that is UNrelated to the fact that the table name has changed (which is easy to modify). "Name unresolved obj" is the error. There might be a way to circumvent this but regardless, I think it was worth putting in a Wishlist request, and I imagine this would be a relatively easy fix/update.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 18:13:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Referencing-a-table-that-is-created-via-quot-make-into-data/m-p/667545#M85562</guid>
      <dc:creator>abmayfield</dc:creator>
      <dc:date>2023-08-11T18:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Referencing a table that is created via "make into data table"</title>
      <link>https://community.jmp.com/t5/Discussions/Referencing-a-table-that-is-created-via-quot-make-into-data/m-p/667559#M85565</link>
      <description>&lt;P&gt;For me it did finish correctly after the modifications&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1691780036555.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/55710i6AE797D787206366/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1691780036555.png" alt="jthi_0-1691780036555.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Of course I'm not sure if it is doing what it is supposed to&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 18:55:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Referencing-a-table-that-is-created-via-quot-make-into-data/m-p/667559#M85565</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-08-11T18:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Referencing a table that is created via "make into data table"</title>
      <link>https://community.jmp.com/t5/Discussions/Referencing-a-table-that-is-created-via-quot-make-into-data/m-p/667594#M85572</link>
      <description>&lt;P&gt;if you just want to reference the table later, you could store a reference to the table as a JSL symbol&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;dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dist= Distribution(
	Continuous Distribution(
		Column( :weight ),
		Horizontal Layout( 1 ),
		Vertical( 0 ),
		Normal Quantile Plot( 1 )
	)
);
myTable = Report(dist)["Distributions", "weight", "Quantiles", Table Box(1)] &amp;lt;&amp;lt; make into data table();
myTable &amp;lt;&amp;lt; get name()&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 16:12:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Referencing-a-table-that-is-created-via-quot-make-into-data/m-p/667594#M85572</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-10-23T16:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Referencing a table that is created via "make into data table"</title>
      <link>https://community.jmp.com/t5/Discussions/Referencing-a-table-that-is-created-via-quot-make-into-data/m-p/667691#M85588</link>
      <description>&lt;P&gt;I would have thought that once you "make" the new data table it is now the current data table so you could do:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dtMake = Current Data Table();&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;or better still, try assigning the variable as part of sending the make message as suggested by&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Aug 2023 07:54:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Referencing-a-table-that-is-created-via-quot-make-into-data/m-p/667691#M85588</guid>
      <dc:creator>David_Burnham</dc:creator>
      <dc:date>2023-08-13T07:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Referencing a table that is created via "make into data table"</title>
      <link>https://community.jmp.com/t5/Discussions/Referencing-a-table-that-is-created-via-quot-make-into-data/m-p/667903#M85606</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/12111"&gt;@abmayfield&lt;/a&gt;&amp;nbsp;I received the TS track you sent in requesting that maybe this be considered -- to add the ability from the platforms to add an output table name from the "make into data table" selection. Just a note here -- I replied to you, a work around to create a table name with your script.&amp;nbsp; And I have also filed a request with development to consider adding this ability to JMP.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 16:51:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Referencing-a-table-that-is-created-via-quot-make-into-data/m-p/667903#M85606</guid>
      <dc:creator>Mandy_Chambers</dc:creator>
      <dc:date>2023-08-14T16:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Referencing a table that is created via "make into data table"</title>
      <link>https://community.jmp.com/t5/Discussions/Referencing-a-table-that-is-created-via-quot-make-into-data/m-p/668001#M85615</link>
      <description>&lt;P&gt;Awesome! You are correct. Your original idea DID work. When I went into the workflow to modify them per your original suggestion, I had forgotten a parentheses () which caused mine to run, albeit with errors. Upon perusing your modifications, I saw where I made the JSL mistake and now it works. Based on the comments below, it looks like there are other ways of getting to the same point (common in JMP!), so I might tinker with them, as well. Thank you to everyone for your suggestions. Likely an easy fix for anyone remotely familiar with JSL (which I am unfortunately not).&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 22:33:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Referencing-a-table-that-is-created-via-quot-make-into-data/m-p/668001#M85615</guid>
      <dc:creator>abmayfield</dc:creator>
      <dc:date>2023-08-14T22:33:14Z</dc:date>
    </item>
  </channel>
</rss>

