<?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: Text filter data  in the load script  ? (where text contains...) Help!!!! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-filter-data-in-the-load-script-where-text-contains-Help/m-p/1792739#M1210843</link>
    <description>&lt;P&gt;Hi Swuehl, can you please explain where should I put the where clause?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I have given the col the name 'head'.&amp;nbsp;&lt;/P&gt;&lt;P&gt;LOAD head&lt;/P&gt;&lt;P&gt;FROM&lt;BR /&gt;[C:\Users\Kaunteya Shaw\Downloads\sheet.xls]&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;</description>
    <pubDate>Fri, 19 Mar 2021 05:20:35 GMT</pubDate>
    <dc:creator>thedatabee</dc:creator>
    <dc:date>2021-03-19T05:20:35Z</dc:date>
    <item>
      <title>Text filter data  in the load script  ? (where text contains...) Help!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Text-filter-data-in-the-load-script-where-text-contains-Help/m-p/1432352#M614369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Text filter data&amp;nbsp; in the load script&amp;nbsp; ? (where text contains...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;usually&amp;nbsp; i use where but in my case it doesn't work properly because i have different types of character string ( Alpha numeric character, text character ) and they aren't always the same , please see the example below and File Attached :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When&lt;STRONG&gt; i want to filter on security &lt;/STRONG&gt; with &lt;STRONG&gt;where&lt;/STRONG&gt; , he did the job but he loads also other parts of the file , so is not efficient &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please if u know this case , give me your solutions !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Name of the column: Title&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Needs: Filter only where the field contains 'security'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/177946_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2017 09:49:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-filter-data-in-the-load-script-where-text-contains-Help/m-p/1432352#M614369</guid>
      <dc:creator>bouderbc</dc:creator>
      <dc:date>2017-09-28T09:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Text filter data  in the load script  ? (where text contains...) Help!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Text-filter-data-in-the-load-script-where-text-contains-Help/m-p/1432353#M614370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Title&lt;/P&gt;&lt;P&gt;FROM ....&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WHERE Wildmatch(Title,'*Security*');&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2017 09:54:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-filter-data-in-the-load-script-where-text-contains-Help/m-p/1432353#M614370</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-09-28T09:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Text filter data  in the load script  ? (where text contains...) Help!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Text-filter-data-in-the-load-script-where-text-contains-Help/m-p/1432354#M614371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load Title from sheet.xls&lt;/P&gt;&lt;P&gt;where wildmatch(title,'*&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt; security&lt;/STRONG&gt;*');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2017 09:58:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-filter-data-in-the-load-script-where-text-contains-Help/m-p/1432354#M614371</guid>
      <dc:creator>surendraj</dc:creator>
      <dc:date>2017-09-28T09:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Text filter data  in the load script  ? (where text contains...) Help!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Text-filter-data-in-the-load-script-where-text-contains-Help/m-p/1432355#M614372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephan,&lt;/P&gt;&lt;P&gt;Thanx for your answer , i have already use it , it doesn't work properly , so i use a flag as a filter&amp;nbsp; :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; if(WildMatch(Title,'*Security*'),'True','False') as Flag ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;i can filter now on my Data ,&amp;nbsp; but Now i want to use this flag in the load script, is it possible ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/177988_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2017 10:58:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-filter-data-in-the-load-script-where-text-contains-Help/m-p/1432355#M614372</guid>
      <dc:creator>bouderbc</dc:creator>
      <dc:date>2017-09-28T10:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Text filter data  in the load script  ? (where text contains...) Help!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Text-filter-data-in-the-load-script-where-text-contains-Help/m-p/1432356#M614373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you upload a sample QVW with some sample data that demonstrates where the WHERE clause does not work properly? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2017 11:01:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-filter-data-in-the-load-script-where-text-contains-Help/m-p/1432356#M614373</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-09-28T11:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Text filter data  in the load script  ? (where text contains...) Help!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Text-filter-data-in-the-load-script-where-text-contains-Help/m-p/1432357#M614374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stephan , sorry&amp;nbsp; i can't share my Data , but i put an excel sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2017 11:14:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-filter-data-in-the-load-script-where-text-contains-Help/m-p/1432357#M614374</guid>
      <dc:creator>bouderbc</dc:creator>
      <dc:date>2017-09-28T11:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Text filter data  in the load script  ? (where text contains...) Help!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Text-filter-data-in-the-load-script-where-text-contains-Help/m-p/1792739#M1210843</link>
      <description>&lt;P&gt;Hi Swuehl, can you please explain where should I put the where clause?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I have given the col the name 'head'.&amp;nbsp;&lt;/P&gt;&lt;P&gt;LOAD head&lt;/P&gt;&lt;P&gt;FROM&lt;BR /&gt;[C:\Users\Kaunteya Shaw\Downloads\sheet.xls]&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 05:20:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-filter-data-in-the-load-script-where-text-contains-Help/m-p/1792739#M1210843</guid>
      <dc:creator>thedatabee</dc:creator>
      <dc:date>2021-03-19T05:20:35Z</dc:date>
    </item>
  </channel>
</rss>

