<?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: If statement in load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/If-statement-in-load/m-p/1055700#M922843</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you already have "overdue"&lt;/P&gt;&lt;P&gt;but anyhow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IF ([EndOfMonth]&amp;lt;[Today],'Overdue',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IF ([EndOfMonth]&amp;lt;=[EndOfCurrentMonth], 'FALLING DUE BY END OF MONTH'.'&lt;SPAN style="color: #ff0000;"&gt;Overdue&lt;/SPAN&gt;'))AS Status&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Apr 2016 08:09:31 GMT</pubDate>
    <dc:creator>kkkumar82</dc:creator>
    <dc:date>2016-04-19T08:09:31Z</dc:date>
    <item>
      <title>If statement in load</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-in-load/m-p/1055698#M922841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Morning all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone assist please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following statement in my load:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;IF ([EndOfMonth]&amp;lt;[Today],'Overdue', &lt;/P&gt;&lt;P&gt;IF ([EndOfMonth]&amp;lt;=[EndOfCurrentMonth], 'FALLING DUE BY END OF MONTH'))AS Status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I would like to adapt this to say that if it does not match either of these IF statement then&lt;/P&gt;&lt;P&gt;to put the text 'Overdue'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/blush.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-in-load/m-p/1055698#M922841</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: If statement in load</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-in-load/m-p/1055699#M922842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;If([EndOfMonth]&amp;lt;[Today],'Overdue',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;If([EndOfMonth]&amp;lt;=[EndOfCurrentMonth], 'FALLING DUE BY END OF MONTH'&lt;SPAN style="color: #ff0000;"&gt;, 'OverDue'&lt;/SPAN&gt;)) as Status&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 08:07:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-in-load/m-p/1055699#M922842</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-19T08:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: If statement in load</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-in-load/m-p/1055700#M922843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you already have "overdue"&lt;/P&gt;&lt;P&gt;but anyhow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IF ([EndOfMonth]&amp;lt;[Today],'Overdue',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IF ([EndOfMonth]&amp;lt;=[EndOfCurrentMonth], 'FALLING DUE BY END OF MONTH'.'&lt;SPAN style="color: #ff0000;"&gt;Overdue&lt;/SPAN&gt;'))AS Status&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 08:09:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-in-load/m-p/1055700#M922843</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2016-04-19T08:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: If statement in load</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-in-load/m-p/1055701#M922844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or may be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;If([EndOfMonth]&amp;lt;=[EndOfCurrentMonth], 'FALLING DUE BY END OF MONTH'&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;, 'OverDue'&lt;/SPAN&gt;) as Status&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 08:13:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-in-load/m-p/1055701#M922844</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-19T08:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: If statement in load</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-in-load/m-p/1055702#M922845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the different ways to achieve this. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/blush.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 08:19:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-in-load/m-p/1055702#M922845</guid>
      <dc:creator />
      <dc:date>2016-04-19T08:19:42Z</dc:date>
    </item>
  </channel>
</rss>

