<?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: Clear selected row cells based off string that ends with in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Clear-selected-row-cells-based-off-string-that-ends-with/m-p/429867#M67947</link>
    <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&amp;nbsp; Thank you this works great!&lt;/P&gt;</description>
    <pubDate>Mon, 25 Oct 2021 13:26:11 GMT</pubDate>
    <dc:creator>rmthomas</dc:creator>
    <dc:date>2021-10-25T13:26:11Z</dc:date>
    <item>
      <title>Clear selected row cells based off string that ends with</title>
      <link>https://community.jmp.com/t5/Discussions/Clear-selected-row-cells-based-off-string-that-ends-with/m-p/429860#M67944</link>
      <description>&lt;P&gt;Hello everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is an example that I need help with.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rmthomas_0-1635167178453.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/36968i943B928EF5F0A5F3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rmthomas_0-1635167178453.png" alt="rmthomas_0-1635167178453.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to clear specific rows based off of the last part of column Characteristic (.X, .Y, .Z) and clear the LSL, Target, USL. this is just a basic table and I have many different Characteristics and the ones I need to clear are all that end in .X, .Y, .Z.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried to use this JSL code but I cant seem to get anything to happen. just for the characteristic .X and the USL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;dt111 = data table ("Untitled");

curRows = dt111 &amp;lt;&amp;lt; get rows where(:Characteristic (ends with(".X")));
:USL[curRows] =.;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Ryan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 18:03:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Clear-selected-row-cells-based-off-string-that-ends-with/m-p/429860#M67944</guid>
      <dc:creator>rmthomas</dc:creator>
      <dc:date>2023-06-09T18:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Clear selected row cells based off string that ends with</title>
      <link>https://community.jmp.com/t5/Discussions/Clear-selected-row-cells-based-off-string-that-ends-with/m-p/429862#M67946</link>
      <description>&lt;P&gt;&amp;nbsp;Syntax for Ends With seems to be wrong. Try:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;curRows = dt &amp;lt;&amp;lt; Get Rows Where(Ends With(:Characteristic, ".X"));&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;and check what values curRows has.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 13:19:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Clear-selected-row-cells-based-off-string-that-ends-with/m-p/429862#M67946</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2021-10-25T13:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Clear selected row cells based off string that ends with</title>
      <link>https://community.jmp.com/t5/Discussions/Clear-selected-row-cells-based-off-string-that-ends-with/m-p/429867#M67947</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&amp;nbsp; Thank you this works great!&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 13:26:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Clear-selected-row-cells-based-off-string-that-ends-with/m-p/429867#M67947</guid>
      <dc:creator>rmthomas</dc:creator>
      <dc:date>2021-10-25T13:26:11Z</dc:date>
    </item>
  </channel>
</rss>

