<?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: Using NOT IN with IF in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-NOT-IN-with-IF/m-p/751709#M1043650</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great! Thanks both for all your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Dec 2014 08:45:39 GMT</pubDate>
    <dc:creator>ndeeleysww</dc:creator>
    <dc:date>2014-12-02T08:45:39Z</dc:date>
    <item>
      <title>Using NOT IN with IF</title>
      <link>https://community.qlik.com/t5/QlikView/Using-NOT-IN-with-IF/m-p/751706#M1043647</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've written an IF expression in Qlik Sense which evalutes a team name and uses a hard coded default:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Team='Asset Visualisation', YearlyTarget, if(Team='Asset Information', YearlyTarget,&amp;nbsp; if(Team='Asset Data Development', YearlyTarget,&amp;nbsp; 30000)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see this is a bit inefficient, and I'd like to have a NOT IN list to evaluate rather than typing the condition again and again. I've tried various syntatx but can't get it to work. Can someone plese steer me in the right direction?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 15:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-NOT-IN-with-IF/m-p/751706#M1043647</guid>
      <dc:creator>ndeeleysww</dc:creator>
      <dc:date>2014-12-01T15:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using NOT IN with IF</title>
      <link>https://community.qlik.com/t5/QlikView/Using-NOT-IN-with-IF/m-p/751707#M1043648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the Match function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If( NOT Match(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Team, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'Asset Visualisation', &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'Asset Information','OTHERS','do','don't do')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 15:54:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-NOT-IN-with-IF/m-p/751707#M1043648</guid>
      <dc:creator>fsimoes81</dc:creator>
      <dc:date>2014-12-01T15:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using NOT IN with IF</title>
      <link>https://community.qlik.com/t5/QlikView/Using-NOT-IN-with-IF/m-p/751708#M1043649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=if(match(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Team&lt;/SPAN&gt;, '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Asset Visualisation&lt;/SPAN&gt;', 'Asset......', 'Asset.....'),&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;YearlyTarget&lt;/SPAN&gt;, 3000)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 19:51:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-NOT-IN-with-IF/m-p/751708#M1043649</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-12-01T19:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using NOT IN with IF</title>
      <link>https://community.qlik.com/t5/QlikView/Using-NOT-IN-with-IF/m-p/751709#M1043650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great! Thanks both for all your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 08:45:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-NOT-IN-with-IF/m-p/751709#M1043650</guid>
      <dc:creator>ndeeleysww</dc:creator>
      <dc:date>2014-12-02T08:45:39Z</dc:date>
    </item>
  </channel>
</rss>

