<?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 Current Year store count in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Current-Year-store-count/m-p/441183#M164470</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 have a field Store_Open_Date and I wan to do the count of Stores which has opened in the current year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Sep 2012 06:38:22 GMT</pubDate>
    <dc:creator>renjithpl</dc:creator>
    <dc:date>2012-09-26T06:38:22Z</dc:date>
    <item>
      <title>Current Year store count</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Year-store-count/m-p/441183#M164470</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 have a field Store_Open_Date and I wan to do the count of Stores which has opened in the current year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 06:38:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Year-store-count/m-p/441183#M164470</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2012-09-26T06:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Current Year store count</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Year-store-count/m-p/441184#M164471</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;For example&lt;/P&gt;&lt;P&gt;You could get the Year from your Store_Open_Date field and name it as Store_Open_Year. Use the Store_Open_Year in your set analysis that looks like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;Store_Open_Year = {$(=max(Store_Open_Year))} &amp;gt;} Distinct Stores) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Janzen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 06:46:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Year-store-count/m-p/441184#M164471</guid>
      <dc:creator />
      <dc:date>2012-09-26T06:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Current Year store count</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Year-store-count/m-p/441185#M164472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a Master calender which will have following fields:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Day,&lt;/P&gt;&lt;P&gt;Month,&lt;/P&gt;&lt;P&gt;Year,&lt;/P&gt;&lt;P&gt;MonthYear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then Create the table having dimension and expression as you want&lt;/P&gt;&lt;P&gt;and make selection in the year field for which you want to get the count.&lt;/P&gt;&lt;P&gt;in this case Expression will be : Count(Distinct Stores)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can hardcore the chart by using the following&amp;nbsp; expression in the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count ( {&amp;lt;Store_Open_Date = {"=Year(today())"}&amp;gt; } Distinct Stores)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 06:53:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Year-store-count/m-p/441185#M164472</guid>
      <dc:creator>nilesh_gangurde</dc:creator>
      <dc:date>2012-09-26T06:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Current Year store count</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Year-store-count/m-p/441186#M164473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; I tried as suggested it works,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;DIM_STORE_OPEN_YEAR = {$(=year(today()))} &amp;gt;} Distinct DIM_STORE_SHORTNAME)&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i want only these store names in a list box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 07:14:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Year-store-count/m-p/441186#M164473</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2012-09-26T07:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Current Year store count</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Year-store-count/m-p/441187#M164474</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;If Mr. Nilesh's answer works, you should tag it as right answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now, for your NEW question about how to create a listbox with only those brances, you could try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aggr(only({&amp;lt;DIM_STORE_OPEN_YEAR = {$(=year(today()))} &amp;gt;} DIM_STORE_SHORTNAME),DIM_STORE_SHORTNAME)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 07:24:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Year-store-count/m-p/441187#M164474</guid>
      <dc:creator />
      <dc:date>2012-09-26T07:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Current Year store count</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Year-store-count/m-p/441188#M164475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot, i forgot to use "Only".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 07:29:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Year-store-count/m-p/441188#M164475</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2012-09-26T07:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Current Year store count</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Year-store-count/m-p/441189#M164476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/alexis.tan" id="jive-706862030246179847648" onmouseout="" onmouseover=""&gt;Alexis Tan&lt;/A&gt;,&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/renjithpl" id="jive-246662030246205292642" onmouseout="" onmouseover=""&gt;renjithpl&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nilesh Gangurde&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 09:10:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Year-store-count/m-p/441189#M164476</guid>
      <dc:creator>nilesh_gangurde</dc:creator>
      <dc:date>2012-09-26T09:10:46Z</dc:date>
    </item>
  </channel>
</rss>

