<?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: enter value in specific cell in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/enter-value-in-specific-cell/m-p/17856#M16281</link>
    <description>&lt;P&gt;Hi llupo0,&lt;/P&gt;
&lt;P&gt;Try this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;// Create example table.
dt = New Table( "Little Class",
       Add Rows( 3 ),
       New Column( "name", Character, "Nominal", Set Values( {"KATIE", "LOUISE", "JANE"} ) ),
       New Column( "height", "Continuous", Set Values( [59, 61, 55] ) )
);
 
// Update value from row number.
dt:height[2] = 62;
 
// Update value from column value.
r = dt &amp;lt;&amp;lt; Get Rows Where( :name == "LOUISE" );
dt:height[r] = 63;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Jun 2018 19:37:04 GMT</pubDate>
    <dc:creator>robot</dc:creator>
    <dc:date>2018-06-22T19:37:04Z</dc:date>
    <item>
      <title>enter value in specific cell</title>
      <link>https://community.jmp.com/t5/Discussions/enter-value-in-specific-cell/m-p/17855#M16280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;new little problem.&lt;/P&gt;&lt;P&gt;I would like to enter a value in a specific cell by&lt;/P&gt;&lt;P&gt;1) row name&lt;/P&gt;&lt;P&gt;2) column name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example&lt;/P&gt;&lt;P&gt;I would like to enter value 25 in cell &lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_emote jive_macro" src="https://community.jmp.com/7.0.4.3b79b96/images/emoticons/plus.png"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; row (from col1) = 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; col = SYN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="298" style="border: 1px solid rgb(198, 198, 198); width: 144px; height: 289px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; color: rgb(80, 80, 80); padding: 6px; background-color: rgb(242, 242, 242);" valign="middle"&gt;Col1&lt;/TH&gt;&lt;TH style="text-align: center; color: rgb(80, 80, 80); padding: 6px; background-color: rgb(242, 242, 242);" valign="middle"&gt;&lt;SPAN style="color: #ff0000;"&gt;SYN&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH style="text-align: center; color: rgb(80, 80, 80); padding: 6px; background-color: rgb(242, 242, 242);" valign="middle"&gt;MIS&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;10&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;&lt;P&gt;2&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;15&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;20&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;&lt;STRONG style=": ; color: #ff0000; font-size: 10pt;"&gt;4&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_emote jive_macro" src="https://community.jmp.com/7.0.4.3b79b96/images/emoticons/plus.png"&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;5&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;6&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;7&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;8&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;&lt;/TD&gt;&lt;TD style="padding: 6px; text-align: center;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Lionel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 23:16:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/enter-value-in-specific-cell/m-p/17855#M16280</guid>
      <dc:creator>KinKame</dc:creator>
      <dc:date>2016-04-04T23:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: enter value in specific cell</title>
      <link>https://community.jmp.com/t5/Discussions/enter-value-in-specific-cell/m-p/17856#M16281</link>
      <description>&lt;P&gt;Hi llupo0,&lt;/P&gt;
&lt;P&gt;Try this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;// Create example table.
dt = New Table( "Little Class",
       Add Rows( 3 ),
       New Column( "name", Character, "Nominal", Set Values( {"KATIE", "LOUISE", "JANE"} ) ),
       New Column( "height", "Continuous", Set Values( [59, 61, 55] ) )
);
 
// Update value from row number.
dt:height[2] = 62;
 
