<?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: Orders Count in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Orders-Count/m-p/1034388#M936833</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this expression,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({ $&amp;lt;WeekEndDate = {"&amp;gt;=$(=Date(ItemOrderDate))&amp;lt;=$(=Date(ItemDispatchdate))"}&amp;gt;} OrderID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Feb 2016 10:45:03 GMT</pubDate>
    <dc:creator>tyagishaila</dc:creator>
    <dc:date>2016-02-15T10:45:03Z</dc:date>
    <item>
      <title>Orders Count</title>
      <link>https://community.qlik.com/t5/QlikView/Orders-Count/m-p/1034379#M936824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlikheads&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table with 3 fields with&lt;/P&gt;&lt;P&gt;[Item Dispatch date], &lt;/P&gt;&lt;P&gt;[Item Order date], &lt;/P&gt;&lt;P&gt;ID,&lt;/P&gt;&lt;P&gt; by using these 3 fields I would like to calculate the total orders for every week ,&amp;nbsp; the count of id should take when&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when the week end date exists between Item Dispatch Date and Item Order date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to get this done, can any one help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 09:04:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Orders-Count/m-p/1034379#M936824</guid>
      <dc:creator />
      <dc:date>2016-02-15T09:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Orders Count</title>
      <link>https://community.qlik.com/t5/QlikView/Orders-Count/m-p/1034380#M936825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;week(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Item Order date]&lt;/SPAN&gt;) as week,&lt;/P&gt;&lt;P&gt;Year&lt;SPAN style="font-size: 13.3333px;"&gt;(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Item Order date]&lt;/SPAN&gt;)&amp;nbsp; as Year,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Item Order date]&lt;/SPAN&gt;)&amp;nbsp; as Month&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;'Q'&amp;amp;ceil((&lt;SPAN style="font-size: 13.3333px;"&gt;Month)/3) as Quarter&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Dimension&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Week&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;In expression&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;week=&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Item Dispatch date])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 09:29:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Orders-Count/m-p/1034380#M936825</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-15T09:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Orders Count</title>
      <link>https://community.qlik.com/t5/QlikView/Orders-Count/m-p/1034381#M936826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;load&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;week(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Item Order date]&lt;/SPAN&gt;) as week,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Year&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Item Order date]&lt;/SPAN&gt;)&amp;nbsp; as Year,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Item Order date]&lt;/SPAN&gt;)&amp;nbsp; as Month&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;'Q'&amp;amp;ceil((&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Month)/3) as Quarter&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Dimension&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Week&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;In expression&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;sum({&amp;lt;week=&amp;gt;}&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 09:30:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Orders-Count/m-p/1034381#M936826</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-15T09:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Orders Count</title>
      <link>https://community.qlik.com/t5/QlikView/Orders-Count/m-p/1034382#M936827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi john, to better understand... an ID can be counted in many different weeks?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, the firsts rows of the excel:&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;&lt;STRONG&gt;Item Dispatch date&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Item Order date&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;ID&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;19/05/1978&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;15/06/1987&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;S348088&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;26/05/1981&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;30/11/1981&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;K293608&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it's like counting how many orders were "active" in each week?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 09:51:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Orders-Count/m-p/1034382#M936827</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-02-15T09:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Orders Count</title>
      <link>https://community.qlik.com/t5/QlikView/Orders-Count/m-p/1034383#M936828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think for this got to script, create a week end date like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Weekend(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Item Order date]),'DD/MMM/YYYY') as WeekEndDate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then try expression like?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=count({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;WeekEndDate, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;WeekEndDate={'&amp;gt;=$(=date(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Item Dispatch date],'DD/MMM/YYYY')&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;lt;=$(=date&lt;SPAN style="font-size: 13.3333px;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Item Order date],'DD/MMM/YYYY')&lt;/SPAN&gt;)'}&lt;/SPAN&gt;&amp;gt;} distinct ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 09:55:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Orders-Count/m-p/1034383#M936828</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-15T09:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Orders Count</title>
      <link>https://community.qlik.com/t5/QlikView/Orders-Count/m-p/1034384#M936829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Week(item Dispatch date) as week&lt;/P&gt;&lt;P&gt; In Expression &lt;/P&gt;&lt;P&gt;Count(ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN dimension&lt;/P&gt;&lt;P&gt;Take week&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 09:56:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Orders-Count/m-p/1034384#M936829</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-15T09:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Orders Count</title>
      <link>https://community.qlik.com/t5/QlikView/Orders-Count/m-p/1034385#M936830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Correct Ruben Marin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 10:10:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Orders-Count/m-p/1034385#M936830</guid>
      <dc:creator />
      <dc:date>2016-02-15T10:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Orders Count</title>
      <link>https://community.qlik.com/t5/QlikView/Orders-Count/m-p/1034386#M936831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;which weekend date we have to consider [Item Dispatch date] or [Item Order date]?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Edit:&lt;/STRONG&gt; just asking to know, how this is possible the 'Item Dispatch Date' &amp;lt; 'Item Order Date'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 10:17:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Orders-Count/m-p/1034386#M936831</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2016-02-15T10:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Orders Count</title>
      <link>https://community.qlik.com/t5/QlikView/Orders-Count/m-p/1034387#M936832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Pradeep for you prompt response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the condition should be count of ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: when&amp;nbsp; Week end date &amp;gt;Item Dispatch Date. and Item Dispatch Date&amp;gt;Week Start Date ,&lt;/P&gt;&lt;P&gt;Week end date &amp;gt;Item Order Date. and Item Order Date&amp;gt;Week Start Date ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 10:27:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Orders-Count/m-p/1034387#M936832</guid>
      <dc:creator />
      <dc:date>2016-02-15T10:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Orders Count</title>
      <link>https://community.qlik.com/t5/QlikView/Orders-Count/m-p/1034388#M936833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this expression,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({ $&amp;lt;WeekEndDate = {"&amp;gt;=$(=Date(ItemOrderDate))&amp;lt;=$(=Date(ItemDispatchdate))"}&amp;gt;} OrderID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 10:45:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Orders-Count/m-p/1034388#M936833</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2016-02-15T10:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Orders Count</title>
      <link>https://community.qlik.com/t5/QlikView/Orders-Count/m-p/1034389#M936834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi john this script seems can work:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14555383035587194" jivemacro_uid="_14555383035587194"&gt;
