<?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: Using JMP Script to Populate a Column with Data in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Using-JMP-Script-to-Populate-a-Column-with-Data/m-p/394677#M64513</link>
    <description>Hello Mark - Sorry for the delayed response thank you for providing the script for this - Dan F.</description>
    <pubDate>Sun, 20 Jun 2021 13:24:10 GMT</pubDate>
    <dc:creator>dfusco923</dc:creator>
    <dc:date>2021-06-20T13:24:10Z</dc:date>
    <item>
      <title>Using JMP Script to Populate a Column with Data</title>
      <link>https://community.jmp.com/t5/Discussions/Using-JMP-Script-to-Populate-a-Column-with-Data/m-p/392327#M64254</link>
      <description>&lt;P&gt;In the attached JMP data set there is a Character, Nominal "Cost Set" column.&amp;nbsp; It is not populated with Data yet.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have scrip that can populate all the cells with "ETC" :&lt;/P&gt;&lt;P&gt;For Each Row(:Cost Set&amp;nbsp; =&amp;nbsp; "ETC")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However what I would like to do is if the :Label column is equal to "May ACWP" I'd like to populate the :Cost Set column with "ACWP", otherwise the :Label column =&amp;nbsp;"ETC"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone help me with the script to do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 19:49:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Using-JMP-Script-to-Populate-a-Column-with-Data/m-p/392327#M64254</guid>
      <dc:creator>dfusco923</dc:creator>
      <dc:date>2023-06-09T19:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Using JMP Script to Populate a Column with Data</title>
      <link>https://community.jmp.com/t5/Discussions/Using-JMP-Script-to-Populate-a-Column-with-Data/m-p/392351#M64257</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;For Each Row(
     If( :Label == "May ACWP",
          "ACWP",
          "ECT"
     );
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Please take the time to read the new user documentation, Discovering JMP, available under the Help pull down menu.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 14:35:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Using-JMP-Script-to-Populate-a-Column-with-Data/m-p/392351#M64257</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-06-10T14:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using JMP Script to Populate a Column with Data</title>
      <link>https://community.jmp.com/t5/Discussions/Using-JMP-Script-to-Populate-a-Column-with-Data/m-p/392432#M64263</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;:Cost Set &amp;lt;&amp;lt; Set Each Value( If( Contains( (:label column &amp;lt;&amp;lt; Get Name ), "ACWP" ), "ACWP", "ETC" ) )&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 10 Jun 2021 16:23:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Using-JMP-Script-to-Populate-a-Column-with-Data/m-p/392432#M64263</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2021-06-10T16:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Using JMP Script to Populate a Column with Data</title>
      <link>https://community.jmp.com/t5/Discussions/Using-JMP-Script-to-Populate-a-Column-with-Data/m-p/394676#M64512</link>
      <description>&lt;P&gt;Hello Jim - Sorry for the delayed response thank you for providing the script for this - Dan F.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jun 2021 13:22:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Using-JMP-Script-to-Populate-a-Column-with-Data/m-p/394676#M64512</guid>
      <dc:creator>dfusco923</dc:creator>
      <dc:date>2021-06-20T13:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Using JMP Script to Populate a Column with Data</title>
      <link>https://community.jmp.com/t5/Discussions/Using-JMP-Script-to-Populate-a-Column-with-Data/m-p/394677#M64513</link>
      <description>Hello Mark - Sorry for the delayed response thank you for providing the script for this - Dan F.</description>
      <pubDate>Sun, 20 Jun 2021 13:24:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Using-JMP-Script-to-Populate-a-Column-with-Data/m-p/394677#M64513</guid>
      <dc:creator>dfusco923</dc:creator>
      <dc:date>2021-06-20T13:24:10Z</dc:date>
    </item>
  </channel>
</rss>

