<?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: How to select &amp;amp; delete rows when the cell did not start with W in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-select-amp-delete-rows-when-the-cell-did-not-start-with-W/m-p/473004#M71761</link>
    <description>&lt;P&gt;You are were close. Just combine both conditions inside Select Where and it should work&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt3 &amp;lt;&amp;lt; select where(:Process == "WB" &amp;amp; Starts With(:MC, "W")) &amp;lt;&amp;lt; delete rows ;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 25 Mar 2022 06:02:38 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2022-03-25T06:02:38Z</dc:date>
    <item>
      <title>How to select &amp; delete rows when the cell did not start with W</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-select-amp-delete-rows-when-the-cell-did-not-start-with-W/m-p/472965#M71758</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a table with 2 columns (Process &amp;amp; MC)&lt;/P&gt;&lt;P&gt;I want to select and delete rows that fulfill 2 conditions below using scripting ;&lt;/P&gt;&lt;P&gt;1. Column Process = WB&lt;/P&gt;&lt;P&gt;2. Column MC = does not start with "W"&lt;/P&gt;&lt;P&gt;I've checked through the scripting help but couldn't find anything useful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I use below script, it will delete all rows that MC column cells starts with "W"&amp;nbsp; which is not what I want.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt3 &amp;lt;&amp;lt; select where(:Process == "WB") &amp;amp; Starts With(:MC, "W") &amp;lt;&amp;lt; delete rows ;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I'm using JMP 15.&lt;/P&gt;&lt;P&gt;Any idea how to do it?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 18:14:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-select-amp-delete-rows-when-the-cell-did-not-start-with-W/m-p/472965#M71758</guid>
      <dc:creator>WebDesignesCrow</dc:creator>
      <dc:date>2023-06-09T18:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to select &amp; delete rows when the cell did not start with W</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-select-amp-delete-rows-when-the-cell-did-not-start-with-W/m-p/473004#M71761</link>
      <description>&lt;P&gt;You are were close. Just combine both conditions inside Select Where and it should work&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt3 &amp;lt;&amp;lt; select where(:Process == "WB" &amp;amp; Starts With(:MC, "W")) &amp;lt;&amp;lt; delete rows ;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 25 Mar 2022 06:02:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-select-amp-delete-rows-when-the-cell-did-not-start-with-W/m-p/473004#M71761</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-03-25T06:02:38Z</dc:date>
    </item>
  </channel>
</rss>

