<?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 Getting an error creating a list in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Getting-an-error-creating-a-list/m-p/355220#M60515</link>
    <description>&lt;P&gt;I'm getting errors with my attempt select a list of matching rows. &amp;nbsp;Any suggestions as to what is wrong with this JSL code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Gas_Analysis_Full_0127
newList = {"Pump OIL", "ABD GAS"};
dt &amp;lt;&amp;lt; Select Where( Contains( newList, :Well Status ) );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 10 Jun 2023 23:25:34 GMT</pubDate>
    <dc:creator>Ali84</dc:creator>
    <dc:date>2023-06-10T23:25:34Z</dc:date>
    <item>
      <title>Getting an error creating a list</title>
      <link>https://community.jmp.com/t5/Discussions/Getting-an-error-creating-a-list/m-p/355220#M60515</link>
      <description>&lt;P&gt;I'm getting errors with my attempt select a list of matching rows. &amp;nbsp;Any suggestions as to what is wrong with this JSL code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Gas_Analysis_Full_0127
newList = {"Pump OIL", "ABD GAS"};
dt &amp;lt;&amp;lt; Select Where( Contains( newList, :Well Status ) );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:25:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Getting-an-error-creating-a-list/m-p/355220#M60515</guid>
      <dc:creator>Ali84</dc:creator>
      <dc:date>2023-06-10T23:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an error creating a list</title>
      <link>https://community.jmp.com/t5/Discussions/Getting-an-error-creating-a-list/m-p/355232#M60519</link>
      <description>&lt;P&gt;In order to point to a data table you need to use the Data Table() function&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = data table("Gas_Analysis_Full_0127");

newList = {"Pump OIL", "ABD GAS"};

dt &amp;lt;&amp;lt; Select Where( Contains( newList, :Well Status ) );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 02 Feb 2021 21:57:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Getting-an-error-creating-a-list/m-p/355232#M60519</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-02-02T21:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an error creating a list</title>
      <link>https://community.jmp.com/t5/Discussions/Getting-an-error-creating-a-list/m-p/361651#M61119</link>
      <description>&lt;P&gt;Thank you so much Jim!&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 00:55:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Getting-an-error-creating-a-list/m-p/361651#M61119</guid>
      <dc:creator>Ali84</dc:creator>
      <dc:date>2021-02-23T00:55:28Z</dc:date>
    </item>
  </channel>
</rss>

