<?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: Exclude Specific Word From Results in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-Specific-Word-From-Results/m-p/1152247#M376374</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;From TableName&lt;/P&gt;&lt;P&gt;where index(Resource,'Vendor') = 0;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jun 2016 12:15:10 GMT</pubDate>
    <dc:creator>m_woolf</dc:creator>
    <dc:date>2016-06-20T12:15:10Z</dc:date>
    <item>
      <title>Exclude Specific Word From Results</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Specific-Word-From-Results/m-p/1152246#M376373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table for all project names and the resources names for each project, I want to exclude every resource from the table that contains the word "Vendor" in it's name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="20-Jun-16 2-44-54 PM.jpg" class="jive-image image-1" src="/legacyfs/online/128501_20-Jun-16 2-44-54 PM.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 11:45:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Specific-Word-From-Results/m-p/1152246#M376373</guid>
      <dc:creator />
      <dc:date>2016-06-20T11:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Specific Word From Results</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Specific-Word-From-Results/m-p/1152247#M376374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;From TableName&lt;/P&gt;&lt;P&gt;where index(Resource,'Vendor') = 0;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 12:15:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Specific-Word-From-Results/m-p/1152247#M376374</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2016-06-20T12:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Specific Word From Results</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Specific-Word-From-Results/m-p/1152248#M376375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Talal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;WHERE SubStringCount(Upper(Resource),'VENDOR') = 0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 12:19:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Specific-Word-From-Results/m-p/1152248#M376375</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-20T12:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Specific Word From Results</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Specific-Word-From-Results/m-p/1152249#M376376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;One more solution,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em; color: #575757; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;Where WildMatch(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Resource&lt;/SPAN&gt;,'*Vendor*') =0;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Or&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 10pt; color: #575757; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;Where Not WildMatch(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Resource&lt;/SPAN&gt;,'*Vendor*');&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 13:22:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Specific-Word-From-Results/m-p/1152249#M376376</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-06-20T13:22:41Z</dc:date>
    </item>
  </channel>
</rss>

