<?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: multiple 'AND' inside IF in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/multiple-AND-inside-IF/m-p/1221467#M390503</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your Welcome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use wildmatch for multiple values, but if you just want to match a &lt;SPAN style="text-decoration: underline;"&gt;single&lt;/SPAN&gt; number stored as text you can also consider using NUM() as Jonathan has demonstrated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Feb 2017 06:36:14 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2017-02-07T06:36:14Z</dc:date>
    <item>
      <title>multiple 'AND' inside IF</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-AND-inside-IF/m-p/1221463#M390499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;Hey! I am trying to create following formula. but it doesnt work. can anybody help please?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: black;"&gt;=If((1&amp;lt; Overdue Days &lt;STRONG&gt;AND&lt;/STRONG&gt; Overdue Days &amp;lt;31 &lt;STRONG&gt;AND&lt;/STRONG&gt; Current Status = ('01 &lt;STRONG&gt;OR &lt;/STRONG&gt;'1') &lt;STRONG&gt;AND&lt;/STRONG&gt; Balance &amp;gt; 0),'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: black;"&gt;1-30 DAYS')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 03:50:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-AND-inside-IF/m-p/1221463#M390499</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-07T03:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: multiple 'AND' inside IF</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-AND-inside-IF/m-p/1221464#M390500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: black;"&gt;=If((1&amp;lt; Overdue Days &lt;STRONG style="font-style: inherit; font-size: 13.3333320617676px; font-family: inherit;"&gt;AND&lt;/STRONG&gt; Overdue Days &amp;lt;31 &lt;STRONG style="font-style: inherit; font-size: 13.3333320617676px; font-family: inherit;"&gt;AND&lt;/STRONG&gt; wildmatch(Current Status,'01','1') &lt;STRONG style="font-style: inherit; font-size: 13.3333320617676px; font-family: inherit;"&gt;AND&lt;/STRONG&gt; Balance &amp;gt; 0),'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: black;"&gt;1-30 DAYS')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 05:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-AND-inside-IF/m-p/1221464#M390500</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-02-07T05:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: multiple 'AND' inside IF</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-AND-inside-IF/m-p/1221465#M390501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this&lt;/P&gt;&lt;P&gt;=If((1 &amp;lt; Overdue Days And Overdue Days &amp;lt; 31 And Num(Current Status) = 1 And Balance &amp;gt; 0), '1-30 DAYS')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 05:19:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-AND-inside-IF/m-p/1221465#M390501</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-02-07T05:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: multiple 'AND' inside IF</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-AND-inside-IF/m-p/1221466#M390502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you. that's exactly what I'm looking for &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 06:33:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-AND-inside-IF/m-p/1221466#M390502</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-07T06:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: multiple 'AND' inside IF</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-AND-inside-IF/m-p/1221467#M390503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your Welcome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use wildmatch for multiple values, but if you just want to match a &lt;SPAN style="text-decoration: underline;"&gt;single&lt;/SPAN&gt; number stored as text you can also consider using NUM() as Jonathan has demonstrated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 06:36:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-AND-inside-IF/m-p/1221467#M390503</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-02-07T06:36:14Z</dc:date>
    </item>
  </channel>
</rss>

