<?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: Which date comes later in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Which-date-comes-later/m-p/1411137#M812078</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to the the flag in the list box, so the Y and N.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Sep 2017 18:34:10 GMT</pubDate>
    <dc:creator>gfisch13</dc:creator>
    <dc:date>2017-09-25T18:34:10Z</dc:date>
    <item>
      <title>Which date comes later</title>
      <link>https://community.qlik.com/t5/QlikView/Which-date-comes-later/m-p/1411135#M812076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - I have a policy master file that has three dates, an issue date, a lapse date and a new issue date.&amp;nbsp;&amp;nbsp; I want to be able to identify any policies that we wrote after the LapseDate.&amp;nbsp; I was thinking of doing this with a list box, but creating an indicator to use in a field I add to the table would work too, I'm not certain on how to pull this off.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried a variation of NewIssueDate&amp;gt;=LapseDate as an expression for a list box, but it didn't seem to calc properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;IssueDate&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;LapseDate&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;NewIssueDate&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Ind&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;01/01/2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;09/01/2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;N&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;03/05/2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;N&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;05/01/2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;06/01/2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;09/01/2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;05/02/2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;06/30/2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;07/10/2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Y&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated!&lt;/P&gt;&lt;P&gt;George&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/Which-date-comes-later/m-p/1411135#M812076</guid>
      <dc:creator>gfisch13</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Which date comes later</title>
      <link>https://community.qlik.com/t5/QlikView/Which-date-comes-later/m-p/1411136#M812077</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&gt;&lt;STRONG&gt;If(If(Len(Trim(NewIssueDate)) = 0, 0, NewIssueDate) &amp;gt;= &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;If(Len(Trim(LapseDate)) = 0, 1, &lt;SPAN style="font-size: 13.3333px;"&gt;LapseDate&lt;/SPAN&gt;), 'N', 'Y') as Ind&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will create your flag... not sure what do you want to see in the list box? The flag or something else?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 18:29:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Which-date-comes-later/m-p/1411136#M812077</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-25T18:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Which date comes later</title>
      <link>https://community.qlik.com/t5/QlikView/Which-date-comes-later/m-p/1411137#M812078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to the the flag in the list box, so the Y and N.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 18:34:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Which-date-comes-later/m-p/1411137#M812078</guid>
      <dc:creator>gfisch13</dc:creator>
      <dc:date>2017-09-25T18:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Which date comes later</title>
      <link>https://community.qlik.com/t5/QlikView/Which-date-comes-later/m-p/1411138#M812079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, once you create the above in the script... you should be able to use Ind as your list box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 18:34:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Which-date-comes-later/m-p/1411138#M812079</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-25T18:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Which date comes later</title>
      <link>https://community.qlik.com/t5/QlikView/Which-date-comes-later/m-p/1411139#M812080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can this expression be used to setup the listbox or is it better to load it in the script and be a part of the table object first?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 18:38:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Which-date-comes-later/m-p/1411139#M812080</guid>
      <dc:creator>gfisch13</dc:creator>
      <dc:date>2017-09-25T18:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Which date comes later</title>
      <link>https://community.qlik.com/t5/QlikView/Which-date-comes-later/m-p/1411140#M812081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest doing this in the load script as it avoids unnecessary complexities on the front end of your application.... if you still want this to be on the front end... you can try this as your list box expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(If(Len(Trim(NewIssueDate)) = 0, 0, NewIssueDate) &amp;gt;= &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;If(Len(Trim(LapseDate)) = 0, 1, &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;LapseDate&lt;/SPAN&gt;), 'N', 'Y')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 18:40:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Which-date-comes-later/m-p/1411140#M812081</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-25T18:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Which date comes later</title>
      <link>https://community.qlik.com/t5/QlikView/Which-date-comes-later/m-p/1411141#M812082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Really appreciate your input, as always!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 19:55:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Which-date-comes-later/m-p/1411141#M812082</guid>
      <dc:creator>gfisch13</dc:creator>
      <dc:date>2017-09-25T19:55:41Z</dc:date>
    </item>
  </channel>
</rss>

