<?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: Find Missing Date From Last Week in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Find-Missing-Date-From-Last-Week/m-p/1153126#M376600</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concat({&amp;lt;Weeks-={'Sun'}&amp;gt;}aggr(&amp;nbsp; if( Above(Date)&amp;lt;&amp;gt; date(Date-1)&amp;nbsp; , date(Date-1) ) ,Date),',' )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jul 2016 04:29:28 GMT</pubDate>
    <dc:creator>qliksus</dc:creator>
    <dc:date>2016-07-27T04:29:28Z</dc:date>
    <item>
      <title>Find Missing Date From Last Week</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Missing-Date-From-Last-Week/m-p/1153119#M376593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hello All,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I came across a scenario and I hope someone have a simple solution. I have a field named as "Date" and the dates are populated till last friday (Reload happend every sunday night). if the reload date is 24.07.2016 and the data will be loaded for the dates from 17.07.2016 to 22.07.2016. (Next reload will be on 31.07.2016 and the data will be popluated from 25.07.2016 to 29.07.2016.) Sometimes the reload might fails and the date (Random date) will be missing in the dashboard. In this case 20.07.2016 (Sometimes it can be two dates). I just want to show the date in textbox and have to warn the users. I am not suppossed to the touch back end script.&lt;STRONG&gt; I have to do this in front end.&lt;/STRONG&gt; If you have any idea, please share.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7/17/2016&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7/18/2016&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7/20/2016&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7/21/2016&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7/22/2016&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;You can see that the date 7/19/2016 is missng in the above load. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks in advance.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 02:07:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Missing-Date-From-Last-Week/m-p/1153119#M376593</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-07-27T02:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Find Missing Date From Last Week</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Missing-Date-From-Last-Week/m-p/1153120#M376594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Concat(Date(If(Index($(=Concat(Distinct Num(Date))), $(=Min(Date)) + ValueLoop(1, 5)), Null(), $(=Min(Date)) + ValueLoop(1, 5))), ',')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Going to be testing this with two dates now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 02:43:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Missing-Date-From-Last-Week/m-p/1153120#M376594</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-27T02:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Find Missing Date From Last Week</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Missing-Date-From-Last-Week/m-p/1153121#M376595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems to be working:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/132604_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 02:44:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Missing-Date-From-Last-Week/m-p/1153121#M376595</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-27T02:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: Find Missing Date From Last Week</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Missing-Date-From-Last-Week/m-p/1153122#M376596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=DATE(((min(Date#(Date,'MM/DD/YYYY'))*6)+15)-SUM(Date#(Date,'MM/DD/YYYY')))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 02:45:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Missing-Date-From-Last-Week/m-p/1153122#M376596</guid>
      <dc:creator />
      <dc:date>2016-07-27T02:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Find Missing Date From Last Week</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Missing-Date-From-Last-Week/m-p/1153123#M376597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny. It's working as expected. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Have a nice day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 02:53:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Missing-Date-From-Last-Week/m-p/1153123#M376597</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-07-27T02:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Find Missing Date From Last Week</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Missing-Date-From-Last-Week/m-p/1153124#M376598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome. I am going to have a good night now &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;, you have a great day ahead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 02:54:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Missing-Date-From-Last-Week/m-p/1153124#M376598</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-27T02:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Find Missing Date From Last Week</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Missing-Date-From-Last-Week/m-p/1153125#M376599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rodrigo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting 16/07/2016 as missing date which is not correct. Sunny's solution is working as expected. Thanks for your help though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 02:59:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Missing-Date-From-Last-Week/m-p/1153125#M376599</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-07-27T02:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Find Missing Date From Last Week</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Missing-Date-From-Last-Week/m-p/1153126#M376600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concat({&amp;lt;Weeks-={'Sun'}&amp;gt;}aggr(&amp;nbsp; if( Above(Date)&amp;lt;&amp;gt; date(Date-1)&amp;nbsp; , date(Date-1) ) ,Date),',' )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 04:29:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Missing-Date-From-Last-Week/m-p/1153126#M376600</guid>
      <dc:creator>qliksus</dc:creator>
      <dc:date>2016-07-27T04:29:28Z</dc:date>
    </item>
  </channel>
</rss>

