<?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 How to filter certain data in columns in the Load Editor in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-filter-certain-data-in-columns-in-the-Load-Editor/m-p/1267412#M2555</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to limit some of the data that I am loading. I have a column that has Test such as ELA Test 01, Math Test 01, etc... I want to make sure I only bring the ELA tests so not sure what it should be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am used to using &lt;/P&gt;&lt;P&gt;WHEN MATCH ([column], 'a','b','c')&lt;/P&gt;&lt;P&gt;but is there such a thing as &lt;/P&gt;&lt;P&gt;WHEN contains ([column], ELA)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, will there be a way to do a boolean when it contain ELA or English&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried looking for a place with the the scrip, but I cant find it anywhere.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Jan 2017 18:15:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-01-31T18:15:53Z</dc:date>
    <item>
      <title>How to filter certain data in columns in the Load Editor</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-filter-certain-data-in-columns-in-the-Load-Editor/m-p/1267412#M2555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to limit some of the data that I am loading. I have a column that has Test such as ELA Test 01, Math Test 01, etc... I want to make sure I only bring the ELA tests so not sure what it should be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am used to using &lt;/P&gt;&lt;P&gt;WHEN MATCH ([column], 'a','b','c')&lt;/P&gt;&lt;P&gt;but is there such a thing as &lt;/P&gt;&lt;P&gt;WHEN contains ([column], ELA)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, will there be a way to do a boolean when it contain ELA or English&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried looking for a place with the the scrip, but I cant find it anywhere.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 18:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-filter-certain-data-in-columns-in-the-Load-Editor/m-p/1267412#M2555</guid>
      <dc:creator />
      <dc:date>2017-01-31T18:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter certain data in columns in the Load Editor</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-filter-certain-data-in-columns-in-the-Load-Editor/m-p/1267413#M2556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp; Wildmatch([column], '*ELA*','*English*')&amp;gt;0 as _ElaEnglishBoolean&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM/RESIDENT&lt;/P&gt;&lt;P&gt;&amp;nbsp; YourTable&lt;/P&gt;&lt;P&gt;WHERE&lt;/P&gt;&lt;P&gt;&amp;nbsp; Wildmatch([column], '*ELA*')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 18:41:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-filter-certain-data-in-columns-in-the-Load-Editor/m-p/1267413#M2556</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2017-01-31T18:41:16Z</dc:date>
    </item>
  </channel>
</rss>

