<?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 Using OR function in Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-OR-function-in-Qlikview/m-p/366881#M573762</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to us the OR function in Qlikview. My formula looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if ( Month = 'Jan' or ' Feb' or 'Mar', text1, text2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It doesn't give me an error but it is not showing me the correct answers. I tried putting the or in front of month between brackets but that doesn't help either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jul 2012 09:59:23 GMT</pubDate>
    <dc:creator>pauldamen</dc:creator>
    <dc:date>2012-07-25T09:59:23Z</dc:date>
    <item>
      <title>Using OR function in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Using-OR-function-in-Qlikview/m-p/366881#M573762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to us the OR function in Qlikview. My formula looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if ( Month = 'Jan' or ' Feb' or 'Mar', text1, text2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It doesn't give me an error but it is not showing me the correct answers. I tried putting the or in front of month between brackets but that doesn't help either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 09:59:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-OR-function-in-Qlikview/m-p/366881#M573762</guid>
      <dc:creator>pauldamen</dc:creator>
      <dc:date>2012-07-25T09:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using OR function in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Using-OR-function-in-Qlikview/m-p/366882#M573763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try either&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=if ( Month = 'Jan' or Month = ' Feb' or Month = 'Mar', text1, text2)&lt;/EM&gt;&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;&lt;EM&gt;=if ( match(Month,'Jan',' Feb', 'Mar'), text1, text2)&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 10:10:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-OR-function-in-Qlikview/m-p/366882#M573763</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-07-25T10:10:01Z</dc:date>
    </item>
  </channel>
</rss>

