<?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 Overdue actions vs script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Overdue-actions-vs-script/m-p/57733#M605519</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following question. I have a list of actions of which some have a due date and others dont.&lt;/P&gt;&lt;P&gt;Now I managed to get it working with below mentioned script, the problem is that where there is no due date he also gives 'overdue', which makes sense but not sure what and how to add a "if there is no due date mention 'x'" function. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any support on this!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Overdue:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Action_Date_Due,&lt;/P&gt;&lt;P&gt;if(Today() &amp;gt; [Action_Date_Due], 'Overdue', 'OnTime') as [Action_Overdue]&lt;/P&gt;&lt;P&gt;Resident Actions3;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jun 2018 14:40:04 GMT</pubDate>
    <dc:creator>jeroenlansberge</dc:creator>
    <dc:date>2018-06-05T14:40:04Z</dc:date>
    <item>
      <title>Overdue actions vs script</title>
      <link>https://community.qlik.com/t5/QlikView/Overdue-actions-vs-script/m-p/57733#M605519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following question. I have a list of actions of which some have a due date and others dont.&lt;/P&gt;&lt;P&gt;Now I managed to get it working with below mentioned script, the problem is that where there is no due date he also gives 'overdue', which makes sense but not sure what and how to add a "if there is no due date mention 'x'" function. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any support on this!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Overdue:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Action_Date_Due,&lt;/P&gt;&lt;P&gt;if(Today() &amp;gt; [Action_Date_Due], 'Overdue', 'OnTime') as [Action_Overdue]&lt;/P&gt;&lt;P&gt;Resident Actions3;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 14:40:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Overdue-actions-vs-script/m-p/57733#M605519</guid>
      <dc:creator>jeroenlansberge</dc:creator>
      <dc:date>2018-06-05T14:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Overdue actions vs script</title>
      <link>https://community.qlik.com/t5/QlikView/Overdue-actions-vs-script/m-p/57734#M605520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Len(Trim(&lt;SPAN style="font-size: 13.3333px;"&gt;[Action_Date_Due]&lt;/SPAN&gt;)) &amp;gt; 0, If(Today() &amp;gt; [Action_Date_Due], 'Overdue', 'OnTime'), 'N/A') as [Action_Overdue]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 14:44:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Overdue-actions-vs-script/m-p/57734#M605520</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2018-06-05T14:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Overdue actions vs script</title>
      <link>https://community.qlik.com/t5/QlikView/Overdue-actions-vs-script/m-p/57735#M605521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miquel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, it works! thanks for your support, very much appreciated!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 14:54:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Overdue-actions-vs-script/m-p/57735#M605521</guid>
      <dc:creator>jeroenlansberge</dc:creator>
      <dc:date>2018-06-05T14:54:52Z</dc:date>
    </item>
  </channel>
</rss>

