<?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 delivery date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Overdue-delivery-date/m-p/310516#M1198299</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Miguel,&lt;/P&gt;&lt;P&gt;thank you very much for your reply. I tried the first approach and it worked out just perfect. The only thing I had to change was the &amp;gt;= for the date to &amp;lt;= as I wanted all orders before that date.&lt;/P&gt;&lt;P&gt;Many thanks again for the quick and perfect help.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Günter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Mar 2011 10:11:41 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-04T10:11:41Z</dc:date>
    <item>
      <title>Overdue delivery date</title>
      <link>https://community.qlik.com/t5/QlikView/Overdue-delivery-date/m-p/310513#M1198296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Qlikview community!&lt;/P&gt;&lt;P&gt;I'm trying to find a way to track down orders that have a specific requested delivery date and have a flag that says either open, delivered or invoiced.&lt;/P&gt;&lt;P&gt;As an example:&lt;/P&gt;&lt;P&gt;Order: 8888&lt;BR /&gt;Requested delivery: 31.01.2011 (DD.MM.YYYY)&lt;BR /&gt;Status: delivered&lt;/P&gt;&lt;P&gt;This is okay!&lt;/P&gt;&lt;P&gt;Order: 9999&lt;BR /&gt;Requested delivery: 31.01.2011 (DD.MM.YYYY)&lt;BR /&gt;Status: open&lt;BR /&gt;&lt;BR /&gt;I would like to find all orders that have not been shipped (=open) with a delivery time that is more than 2 weeks past than todays date.&lt;/P&gt;&lt;P&gt;I would be really thankful for all suggestions!&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Günter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2011 16:24:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Overdue-delivery-date/m-p/310513#M1198296</guid>
      <dc:creator />
      <dc:date>2011-03-03T16:24:26Z</dc:date>
    </item>
    <item>
      <title>Overdue delivery date</title>
      <link>https://community.qlik.com/t5/QlikView/Overdue-delivery-date/m-p/310514#M1198297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sure there are a number of ways to do this.&lt;/P&gt;&lt;P&gt;At the basic level, if you create a simple table / chart of the data you want to display, then, using "Select Fields", display the Requested Delivery and Status fields, you can simply filter as required by highlighting "Open" Status, and Requested Delivery dates &amp;gt; 2 weeks old.&lt;/P&gt;&lt;P&gt;Alternatively, you can use Set Analysis in your expressions.&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2011 16:38:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Overdue-delivery-date/m-p/310514#M1198297</guid>
      <dc:creator>mazacini</dc:creator>
      <dc:date>2011-03-03T16:38:48Z</dc:date>
    </item>
    <item>
      <title>Overdue delivery date</title>
      <link>https://community.qlik.com/t5/QlikView/Overdue-delivery-date/m-p/310515#M1198298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Günter,&lt;/P&gt;&lt;P&gt;If you have to do that in a chart (using Order number as dimension) the expression might look like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Count({&amp;lt; Status = {'open'}, [Requested Delivery] = {'&amp;gt;=$(=Date(Today() -14, 'DD.MM.YYYY'))'} &amp;gt;} Order)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Note that QlikView is case sensitive for both fieldnames and values!&lt;/P&gt;&lt;P&gt;You can flag them in the script either (which will likely perform better)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Table:LOAD ... IF(Status = 'open', If(Interval(Today() - Date#([Requested Delivery], 'DD.MM.YYYY')) &amp;gt;= 14, 1, 0)) AS TwoWeeksFlagFROM Source;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2011 16:41:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Overdue-delivery-date/m-p/310515#M1198298</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-03-03T16:41:02Z</dc:date>
    </item>
    <item>
      <title>Overdue delivery date</title>
      <link>https://community.qlik.com/t5/QlikView/Overdue-delivery-date/m-p/310516#M1198299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Miguel,&lt;/P&gt;&lt;P&gt;thank you very much for your reply. I tried the first approach and it worked out just perfect. The only thing I had to change was the &amp;gt;= for the date to &amp;lt;= as I wanted all orders before that date.&lt;/P&gt;&lt;P&gt;Many thanks again for the quick and perfect help.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Günter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2011 10:11:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Overdue-delivery-date/m-p/310516#M1198299</guid>
      <dc:creator />
      <dc:date>2011-03-04T10:11:41Z</dc:date>
    </item>
  </channel>
</rss>

