<?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 if statement equal to several values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/if-statement-equal-to-several-values/m-p/336904#M124206</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; Hi Community,&amp;nbsp; If we have an if statement like&lt;DIV&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;&lt;DIV&gt;if&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;el1&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;='9000',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;dog&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;='red') how do I add another value to what dog is equal to? &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 May 2012 13:59:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-05-04T13:59:52Z</dc:date>
    <item>
      <title>if statement equal to several values</title>
      <link>https://community.qlik.com/t5/QlikView/if-statement-equal-to-several-values/m-p/336904#M124206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; Hi Community,&amp;nbsp; If we have an if statement like&lt;DIV&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;&lt;DIV&gt;if&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;el1&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;='9000',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;dog&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;='red') how do I add another value to what dog is equal to? &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2012 13:59:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-statement-equal-to-several-values/m-p/336904#M124206</guid>
      <dc:creator />
      <dc:date>2012-05-04T13:59:52Z</dc:date>
    </item>
    <item>
      <title>if statement equal to several values</title>
      <link>https://community.qlik.com/t5/QlikView/if-statement-equal-to-several-values/m-p/336905#M124207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I not understood very well but try help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for my bad English.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To evaluate 2 or more conditions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(eI1='9000' and dog='red', dog='blue')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To anidate conditions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(eI1='9000', dog='red', If(dog='blue', eI1='5000', 0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2012 14:14:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-statement-equal-to-several-values/m-p/336905#M124207</guid>
      <dc:creator />
      <dc:date>2012-05-04T14:14:48Z</dc:date>
    </item>
    <item>
      <title>if statement equal to several values</title>
      <link>https://community.qlik.com/t5/QlikView/if-statement-equal-to-several-values/m-p/336906#M124208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; if(el1='9000' and (dog='red' or dog='blue', thensomething, elsesomething)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if(el1='9000' and match(dog,'red','blue'), thensomething, elsesomething)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2012 14:32:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-statement-equal-to-several-values/m-p/336906#M124208</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2012-05-04T14:32:41Z</dc:date>
    </item>
  </channel>
</rss>

