<?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 I have a script, and I want to add some values to my data in a specific row and column. There are no unique values to where I could use an if statement to signify the row. Are there any other options to do this? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/I-have-a-script-and-I-want-to-add-some-values-to-my-data-in-a/m-p/283022#M54752</link>
    <description />
    <pubDate>Fri, 09 Jun 2023 23:33:47 GMT</pubDate>
    <dc:creator>GardDog</dc:creator>
    <dc:date>2023-06-09T23:33:47Z</dc:date>
    <item>
      <title>I have a script, and I want to add some values to my data in a specific row and column. There are no unique values to where I could use an if statement to signify the row. Are there any other options to do this?</title>
      <link>https://community.jmp.com/t5/Discussions/I-have-a-script-and-I-want-to-add-some-values-to-my-data-in-a/m-p/283022#M54752</link>
      <description />
      <pubDate>Fri, 09 Jun 2023 23:33:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/I-have-a-script-and-I-want-to-add-some-values-to-my-data-in-a/m-p/283022#M54752</guid>
      <dc:creator>GardDog</dc:creator>
      <dc:date>2023-06-09T23:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: I have a script, and I want to add some values to my data in a specific row and column. There are no unique values to where I could use an if statement to signify the row. Are there any other options to do this?</title>
      <link>https://community.jmp.com/t5/Discussions/I-have-a-script-and-I-want-to-add-some-values-to-my-data-in-a/m-p/283045#M54756</link>
      <description>&lt;P&gt;Here are a variety of ways to directly access specific row/columns and change their values.&amp;nbsp; They are all documented in the Scripting Guide.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Help==&amp;gt;Documentation Library&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);

dt=open("$SAMPLE_DATA/big class.jmp");

:height[2] = 99;

dt[4,4]=88;

column(dt, "Height")[6] = 44;

:height[dt&amp;lt;&amp;lt;get rows where(:age == 13)] = 21;

:height[16::20] = 34;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 13:13:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/I-have-a-script-and-I-want-to-add-some-values-to-my-data-in-a/m-p/283045#M54756</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-07-30T13:13:08Z</dc:date>
    </item>
  </channel>
</rss>

