<?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: Load field where field contains... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-field-where-field-contains/m-p/915915#M651815</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I worked, but I had to add a * to say it contains. This is the script i used:&lt;BR /&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;load * from source where wildmatch(fieldName,'chaine*')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jul 2015 09:56:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-27T09:56:03Z</dc:date>
    <item>
      <title>Load field where field contains...</title>
      <link>https://community.qlik.com/t5/QlikView/Load-field-where-field-contains/m-p/915911#M651811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello every one, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field that I want to load in Qlikview. My aim is to load only values that containt a string chaine. How can I do this in the load script. &lt;BR /&gt;Many thanks !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yasser.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 09:44:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-field-where-field-contains/m-p/915911#M651811</guid>
      <dc:creator />
      <dc:date>2015-07-27T09:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Load field where field contains...</title>
      <link>https://community.qlik.com/t5/QlikView/Load-field-where-field-contains/m-p/915912#M651812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;load * from source where wildmatch(fieldName,'chaine')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 09:46:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-field-where-field-contains/m-p/915912#M651812</guid>
      <dc:creator>qlikmsg4u</dc:creator>
      <dc:date>2015-07-27T09:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Load field where field contains...</title>
      <link>https://community.qlik.com/t5/QlikView/Load-field-where-field-contains/m-p/915913#M651813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load * &lt;/P&gt;&lt;P&gt;From Table&lt;/P&gt;&lt;P&gt;where lower(YourField)='chaine';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 09:47:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-field-where-field-contains/m-p/915913#M651813</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-07-27T09:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Load field where field contains...</title>
      <link>https://community.qlik.com/t5/QlikView/Load-field-where-field-contains/m-p/915914#M651814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if (index(yourfield,'chaine')&amp;gt;0,yourfield,'')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 09:49:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-field-where-field-contains/m-p/915914#M651814</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-07-27T09:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Load field where field contains...</title>
      <link>https://community.qlik.com/t5/QlikView/Load-field-where-field-contains/m-p/915915#M651815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I worked, but I had to add a * to say it contains. This is the script i used:&lt;BR /&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;load * from source where wildmatch(fieldName,'chaine*')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 09:56:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-field-where-field-contains/m-p/915915#M651815</guid>
      <dc:creator />
      <dc:date>2015-07-27T09:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Load field where field contains...</title>
      <link>https://community.qlik.com/t5/QlikView/Load-field-where-field-contains/m-p/915916#M651816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't understand this script, can you please explain it to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 09:56:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-field-where-field-contains/m-p/915916#M651816</guid>
      <dc:creator />
      <dc:date>2015-07-27T09:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Load field where field contains...</title>
      <link>https://community.qlik.com/t5/QlikView/Load-field-where-field-contains/m-p/915917#M651817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Index function returns the Position of a substring.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case, if index function returns any number greater than 0 then it means that the fild value contains the key word .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 10:03:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-field-where-field-contains/m-p/915917#M651817</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-07-27T10:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: Load field where field contains...</title>
      <link>https://community.qlik.com/t5/QlikView/Load-field-where-field-contains/m-p/915918#M651818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kalyan,&lt;/P&gt;&lt;P&gt;we put the where before the from or inside the from ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2017 15:54:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-field-where-field-contains/m-p/915918#M651818</guid>
      <dc:creator>bouderbc</dc:creator>
      <dc:date>2017-09-27T15:54:30Z</dc:date>
    </item>
  </channel>
</rss>