&lt;P&gt;Orderonthelist:&lt;/P&gt;
&lt;P&gt;LOAD Date([Item Dispatch date]) as [Item Dispatch date],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(IsNull([Item Order date]),Today(), Date([Item Order date])) as [Item Order date],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;[.\OrdersCount.xlsx]&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is Order)&lt;/P&gt;
&lt;P&gt;Where not IsNull([Item Dispatch date]);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Calendar:&lt;/P&gt;
&lt;P&gt;LOAD *,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Floor(WeekEnd(Date))) as WeekEnd;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;LOAD Date(MinDate+IterNo()-1) as Date&lt;/P&gt;
&lt;P&gt;While MinDate+IterNo()-1 &amp;lt;= MaxDate;&lt;/P&gt;
&lt;P&gt;LOAD Min([Item Dispatch date]) as MinDate,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Max([Item Order date]) as MaxDate&lt;/P&gt;
&lt;P&gt;Resident Orderonthelist;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;IntervalMatch (WeekEnd) LOAD [Item Dispatch date], [Item Order date] resident Orderonthelist;&lt;/P&gt;
&lt;P&gt;Left Join&lt;/P&gt;
&lt;P&gt;LOAD [Item Dispatch date], [Item Order date], ID Resident Orderonthelist;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DROP Table Orderonthelist;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the result is huge, that's because the big gaps between the two dates (Why those big gaps?Is this company serving to Mars?? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;).&lt;/P&gt;&lt;P&gt;Btw, I'm filling those without an [Item Order date] with Today date, that makes his huge, because there are from the 80's without [Item Order date], wich returns thousands of weekends for each ID. Check it and then we'll see if this can be optimized.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 12:19:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Orders-Count/m-p/1034389#M936834</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-02-15T12:19:24Z</dc:date>
    </item>
  </channel>
</rss>