// Update value from column value.
r = dt &amp;lt;&amp;lt; Get Rows Where( :name == "LOUISE" );
dt:height[r] = 63;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jun 2018 19:37:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/enter-value-in-specific-cell/m-p/17856#M16281</guid>
      <dc:creator>robot</dc:creator>
      <dc:date>2018-06-22T19:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: enter value in specific cell</title>
      <link>https://community.jmp.com/t5/Discussions/enter-value-in-specific-cell/m-p/17857#M16282</link>
      <description>&lt;P style="font-size: 13.3333px;"&gt;Morning Robot&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;thank you for your feedback.&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;I see how you addressed the row. So in the same way I can also with a for loop have column movement.&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;tried but doesnt work :(&lt;/img&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = New Table( "Little Class",
       Add Rows( 3 ),
       New Column( "name", Character, "Nominal", Set Values( {"KATIE", "LOUISE", "JANE"} ) ),
       New Column( "height", "Continuous", Set Values( [59, 61, 55] ) ),
       New Column( "weight", "Continuous", Set Values( [100, 150, 200] ) ),
);
 
 
column_name = dt &amp;lt;&amp;lt; get column names();
//my_list = {10, 20};
my_list = 777;
for(i=2, i=3, i++,
  r = dt &amp;lt;&amp;lt; Get Rows Where( :name == "LOUISE" );
  dt:column_name= my_list
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jun 2018 19:37:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/enter-value-in-specific-cell/m-p/17857#M16282</guid>
      <dc:creator>KinKame</dc:creator>
      <dc:date>2018-06-22T19:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: enter value in specific cell</title>
      <link>https://community.jmp.com/t5/Discussions/enter-value-in-specific-cell/m-p/17858#M16283</link>
      <description>&lt;P&gt;Hi llupo0,&lt;/P&gt;
&lt;P&gt;What are you trying to accomplish with your script?&amp;nbsp; I think this may be closer to what you are trying to do.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = New Table( "Little Class",
       Add Rows( 3 ),
       New Column( "name", Character, "Nominal", Set Values( {"KATIE", "LOUISE", "JANE"} ) ),
       New Column( "height", "Continuous", Set Values( [59, 61, 55] ) ),
       New Column( "weight", "Continuous", Set Values( [100, 150, 200] ) )
);
 
column_name = dt &amp;lt;&amp;lt; get column names();
my_list = {62, 151};
For( i = 2, i &amp;lt;= N Items( column_name ), i++, // Add &amp;lt; sign.
       r = dt &amp;lt;&amp;lt; Get Rows Where( :name == "LOUISE" );
       Column( i )[r] = my_list[i - 1]; // my_list has only two values, thus index [i - 1] is used for i = 3.
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jun 2018 19:36:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/enter-value-in-specific-cell/m-p/17858#M16283</guid>
      <dc:creator>robot</dc:creator>
      <dc:date>2018-06-22T19:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: enter value in specific cell</title>
      <link>https://community.jmp.com/t5/Discussions/enter-value-in-specific-cell/m-p/17859#M16284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;trying to fill in value for certain column by row where row represents working weeks&lt;/P&gt;&lt;P&gt;so kind of weekly update record table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ok it works! thank you. Also it is a good learning for me on how to manipulate table and data :)&lt;/img&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW,&lt;/P&gt;&lt;P&gt;how do you do to copy JSL code keeping color just like in JMP?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 03:54:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/enter-value-in-specific-cell/m-p/17859#M16284</guid>
      <dc:creator>KinKame</dc:creator>
      <dc:date>2016-04-06T03:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: enter value in specific cell</title>
      <link>https://community.jmp.com/t5/Discussions/enter-value-in-specific-cell/m-p/17860#M16285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #555555;"&gt;&amp;gt;&amp;gt; BTW,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #555555;"&gt;&amp;gt;&amp;gt; how do you do to copy JSL code keeping color just like in JMP?&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #555555;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #555555;"&gt;Copy/paste the code from the JSL script editor into MS-Word.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #555555;"&gt;Copy/paste the code from MS-Word to this forum.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #555555;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: green;"&gt;// JSL Script&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;a &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;STRONG&gt;{&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: purple;"&gt;"Hello"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: purple;"&gt;"World"&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 10.0pt; font-family: 'Courier New';"&gt;}&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: navy;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 13:51:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/enter-value-in-specific-cell/m-p/17860#M16285</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2016-04-06T13:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: enter value in specific cell</title>
      <link>https://community.jmp.com/t5/Discussions/enter-value-in-specific-cell/m-p/17861#M16286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It doesn't have to be word.&amp;nbsp; Any text editor that supports formatting, for example, I often copy and paste it into an email message since I always have Outlook open, but rarely have Word open.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also here is how you would get your code working: (Just an example in debugging)&lt;/P&gt;&lt;P&gt;First, i=3 isn't a Boolean, if you meant i==3, this would never evaluate to true since i=2.&amp;nbsp; So I made the assumption you meant i&amp;lt;=3.&lt;/P&gt;&lt;P&gt;Next, you change my_list from a list to a number, so you need to reflect that in the for loop.&amp;nbsp; my_list&lt;I&gt; becomes my_list.&lt;/I&gt;&lt;/P&gt;&lt;P&gt;Lastly, you need to be aware of the order of operations.&amp;nbsp; dt:column_name&lt;I&gt;&lt;R&gt;&amp;nbsp; This will first query the dt namespace to find a variable column_name.&amp;nbsp; It just so happens that there is indeed a column named name.&amp;nbsp; So then the &lt;I&gt; will find the row in the column name, thus dt:column_name[1] == "KATIE", dt:column_name[2] == "LOUISE", ect.&amp;nbsp; However, your script will then die since "KATIE" is not a list or matrix, and there are no subscripts so &lt;R&gt; kills it.&amp;nbsp; To keep order of operations correct you could simply change the code to below.&amp;nbsp; Alternatively you could use the column function to remove ambiguity.&amp;nbsp; Column(dt, i), or Column(dt, column_name&lt;I&gt;) (which happen to be the same in this case since your column_name list is every column in the data table.)&lt;/I&gt;&lt;/R&gt;&lt;/I&gt;&lt;/R&gt;&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;column_name &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: navy;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt; dt &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: navy;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; &lt;STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: navy;"&gt;get column names&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;()&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: navy;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: green;"&gt;//my_list = {10, 20};&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;my_list &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: navy;"&gt;=&lt;/SPAN&gt; &lt;STRONG style="color: teal; font-size: 10.0pt; font-family: Consolas;"&gt;555&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: navy;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: #0000dd;"&gt;for&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 10.0pt; font-family: Consolas;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;i&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: navy;"&gt;=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10.0pt; font-family: Consolas;"&gt;2&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: navy;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt; i&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: navy;"&gt;&amp;lt;=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10.0pt; font-family: Consolas;"&gt;3&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: navy;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt; i&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: navy;"&gt;++,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;&amp;nbsp; r &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: navy;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt; dt &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: navy;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; &lt;STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: navy;"&gt;Get Rows Where&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;(&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: navy;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;name &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: navy;"&gt;==&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: purple;"&gt;"LOUISE"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: navy;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;&amp;nbsp; dt&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: navy;"&gt;:&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 10.0pt; font-family: Consolas;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;column_name&lt;STRONG&gt;[&lt;/STRONG&gt;i&lt;STRONG&gt;])[&lt;/STRONG&gt;r&lt;STRONG&gt;]&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: navy;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt; my_list&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: navy;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 10.0pt; font-family: Consolas;"&gt;)&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: navy;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 15:06:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/enter-value-in-specific-cell/m-p/17861#M16286</guid>
      <dc:creator>msharp</dc:creator>
      <dc:date>2016-04-06T15:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: enter value in specific cell</title>
      <link>https://community.jmp.com/t5/Discussions/enter-value-in-specific-cell/m-p/17862#M16287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you very for your time explaining me my mistakes.&lt;/P&gt;&lt;P&gt;Learning from it &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_emote jive_macro" src="https://community.jmp.com/7.0.4.3b79b96/images/emoticons/happy.png"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 00:29:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/enter-value-in-specific-cell/m-p/17862#M16287</guid>
      <dc:creator>KinKame</dc:creator>
      <dc:date>2016-04-08T00:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: enter value in specific cell</title>
      <link>https://community.jmp.com/t5/Discussions/enter-value-in-specific-cell/m-p/81663#M36972</link>
      <description>&lt;P&gt;Looking for help to assign list values to a cell.&lt;/P&gt;&lt;P&gt;I have a list obtained by using associative arrays on a column.&lt;/P&gt;&lt;P&gt;The number of values in the list is not known beforehand.Need to assign all values in the list to one specific cell.&lt;/P&gt;&lt;P&gt;So far I have tried this -&lt;/P&gt;&lt;P&gt;unique_vals = {};&lt;BR /&gt;unique_vals = Associative Array(dt:Test_Values) &amp;lt;&amp;lt; Get Keys;&lt;BR /&gt;Column(dtout,"Col")[31] = unique vals;&lt;/P&gt;&lt;P&gt;But getting an error as follows -&lt;/P&gt;&lt;P&gt;Column "Col" requires character values{1} in access or evaluation of 'Bad Argument'&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I use&amp;nbsp;&lt;SPAN&gt;Column(dtout,"Col")[31] = unique vals[1];the error goes away but I need to assign all items in the list to that cell.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any help appreciated.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Oct 2018 20:57:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/enter-value-in-specific-cell/m-p/81663#M36972</guid>
      <dc:creator>ENTHU</dc:creator>
      <dc:date>2018-10-26T20:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: enter value in specific cell</title>
      <link>https://community.jmp.com/t5/Discussions/enter-value-in-specific-cell/m-p/81703#M36976</link>
      <description>&lt;P&gt;A JMP List is not one of the elements that can be defined for a data type for a column.&amp;nbsp; However, you can save the list as a character string, and write it to a character column.&amp;nbsp; Also, I believe that all you need to do to make your script work, is to use the Char() function to change the result from &amp;lt;&amp;lt; get keys into a string&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;unique_vals = {};
unique_vals = Associative Array(dt:Test_Values) &amp;lt;&amp;lt; Get Keys;
Column(dtout,"Col")[31] = Char( unique vals );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 27 Oct 2018 03:40:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/enter-value-in-specific-cell/m-p/81703#M36976</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-10-27T03:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: enter value in specific cell</title>
      <link>https://community.jmp.com/t5/Discussions/enter-value-in-specific-cell/m-p/81894#M37003</link>
      <description>&lt;P&gt;It works!&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 21:27:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/enter-value-in-specific-cell/m-p/81894#M37003</guid>
      <dc:creator>ENTHU</dc:creator>
      <dc:date>2018-10-29T21:27:11Z</dc:date>
    </item>
  </channel>
</rss>

