<?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 List of values in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/List-of-values/m-p/604277#M80713</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I tried to select a list of values&amp;nbsp;&lt;U&gt;PINTest&lt;/U&gt; and&amp;nbsp;&lt;U&gt;PVT,&lt;/U&gt; in the column.&lt;/P&gt;&lt;P&gt;If I do them one by one, I succussed in selecting each one separately.&lt;/P&gt;&lt;P&gt;But if I do it by list, JMP didn't find the value,&lt;/P&gt;&lt;P&gt;can you explain where I did go wrong in my script?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dt &amp;lt;&amp;lt; Select Where (:"TEST DOMAIN" ==&lt;FONT color="#FF0000"&gt; {"PINTest","PVT"}&lt;/FONT&gt;);&lt;BR /&gt;dt &amp;lt;&amp;lt; Delete Rows ( );&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="Dennisbur_0-1677138756003.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/50377iBF7D760BDD039A78/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dennisbur_0-1677138756003.png" alt="Dennisbur_0-1677138756003.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Jun 2023 16:33:52 GMT</pubDate>
    <dc:creator>Dennisbur</dc:creator>
    <dc:date>2023-06-08T16:33:52Z</dc:date>
    <item>
      <title>List of values</title>
      <link>https://community.jmp.com/t5/Discussions/List-of-values/m-p/604277#M80713</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I tried to select a list of values&amp;nbsp;&lt;U&gt;PINTest&lt;/U&gt; and&amp;nbsp;&lt;U&gt;PVT,&lt;/U&gt; in the column.&lt;/P&gt;&lt;P&gt;If I do them one by one, I succussed in selecting each one separately.&lt;/P&gt;&lt;P&gt;But if I do it by list, JMP didn't find the value,&lt;/P&gt;&lt;P&gt;can you explain where I did go wrong in my script?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dt &amp;lt;&amp;lt; Select Where (:"TEST DOMAIN" ==&lt;FONT color="#FF0000"&gt; {"PINTest","PVT"}&lt;/FONT&gt;);&lt;BR /&gt;dt &amp;lt;&amp;lt; Delete Rows ( );&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="Dennisbur_0-1677138756003.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/50377iBF7D760BDD039A78/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dennisbur_0-1677138756003.png" alt="Dennisbur_0-1677138756003.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 16:33:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/List-of-values/m-p/604277#M80713</guid>
      <dc:creator>Dennisbur</dc:creator>
      <dc:date>2023-06-08T16:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: List of values</title>
      <link>https://community.jmp.com/t5/Discussions/List-of-values/m-p/604342#M80720</link>
      <description>&lt;P&gt;The Contains() function will allow you to do what you want.&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);
dt=current data table();
dt&amp;lt;&amp;lt;select where(contains({"PINTest","PVT"},:TEST DOMAIN));
dt &amp;lt;&amp;lt; delete rows();&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 23 Feb 2023 11:08:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/List-of-values/m-p/604342#M80720</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-02-23T11:08:36Z</dc:date>
    </item>
  </channel>
</rss>

