<?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: Re: Count according monthname in load script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-according-monthname-in-load-script/m-p/723441#M669114</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_140000_Pic1.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/70001_QlikCommunity_Thread_140000_Pic1.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_140000_Pic2.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/70002_QlikCommunity_Thread_140000_Pic2.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&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;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Oct 2014 15:22:09 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2014-10-29T15:22:09Z</dc:date>
    <item>
      <title>Count according monthname in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Count-according-monthname-in-load-script/m-p/723439#M669108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all!&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a temp table like: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Date (yyyy-mm-dd), Value&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2013-02-03, Red&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2013-04-03, White&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2013-04-04, White&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2013-04-05, White&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2014-02-08, White&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2014-02-12, White&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2014-01-10, White&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2014-01-01, White&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2014-01-02, White&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2014-01-04, White&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to make a resident load from this table into a new table grouped by MonthName and counting records, like this: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;MonthName, Count of records&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2013-02, 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2013-04, 3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2014-01, 4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2014-02, 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to do it? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx!! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pablo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 14:54:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-according-monthname-in-load-script/m-p/723439#M669108</guid>
      <dc:creator />
      <dc:date>2014-10-29T14:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Count according monthname in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Count-according-monthname-in-load-script/m-p/723440#M669112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tabInput:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;Date, Value&lt;/P&gt;&lt;P&gt;2013-02-03, Red&lt;/P&gt;&lt;P&gt;2013-04-03, White&lt;/P&gt;&lt;P&gt;2013-04-04, White&lt;/P&gt;&lt;P&gt;2013-04-05, White&lt;/P&gt;&lt;P&gt;2014-02-08, White&lt;/P&gt;&lt;P&gt;2014-02-12, White&lt;/P&gt;&lt;P&gt;2014-01-10, White&lt;/P&gt;&lt;P&gt;2014-01-01, White&lt;/P&gt;&lt;P&gt;2014-01-02, White&lt;/P&gt;&lt;P&gt;2014-01-04, White&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tabOutput:&lt;/P&gt;&lt;P&gt;LOAD Date(MonthName(Date),'YYYY-MM') as MonthName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Count(Date) as [Count of records]&lt;/P&gt;&lt;P&gt;Resident tabInput&lt;/P&gt;&lt;P&gt;Group By MonthName(Date);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 15:19:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-according-monthname-in-load-script/m-p/723440#M669112</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-10-29T15:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Count according monthname in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Count-according-monthname-in-load-script/m-p/723441#M669114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_140000_Pic1.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/70001_QlikCommunity_Thread_140000_Pic1.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_140000_Pic2.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/70002_QlikCommunity_Thread_140000_Pic2.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&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;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 15:22:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-according-monthname-in-load-script/m-p/723441#M669114</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-10-29T15:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Count according monthname in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Count-according-monthname-in-load-script/m-p/723442#M669115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx Marco!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 18:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-according-monthname-in-load-script/m-p/723442#M669115</guid>
      <dc:creator />
      <dc:date>2014-10-29T18:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Count according monthname in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Count-according-monthname-in-load-script/m-p/723443#M669116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 19:24:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-according-monthname-in-load-script/m-p/723443#M669116</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-10-29T19:24:13Z</dc:date>
    </item>
  </channel>
</rss>

