<?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 Prior Quarter Count Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Prior-Quarter-Count-Help/m-p/910812#M316246</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help with an expression that can COUNT prior quarter items. Currently, i select a quarter date listbox where it will return a count status total for this quarter. At the same time, i want to have a count total for prior quarter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;Selected 12/31/2014&lt;/P&gt;&lt;P&gt;Returns a count of 100&lt;/P&gt;&lt;P&gt;Also, wants a return count of prior quarter (9/30/2014)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Any inputs will greatly appreciated!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Frank&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Aug 2015 19:42:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-08-04T19:42:55Z</dc:date>
    <item>
      <title>Prior Quarter Count Help</title>
      <link>https://community.qlik.com/t5/QlikView/Prior-Quarter-Count-Help/m-p/910812#M316246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help with an expression that can COUNT prior quarter items. Currently, i select a quarter date listbox where it will return a count status total for this quarter. At the same time, i want to have a count total for prior quarter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;Selected 12/31/2014&lt;/P&gt;&lt;P&gt;Returns a count of 100&lt;/P&gt;&lt;P&gt;Also, wants a return count of prior quarter (9/30/2014)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Any inputs will greatly appreciated!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Frank&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 19:42:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prior-Quarter-Count-Help/m-p/910812#M316246</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-04T19:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Prior Quarter Count Help</title>
      <link>https://community.qlik.com/t5/QlikView/Prior-Quarter-Count-Help/m-p/910813#M316247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this in a text box may be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count({&amp;lt;Date = {"$(='&amp;gt;=' &amp;amp; Date(QuarterStart(AddMonths(Max(Date), -3))) &amp;amp; '&amp;lt;=' &amp;amp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Date(QuarterEnd(AddMonths(Max(Date), -3)))&lt;/SPAN&gt; )"}&amp;gt;} Status)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 20:44:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prior-Quarter-Count-Help/m-p/910813#M316247</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-04T20:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Prior Quarter Count Help</title>
      <link>https://community.qlik.com/t5/QlikView/Prior-Quarter-Count-Help/m-p/910814#M316248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Again.. Thank You Sunny!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before I used this expression but not working..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;Valuation_Quarter={"$(=date(quarterend(max(Valuation_Quarter),-1),'MM/DD/YYYY'))"}&amp;gt;} [Status])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 21:06:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prior-Quarter-Count-Help/m-p/910814#M316248</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-04T21:06:40Z</dc:date>
    </item>
  </channel>
</rss>

