<?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: Use of 'Not Match' function with a variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Use-of-Not-Match-function-with-a-variable/m-p/939447#M949655</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM style="font-family: arial, helvetica, sans-serif;"&gt;Hi Christopher,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;EM style="color: #3d3d3d; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;EM style="color: #3d3d3d; font-size: 13px;"&gt;Try,&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;EM style="color: #3d3d3d; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;EM style="color: #3d3d3d; font-size: 13px;"&gt;Variable Name: &lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;vList&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;EM style="color: #3d3d3d; font-size: 13px;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;Definition:&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13px; color: #3d3d3d;"&gt;'Patent Analytics' ,&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; color: #3d3d3d;"&gt; 'FDA Analytics'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;EM style="color: #3d3d3d; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;EM&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;EM&gt;If(Not Match(&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;_View&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;EM&gt;,$(vList)&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: terminal, monaco; font-size: 13px;"&gt;&lt;EM style="font-family: arial, helvetica, sans-serif;"&gt; ), _View)&lt;/EM&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Dec 2015 09:49:11 GMT</pubDate>
    <dc:creator>tamilarasu</dc:creator>
    <dc:date>2015-12-16T09:49:11Z</dc:date>
    <item>
      <title>Use of 'Not Match' function with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-Not-Match-function-with-a-variable/m-p/939446#M949654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following 'Not Match' function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco; color: #3d3d3d;"&gt;If( &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Not Match&lt;/STRONG&gt;(_View, 'Patent Analytics' ,&lt;/SPAN&gt;&lt;SPAN style="font-family: terminal, monaco; color: #3d3d3d;"&gt; 'FDA Analytics') , _View)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco; color: #3d3d3d;"&gt;Can the string 'Patent Analytics', 'FDA Analytics' be replaced with a variable and use the variable in the function?&amp;nbsp; If so, how can this be accomplished.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco; color: #3d3d3d;"&gt;Regards.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 09:41:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-Not-Match-function-with-a-variable/m-p/939446#M949654</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-16T09:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Use of 'Not Match' function with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-Not-Match-function-with-a-variable/m-p/939447#M949655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM style="font-family: arial, helvetica, sans-serif;"&gt;Hi Christopher,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;EM style="color: #3d3d3d; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;EM style="color: #3d3d3d; font-size: 13px;"&gt;Try,&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;EM style="color: #3d3d3d; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;EM style="color: #3d3d3d; font-size: 13px;"&gt;Variable Name: &lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;vList&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;EM style="color: #3d3d3d; font-size: 13px;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;Definition:&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13px; color: #3d3d3d;"&gt;'Patent Analytics' ,&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; color: #3d3d3d;"&gt; 'FDA Analytics'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;EM style="color: #3d3d3d; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;EM&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;EM&gt;If(Not Match(&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;_View&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;EM&gt;,$(vList)&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: terminal, monaco; font-size: 13px;"&gt;&lt;EM style="font-family: arial, helvetica, sans-serif;"&gt; ), _View)&lt;/EM&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 09:49:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-Not-Match-function-with-a-variable/m-p/939447#M949655</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-12-16T09:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Use of 'Not Match' function with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-Not-Match-function-with-a-variable/m-p/939448#M949656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;A _jive_internal="true" href="https://community.qlik.com/people/chitemerere"&gt;Christopher Chitemerere&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;try this &lt;/P&gt;&lt;P&gt;create the variable like below&lt;/P&gt;&lt;P&gt;set vMatch='Patent Analytics' , 'FDA Analytics';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and write the condition like that using variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: terminal, monaco; color: #3d3d3d;"&gt;If( &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Not Match&lt;/STRONG&gt;(_View, $(&lt;SPAN style="font-size: 13.3333px;"&gt;vMatch&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: terminal, monaco; color: #3d3d3d;"&gt;) , _View)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: terminal, monaco; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: terminal, monaco;"&gt;hope this help&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: terminal, monaco;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: terminal, monaco;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: terminal, monaco;"&gt;Ahmar &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 09:50:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-Not-Match-function-with-a-variable/m-p/939448#M949656</guid>
      <dc:creator>ahmar811</dc:creator>
      <dc:date>2015-12-16T09:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Use of 'Not Match' function with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-Not-Match-function-with-a-variable/m-p/939449#M949657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Define variable (say, &lt;SPAN style="font-family: terminal,monaco;"&gt;&lt;EM&gt;vExclude&lt;/EM&gt;&lt;/SPAN&gt;) like : &lt;SPAN style="font-family: terminal,monaco;"&gt;'Patent Analytics',&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: terminal, monaco;"&gt;'FDA Analytics'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial,helvetica,sans-serif;"&gt;Note, No '=' sign; ignore error red marks. &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial,helvetica,sans-serif;"&gt;Then :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial,helvetica,sans-serif;"&gt; &lt;SPAN style="color: #3d3d3d; font-family: terminal, monaco;"&gt;If( &lt;STRONG style="font-family: inherit; font-style: inherit;"&gt;Not Match&lt;/STRONG&gt;(_View, $(&lt;SPAN style="font-family: terminal,monaco;"&gt;&lt;EM&gt;vExclude&lt;/EM&gt;&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: terminal, monaco;"&gt;) , _View)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 09:54:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-Not-Match-function-with-a-variable/m-p/939449#M949657</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-12-16T09:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Use of 'Not Match' function with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-Not-Match-function-with-a-variable/m-p/939450#M949658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THANK YOU&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 10:44:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-Not-Match-function-with-a-variable/m-p/939450#M949658</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-16T10:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Use of 'Not Match' function with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-Not-Match-function-with-a-variable/m-p/939451#M949659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Ahmar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 10:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-Not-Match-function-with-a-variable/m-p/939451#M949659</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-16T10:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Use of 'Not Match' function with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-Not-Match-function-with-a-variable/m-p/939452#M949660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tresses thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 10:45:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-Not-Match-function-with-a-variable/m-p/939452#M949660</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-16T10:45:04Z</dc:date>
    </item>
  </channel>
</rss>

