<?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 ID by month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-ID-by-month/m-p/710254#M255870</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Dimension Date(Month Start(&amp;lt;DATE FIELD&amp;gt;), 'MMM/yy') ignore days and hours and cumulate TextCount(ID) for each Month and Year. Using this dimension AND the "Status" Dimension you will have Bars or lines "by Month/Year and Status". &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.8000001907349px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Sep 2014 14:20:19 GMT</pubDate>
    <dc:creator>fabio_vallone</dc:creator>
    <dc:date>2014-09-16T14:20:19Z</dc:date>
    <item>
      <title>Count ID by month</title>
      <link>https://community.qlik.com/t5/QlikView/Count-ID-by-month/m-p/710247#M255863</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;&lt;/P&gt;&lt;P&gt;I have date field (DD/MM/YYYY HH:MM:SS:YYY), and I have calculating month in vMonth, how do I get : &lt;STRONG&gt;TextCount (ID) based on my vMonth variable?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Lakshmi.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 13:41:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-ID-by-month/m-p/710247#M255863</guid>
      <dc:creator />
      <dc:date>2014-09-16T13:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Count ID by month</title>
      <link>https://community.qlik.com/t5/QlikView/Count-ID-by-month/m-p/710248#M255864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lakshmi, didnt understand from your explanation properly... can you elaborate little more please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 13:48:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-ID-by-month/m-p/710248#M255864</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-16T13:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Count ID by month</title>
      <link>https://community.qlik.com/t5/QlikView/Count-ID-by-month/m-p/710249#M255865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please elaborate more on this post &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 14:00:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-ID-by-month/m-p/710249#M255865</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-16T14:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Count ID by month</title>
      <link>https://community.qlik.com/t5/QlikView/Count-ID-by-month/m-p/710250#M255866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead vMonth, try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Dimension: =Date(Monthstart(&amp;lt;DATE FIELD&amp;gt;), 'MMM/yy')&lt;/P&gt;&lt;P&gt; Expression: =TextCount(ID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 14:04:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-ID-by-month/m-p/710250#M255866</guid>
      <dc:creator>fabio_vallone</dc:creator>
      <dc:date>2014-09-16T14:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Count ID by month</title>
      <link>https://community.qlik.com/t5/QlikView/Count-ID-by-month/m-p/710251#M255867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 4 text boxes, 4 variables (vMth1, vMth2, vMth3, vMth4)&lt;/P&gt;&lt;P&gt;In table I have 2 fields: Date, Count.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the text boxs, I have to show TextCount (ID) based on the vMth.&lt;/P&gt;&lt;P&gt;e.g. vMth = Apr; TextCount (ID) = 20&lt;/P&gt;&lt;P&gt;vMth1 = Mar; TextCount (ID) = 25&lt;/P&gt;&lt;P&gt;vMth2 = Feb; TextCount (ID) = 5&lt;/P&gt;&lt;P&gt;vMth3 = Jan; TextCount (ID) = 30&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 14:05:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-ID-by-month/m-p/710251#M255867</guid>
      <dc:creator />
      <dc:date>2014-09-16T14:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Count ID by month</title>
      <link>https://community.qlik.com/t5/QlikView/Count-ID-by-month/m-p/710252#M255868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Laxmi Do you want only month from that date field values???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 14:11:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-ID-by-month/m-p/710252#M255868</guid>
      <dc:creator />
      <dc:date>2014-09-16T14:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Count ID by month</title>
      <link>https://community.qlik.com/t5/QlikView/Count-ID-by-month/m-p/710253#M255869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Fabio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Diminesion should be &lt;STRONG&gt;Status&lt;/STRONG&gt; (another field)&lt;/P&gt;&lt;P&gt;Is:-&amp;nbsp; Date(Monthstart(&amp;lt;DATE FIELD&amp;gt;), 'MMM/yy')&lt;/P&gt;&lt;P&gt;will give total records of that month for different status? the expression telling that Month start.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 14:12:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-ID-by-month/m-p/710253#M255869</guid>
      <dc:creator />
      <dc:date>2014-09-16T14:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Count ID by month</title>
      <link>https://community.qlik.com/t5/QlikView/Count-ID-by-month/m-p/710254#M255870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Dimension Date(Month Start(&amp;lt;DATE FIELD&amp;gt;), 'MMM/yy') ignore days and hours and cumulate TextCount(ID) for each Month and Year. Using this dimension AND the "Status" Dimension you will have Bars or lines "by Month/Year and Status". &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.8000001907349px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 14:20:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-ID-by-month/m-p/710254#M255870</guid>
      <dc:creator>fabio_vallone</dc:creator>
      <dc:date>2014-09-16T14:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Count ID by month</title>
      <link>https://community.qlik.com/t5/QlikView/Count-ID-by-month/m-p/710255#M255871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fabio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for clarification. &lt;/P&gt;&lt;P&gt;this is working for me.&lt;/P&gt;&lt;P&gt;=TextCount({&amp;lt;Month = {'$_3(vMonth)'}, Year = {'$(vYear)'}&amp;gt;}ID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 14:24:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-ID-by-month/m-p/710255#M255871</guid>
      <dc:creator />
      <dc:date>2014-09-16T14:24:29Z</dc:date>
    </item>
  </channel>
</rss>

