<?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: Store Column as list? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Store-Column-as-list/m-p/40343#M23629</link>
    <description>&lt;P&gt;Here is the example taken from&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Help==Scripting Index==&amp;gt;Data Table==&amp;gt;Column Scripting==&amp;gt;Get Values&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
valuesMatrix = :Height &amp;lt;&amp;lt; Get Values;
Show( valuesMatrix );
valuesList = :Height &amp;lt;&amp;lt;
GetValues(
	Format(/* a numeric column will be list of character items if a format is supplied, see format function */
		"Currency",
		"EUR",
		2,
		&amp;lt;&amp;lt;use locale(
			0 /* ignore locale and use period for decimal.  the default is 1: use the locale. */
		)
	)
);
Show( valuesList );&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 13 Jun 2017 14:17:51 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2017-06-13T14:17:51Z</dc:date>
    <item>
      <title>Store Column as list?</title>
      <link>https://community.jmp.com/t5/Discussions/Store-Column-as-list/m-p/40342#M23628</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I was wondering if there is any way to store the values of a column in a list, arrray, etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 14:13:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Store-Column-as-list/m-p/40342#M23628</guid>
      <dc:creator>matt7109</dc:creator>
      <dc:date>2017-06-13T14:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Store Column as list?</title>
      <link>https://community.jmp.com/t5/Discussions/Store-Column-as-list/m-p/40343#M23629</link>
      <description>&lt;P&gt;Here is the example taken from&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Help==Scripting Index==&amp;gt;Data Table==&amp;gt;Column Scripting==&amp;gt;Get Values&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
valuesMatrix = :Height &amp;lt;&amp;lt; Get Values;
Show( valuesMatrix );
valuesList = :Height &amp;lt;&amp;lt;
GetValues(
	Format(/* a numeric column will be list of character items if a format is supplied, see format function */
		"Currency",
		"EUR",
		2,
		&amp;lt;&amp;lt;use locale(
			0 /* ignore locale and use period for decimal.  the default is 1: use the locale. */
		)
	)
);
Show( valuesList );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 13 Jun 2017 14:17:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Store-Column-as-list/m-p/40343#M23629</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-06-13T14:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Store Column as list?</title>
      <link>https://community.jmp.com/t5/Discussions/Store-Column-as-list/m-p/40350#M23633</link>
      <description>&lt;P&gt;JSL makes this operation very easy. It is bi-directional, too!&lt;/P&gt;
&lt;P&gt;Please 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 more information. There is a lot of information&amp;nbsp;about working with data columns and tables as matrices and lists because this task is common in scripts. You can see the entire object protocol at once by selecting &lt;STRONG&gt;Help&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;Scripting Index&lt;/STRONG&gt;. Change the drop down menu at the top left to &lt;STRONG&gt;Objects&lt;/STRONG&gt;, then select &lt;STRONG&gt;Data Column&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;Asking a question here is a great way to solve a problem&amp;nbsp;but your question will be limited&amp;nbsp;by your current knowledge and understanding. If you don't know JMP or JSL, then your question&amp;nbsp;must&amp;nbsp;be based on some other frame of reference that is unlikely to apply. That is, JMP, and therefore JSL, is&amp;nbsp;not like Excel, R, or any other software.&amp;nbsp;Learning from&amp;nbsp;the &lt;EM&gt;Scripting Guide&lt;/EM&gt;&amp;nbsp;will correct that problem.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 15:03:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Store-Column-as-list/m-p/40350#M23633</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2017-06-13T15:03:49Z</dc:date>
    </item>
  </channel>
</rss>

