<?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 Statements in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IF-Statements/m-p/1287377#M859705</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a field on the load statement that returns Y if the Payment Due Dt is &amp;lt; ReportDate else returns N.&amp;nbsp; This field can be named Overdue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>danielnevitt</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>IF Statements</title>
      <link>https://community.qlik.com/t5/QlikView/IF-Statements/m-p/1287377#M859705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a field on the load statement that returns Y if the Payment Due Dt is &amp;lt; ReportDate else returns N.&amp;nbsp; This field can be named Overdue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Daniel&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-Statements/m-p/1287377#M859705</guid>
      <dc:creator>danielnevitt</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: IF Statements</title>
      <link>https://community.qlik.com/t5/QlikView/IF-Statements/m-p/1287378#M859706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suppose that both fields are in one table than in Script just insert one line like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load *&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,If([&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Payment Due Dt] &amp;lt; ReportDate, 'Y', 'N') as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Overdue&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;From YourTable;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 13:21:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-Statements/m-p/1287378#M859706</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2017-01-20T13:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: IF Statements</title>
      <link>https://community.qlik.com/t5/QlikView/IF-Statements/m-p/1287379#M859707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have Payment Due Dt and ReportDate in the same table? If you do, then it is as simple as doing this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If([Payment Due Dt] &amp;lt; ReportDate, 'Y', 'N') as Overdue&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If they are not in the same table, you will have to somehow bring them in the same table....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 13:21:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-Statements/m-p/1287379#M859707</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-20T13:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: IF Statements</title>
      <link>https://community.qlik.com/t5/QlikView/IF-Statements/m-p/1287380#M859708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 13:23:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-Statements/m-p/1287380#M859708</guid>
      <dc:creator>danielnevitt</dc:creator>
      <dc:date>2017-01-20T13:23:43Z</dc:date>
    </item>
  </channel>
</rss>

