<?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: Insert values from a table into a list then use list to select rows from another table in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Insert-values-from-a-table-into-a-list-then-use-list-to-select/m-p/221290#M44168</link>
    <description>Thanks you! This is very close. but i have two tables and it seems to make&lt;BR /&gt;the list from the table I don't want. There are two tables open I want to&lt;BR /&gt;get it from the table called "UnqDscrptns". I tried a few things like:&lt;BR /&gt;MyList_1=datatable("UnqDscrptns").column(1)&amp;lt;&amp;lt; Get values;&lt;BR /&gt;and&lt;BR /&gt;MyList_1=datatable("UnqDscrptns",column(1))&amp;lt;&amp;lt; Get values;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sat, 10 Aug 2019 16:59:31 GMT</pubDate>
    <dc:creator>nrodrig1</dc:creator>
    <dc:date>2019-08-10T16:59:31Z</dc:date>
    <item>
      <title>Insert values from a table into a list then use list to select rows from another table</title>
      <link>https://community.jmp.com/t5/Discussions/Insert-values-from-a-table-into-a-list-then-use-list-to-select/m-p/221279#M44166</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I want to select valeus from one table to select values in another table. I'm doing this by trying to put all the row valeus into a list. Then use that list to select where. I'm hung up on the part where i'm putting the row values into my list.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help would be great:&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;UnqDscrptns &amp;lt;&amp;lt; set name( "UnqDscrptns" );

MyList_1 = {};

For( i = 1, i &amp;lt;= N Rows( UnqDscrptns ), i++,
	Insert Into( MyList_1, Column( 1 ) )
);

&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;There's more code but my work computer that has JMP isnt' letting me signon to JMP community.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 12:56:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Insert-values-from-a-table-into-a-list-then-use-list-to-select/m-p/221279#M44166</guid>
      <dc:creator>nrodrig1</dc:creator>
      <dc:date>2019-08-12T12:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Insert values from a table into a list then use list to select rows from another table</title>
      <link>https://community.jmp.com/t5/Discussions/Insert-values-from-a-table-into-a-list-then-use-list-to-select/m-p/221289#M44167</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;MyList_1 = Column( 1 ) &amp;lt;&amp;lt; Get Values;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 10 Aug 2019 15:35:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Insert-values-from-a-table-into-a-list-then-use-list-to-select/m-p/221289#M44167</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2019-08-10T15:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Insert values from a table into a list then use list to select rows from another table</title>
      <link>https://community.jmp.com/t5/Discussions/Insert-values-from-a-table-into-a-list-then-use-list-to-select/m-p/221290#M44168</link>
      <description>Thanks you! This is very close. but i have two tables and it seems to make&lt;BR /&gt;the list from the table I don't want. There are two tables open I want to&lt;BR /&gt;get it from the table called "UnqDscrptns". I tried a few things like:&lt;BR /&gt;MyList_1=datatable("UnqDscrptns").column(1)&amp;lt;&amp;lt; Get values;&lt;BR /&gt;and&lt;BR /&gt;MyList_1=datatable("UnqDscrptns",column(1))&amp;lt;&amp;lt; Get values;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 10 Aug 2019 16:59:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Insert-values-from-a-table-into-a-list-then-use-list-to-select/m-p/221290#M44168</guid>
      <dc:creator>nrodrig1</dc:creator>
      <dc:date>2019-08-10T16:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Insert values from a table into a list then use list to select rows from another table</title>
      <link>https://community.jmp.com/t5/Discussions/Insert-values-from-a-table-into-a-list-then-use-list-to-select/m-p/221291#M44169</link>
      <description>&lt;P&gt;I have no idea where you are getting this syntax from but it is wrong. It seems like you are trying random syntax or syntax from another computer language. I suggest that you see &lt;STRONG&gt;Help&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;Books&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;Scripting Guide&lt;/STRONG&gt; for a background in JSL syntax.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;MyList_1 = Column( Data Table( "UnqDscrptns" ), 1 ) &amp;lt;&amp;lt; Get Values;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Aug 2019 17:20:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Insert-values-from-a-table-into-a-list-then-use-list-to-select/m-p/221291#M44169</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2019-08-10T17:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Insert values from a table into a list then use list to select rows from another table</title>
      <link>https://community.jmp.com/t5/Discussions/Insert-values-from-a-table-into-a-list-then-use-list-to-select/m-p/221294#M44171</link>
      <description>Thank youuu!&lt;BR /&gt;yes, i was trying random syntax... i apologize i was getting frustrated with my work computer and probably didn't spend enough time in the scripting guide.</description>
      <pubDate>Sat, 10 Aug 2019 18:03:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Insert-values-from-a-table-into-a-list-then-use-list-to-select/m-p/221294#M44171</guid>
      <dc:creator>nrodrig1</dc:creator>
      <dc:date>2019-08-10T18:03:19Z</dc:date>
    </item>
  </channel>
</rss>

