<?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: How to get customer count based on range of dates? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-customer-count-based-on-range-of-dates/m-p/730204#M1066165</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used SUM(Amout).... as Vishwaranjan said, you can change as COUNT(CustomerID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Sep 2014 11:28:55 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-09-18T11:28:55Z</dc:date>
    <item>
      <title>How to get customer count based on range of dates?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-customer-count-based-on-range-of-dates/m-p/730201#M1066160</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; I have fields Owner, CustomerId, EnterDate. Based on this EnterDate I need to calculate count(CustomerId)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I,e&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension: Owner&lt;/P&gt;&lt;P&gt;Expression: Count(CustomerId) when EnterDate between last monday to current Monday I,e from 08/09/2014 to 15/09/2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help me with expression. As I can see this with selection of list box but user don't want to select in list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 11:06:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-customer-count-based-on-range-of-dates/m-p/730201#M1066160</guid>
      <dc:creator />
      <dc:date>2014-09-18T11:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to get customer count based on range of dates?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-customer-count-based-on-range-of-dates/m-p/730202#M1066161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=SUM({&amp;lt;[Invoice Date] = {'&amp;gt;=$(=Date(WeekStart(Today())-7))&amp;lt;=$(=Date(WeekStart(Today())))'}&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Change FieldName Accordingly&lt;/P&gt;&lt;P&gt;2) Also, if instead of Today(), you want Previous Week Monday to Selected Date Monday, &lt;/P&gt;&lt;P&gt;Replace Today() with Max([Invoice Date])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 11:22:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-customer-count-based-on-range-of-dates/m-p/730202#M1066161</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-18T11:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to get customer count based on range of dates?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-customer-count-based-on-range-of-dates/m-p/730203#M1066163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=count({&amp;lt;EnterDate = {'&amp;gt;=$(=Date(WeekStart(Today())-7))&amp;lt;=$(=Date(WeekStart(Today())))'}&amp;gt;}CustomerId)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 11:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-customer-count-based-on-range-of-dates/m-p/730203#M1066163</guid>
      <dc:creator />
      <dc:date>2014-09-18T11:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to get customer count based on range of dates?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-customer-count-based-on-range-of-dates/m-p/730204#M1066165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used SUM(Amout).... as Vishwaranjan said, you can change as COUNT(CustomerID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 11:28:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-customer-count-based-on-range-of-dates/m-p/730204#M1066165</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-18T11:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to get customer count based on range of dates?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-customer-count-based-on-range-of-dates/m-p/730205#M1066167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 11:30:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-customer-count-based-on-range-of-dates/m-p/730205#M1066167</guid>
      <dc:creator />
      <dc:date>2014-09-18T11:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to get customer count based on range of dates?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-customer-count-based-on-range-of-dates/m-p/730206#M1066169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 11:30:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-customer-count-based-on-range-of-dates/m-p/730206#M1066169</guid>
      <dc:creator />
      <dc:date>2014-09-18T11:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to get customer count based on range of dates?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-customer-count-based-on-range-of-dates/m-p/730207#M1066170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I change the same expression if I want to include the same condition but with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CustomerStatus='Fail1'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 11:33:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-customer-count-based-on-range-of-dates/m-p/730207#M1066170</guid>
      <dc:creator />
      <dc:date>2014-09-18T11:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to get customer count based on range of dates?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-customer-count-based-on-range-of-dates/m-p/730208#M1066171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=COUNT({&amp;lt;CustomerStatus = {'Fail1'},[Invoice Date] = {'&amp;gt;=$(=Date(WeekStart(Today())-7))&amp;lt;=$(=Date(WeekStart(Today())))'}&amp;gt;}&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CustomerId&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 11:36:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-customer-count-based-on-range-of-dates/m-p/730208#M1066171</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-18T11:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to get customer count based on range of dates?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-customer-count-based-on-range-of-dates/m-p/730209#M1066172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 11:39:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-customer-count-based-on-range-of-dates/m-p/730209#M1066172</guid>
      <dc:creator />
      <dc:date>2014-09-18T11:39:09Z</dc:date>
    </item>
  </channel>
</rss>

