<?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: Count of Day, Between two dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-of-Day-Between-two-dates/m-p/710930#M256073</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The question is not clear, but what is meant is that you need to count the days between a date range. You can take this time directly from the table of Date_example field as I did in my example or you can delimit it with the "create calendar / slider object", which is found in the design of Qlikview, Rear mind to apply the code in the "Object text" annexed qvw and excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Captura de pantalla 2014-07-03 17.56.14.png" class="jive-image" src="/legacyfs/online/61729_Captura de pantalla 2014-07-03 17.56.14.png" style="width: 620px; height: 349px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jul 2014 23:03:44 GMT</pubDate>
    <dc:creator>erivera10</dc:creator>
    <dc:date>2014-07-03T23:03:44Z</dc:date>
    <item>
      <title>Count of Day, Between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Count-of-Day-Between-two-dates/m-p/710928#M256071</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;Could please send me the expression for count of day between two different dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose, I have selected Start Date as 1-Jan-2014 and End Date as 11-Jan-2014. and there is another column, which have day information. I need count of particular day falling between this period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So suppose, if the day is monday,&amp;nbsp; the&amp;nbsp; count will be 1 and if it is Thursday, the count will be 2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2014 19:35:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-of-Day-Between-two-dates/m-p/710928#M256071</guid>
      <dc:creator />
      <dc:date>2014-07-03T19:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Day, Between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Count-of-Day-Between-two-dates/m-p/710929#M256072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unclear from your question... can you please elaborate with one more good example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2014 20:59:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-of-Day-Between-two-dates/m-p/710929#M256072</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-07-03T20:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Day, Between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Count-of-Day-Between-two-dates/m-p/710930#M256073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The question is not clear, but what is meant is that you need to count the days between a date range. You can take this time directly from the table of Date_example field as I did in my example or you can delimit it with the "create calendar / slider object", which is found in the design of Qlikview, Rear mind to apply the code in the "Object text" annexed qvw and excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Captura de pantalla 2014-07-03 17.56.14.png" class="jive-image" src="/legacyfs/online/61729_Captura de pantalla 2014-07-03 17.56.14.png" style="width: 620px; height: 349px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2014 23:03:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-of-Day-Between-two-dates/m-p/710930#M256073</guid>
      <dc:creator>erivera10</dc:creator>
      <dc:date>2014-07-03T23:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Day, Between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Count-of-Day-Between-two-dates/m-p/710931#M256074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Start Date : 1-Jan-2014&lt;/P&gt;&lt;P&gt;End Date: 11-Jan-2014&lt;/P&gt;&lt;P&gt;So between the start and end date, MONDAY falls one time. So I am looking for an expression which give count MONDAY between start and end date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am maintaining one column, which has list of all days, So if the input will be monday, the output from the expression will be 1. Similarly, Friday falls two times between start and end date, so the output will be 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know, if any problem while understanding the above example. so that i will try to give some other good example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2014 03:28:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-of-Day-Between-two-dates/m-p/710931#M256074</guid>
      <dc:creator />
      <dc:date>2014-07-04T03:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Day, Between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Count-of-Day-Between-two-dates/m-p/710932#M256075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I get it, you need to have specific days between the start date and end date. For this you need to apply the "where" command in the "script" or a condition in typical expression, count (date_example = 'Mon'), something may work, it is a matter for you to try and search examples. Question to explore is, that it left me a lot of knowledge.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2014 14:26:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-of-Day-Between-two-dates/m-p/710932#M256075</guid>
      <dc:creator>erivera10</dc:creator>
      <dc:date>2014-07-04T14:26:19Z</dc:date>
    </item>
  </channel>
</rss>

