<?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 How to find Monthname between 2 dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-find-Monthname-between-2-dates/m-p/224930#M77292</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you go:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;M:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Document, StartDate, EndDate&lt;BR /&gt;350003428, 12/15/2010, 12/14/2011&lt;BR /&gt;350003429, 8/1/2010, 12/21/2010&lt;BR /&gt;350003430, 1/1/2009, 4/21/2009&lt;BR /&gt;];&lt;BR /&gt;tmp:&lt;BR /&gt;LOAD Document,&lt;BR /&gt; monthstart(addmonths(StartDate, iterno()-1)) as Month&lt;BR /&gt;RESIDENT M&lt;BR /&gt;While monthstart(addmonths(StartDate, IterNo()-1)) &amp;lt;= EndDate;&lt;BR /&gt;LEFT Join (M)&lt;BR /&gt;LOAD Document,&lt;BR /&gt; Concat(monthname(Month), ', ') as AllMonths&lt;BR /&gt;RESIDENT tmp&lt;BR /&gt;Group By Document;&lt;BR /&gt;DROP Table tmp;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Apr 2011 20:06:37 GMT</pubDate>
    <dc:creator>disqr_rm</dc:creator>
    <dc:date>2011-04-20T20:06:37Z</dc:date>
    <item>
      <title>How to find Monthname between 2 dates</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-Monthname-between-2-dates/m-p/224929#M77291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to find Monthname between 2 dates StartDate and EndDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 361pt; border-collapse: collapse;" width="480"&gt;&lt;COLGROUP&gt;&lt;COL style="width: 57pt; mso-width-source: userset; mso-width-alt: 2779; mso-outline-parent: collapsed;" width="76" /&gt;&lt;COL style="width: 68pt; mso-width-source: userset; mso-width-alt: 3291; mso-outline-parent: collapsed;" width="90" /&gt;&lt;COL style="width: 47pt; mso-width-source: userset; mso-width-alt: 2267; mso-outline-parent: collapsed;" width="62" /&gt;&lt;COL style="width: 189pt; mso-width-source: userset; mso-width-alt: 9216; mso-outline-parent: collapsed;" width="252" /&gt;&lt;/COLGROUP&gt;&lt;TBODY&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="width: 57pt; height: 12.75pt; background-color: white; border: black 0.5pt solid;" width="76"&gt;&lt;STRONG&gt;Document&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-right: black 0.5pt solid; border-top: black 0.5pt solid; border-left: black; width: 68pt; border-bottom: black 0.5pt solid; background-color: white;" width="90"&gt;&lt;STRONG&gt;StartDate&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-right: black 0.5pt solid; border-top: black 0.5pt solid; border-left: black; width: 47pt; border-bottom: black 0.5pt solid; background-color: white;" width="62"&gt;&lt;STRONG&gt;EndDate&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl66" style="border-right: gainsboro 0.5pt solid; border-top: gainsboro 0.5pt solid; border-left: #f0f0f0; width: 189pt; border-bottom: gainsboro 0.5pt solid; background-color: white;" width="252"&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl68" height="17" style="border-right: black 0.5pt solid; border-top: black; border-left: black 0.5pt solid; border-bottom: black 0.5pt solid; height: 12.75pt; background-color: white;"&gt;350003428&lt;/TD&gt;&lt;TD align="right" class="xl69" style="border-right: black 0.5pt solid; border-top: black; border-left: black; border-bottom: black 0.5pt solid; background-color: white;"&gt;12/15/2010&lt;/TD&gt;&lt;TD align="right" class="xl69" style="border-right: black 0.5pt solid; border-top: black; border-left: black; border-bottom: black 0.5pt solid; background-color: white;"&gt;12/14/2011&lt;/TD&gt;&lt;TD class="xl70" style="border-right: gainsboro 0.5pt solid; border-top: gainsboro; border-left: #f0f0f0; border-bottom: gainsboro 0.5pt solid; background-color: white;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl68" height="17" style="border-right: black 0.5pt solid; border-top: black; border-left: black 0.5pt solid; border-bottom: black 0.5pt solid; height: 12.75pt; background-color: white;"&gt;350003429&lt;/TD&gt;&lt;TD align="right" class="xl69" style="border-right: black 0.5pt solid; border-top: black; border-left: black; border-bottom: black 0.5pt solid; background-color: white;"&gt;8/1/2010&lt;/TD&gt;&lt;TD align="right" class="xl69" style="border-right: black 0.5pt solid; border-top: black; border-left: black; border-bottom: black 0.5pt solid; background-color: white;"&gt;12/21/2010&lt;/TD&gt;&lt;TD class="xl70" style="border-right: gainsboro 0.5pt solid; border-top: gainsboro; border-left: #f0f0f0; border-bottom: gainsboro 0.5pt solid; background-color: white;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt; mso-height-source: userset;"&gt;&lt;TD align="right" class="xl72" height="20" style="border-right: black 0.5pt solid; border-top: black; border-left: black 0.5pt solid; border-bottom: #f0f0f0; height: 15pt; background-color: white;"&gt;350003430&lt;/TD&gt;&lt;TD align="right" class="xl73" style="border-right: black 0.5pt solid; border-top: black; border-left: black; border-bottom: #f0f0f0; background-color: white;"&gt;1/1/2009&lt;/TD&gt;&lt;TD align="right" class="xl73" style="border-right: black 0.5pt solid; border-top: black; border-left: black; border-bottom: #f0f0f0; background-color: white;"&gt;4/21/2009&lt;/TD&gt;&lt;TD class="xl74" style="border-right: gainsboro 0.5pt solid; border-top: gainsboro; border-left: #f0f0f0; border-bottom: #f0f0f0; background-color: white;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD class="xl75" height="17" style="height: 12.75pt; background-color: transparent; border: #f0f0f0;"&gt;&lt;/TD&gt;&lt;TD class="xl76" style="background-color: transparent; border: #f0f0f0;"&gt;&lt;/TD&gt;&lt;TD class="xl76" style="background-color: transparent; border: #f0f0f0;"&gt;&lt;/TD&gt;&lt;TD class="xl71" style="background-color: transparent; border: #f0f0f0;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 361pt; border-collapse: collapse;" width="480"&gt;&lt;COLGROUP&gt;&lt;COL style="width: 57pt; mso-width-source: userset; mso-width-alt: 2779; mso-outline-parent: collapsed;" width="76" /&gt;&lt;COL style="width: 68pt; mso-width-source: userset; mso-width-alt: 3291; mso-outline-parent: collapsed;" width="90" /&gt;&lt;COL style="width: 47pt; mso-width-source: userset; mso-width-alt: 2267; mso-outline-parent: collapsed;" width="62" /&gt;&lt;COL style="width: 189pt; mso-width-source: userset; mso-width-alt: 9216; mso-outline-parent: collapsed;" width="252" /&gt;&lt;/COLGROUP&gt;&lt;TBODY&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD class="xl73" height="20" style="border-right: black 0.5pt solid; border-top: #f0f0f0; border-left: black 0.5pt solid; width: 57pt; border-bottom: black 0.5pt solid; height: 15pt; background-color: yellow;" width="76"&gt;&lt;STRONG&gt;Expecting Results&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl74" style="border-right: black 0.5pt solid; border-top: #f0f0f0; border-left: black; width: 68pt; border-bottom: black 0.5pt solid; background-color: yellow;" width="90"&gt;&lt;/TD&gt;&lt;TD class="xl71" style="border-right: black 0.5pt solid; border-top: #f0f0f0; border-left: black; width: 47pt; border-bottom: black 0.5pt solid; background-color: white;" width="62"&gt;&lt;/TD&gt;&lt;TD class="xl72" style="border-right: black 0.5pt solid; border-top: #f0f0f0; border-left: black; width: 189pt; border-bottom: black 0.5pt solid; background-color: white;" width="252"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD class="xl66" height="17" style="border-right: black 0.5pt solid; border-top: black; border-left: black 0.5pt solid; border-bottom: black 0.5pt solid; height: 12.75pt; background-color: white;"&gt;&lt;STRONG&gt;Document&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl66" style="border-right: black 0.5pt solid; border-top: black; border-left: black; border-bottom: black 0.5pt solid; background-color: white;"&gt;&lt;STRONG&gt;StartDate&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl66" style="border-right: black 0.5pt solid; border-top: black; border-left: black; border-bottom: black 0.5pt solid; background-color: white;"&gt;&lt;STRONG&gt;EndDate&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-right: black 0.5pt solid; border-top: black; border-left: black; border-bottom: black 0.5pt solid; background-color: yellow;"&gt;&lt;STRONG&gt;New Column&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl68" height="17" style="border-right: black 0.5pt solid; border-top: black; border-left: black 0.5pt solid; border-bottom: black 0.5pt solid; height: 12.75pt; background-color: white;"&gt;350003428&lt;/TD&gt;&lt;TD align="right" class="xl69" style="border-right: black 0.5pt solid; border-top: black; border-left: black; border-bottom: black 0.5pt solid; background-color: white;"&gt;12/15/2010&lt;/TD&gt;&lt;TD align="right" class="xl69" style="border-right: black 0.5pt solid; border-top: black; border-left: black; border-bottom: black 0.5pt solid; background-color: white;"&gt;12/14/2011&lt;/TD&gt;&lt;TD class="xl70" style="border-right: black 0.5pt solid; border-top: black; border-left: black; border-bottom: black 0.5pt solid; background-color: white;"&gt;Dec2010,Jan2010,……. Dec2011&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl68" height="17" style="border-right: black 0.5pt solid; border-top: black; border-left: black 0.5pt solid; border-bottom: black 0.5pt solid; height: 12.75pt; background-color: white;"&gt;350003429&lt;/TD&gt;&lt;TD align="right" class="xl69" style="border-right: black 0.5pt solid; border-top: black; border-left: black; border-bottom: black 0.5pt solid; background-color: white;"&gt;8/1/2010&lt;/TD&gt;&lt;TD align="right" class="xl69" style="border-right: black 0.5pt solid; border-top: black; border-left: black; border-bottom: black 0.5pt solid; background-color: white;"&gt;12/21/2010&lt;/TD&gt;&lt;TD class="xl70" style="border-right: black 0.5pt solid; border-top: black; border-left: black; border-bottom: black 0.5pt solid; background-color: white;"&gt;Aug2010,Sep2010,Nov2010,Dec2010&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for the result or value similar like New column&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advance thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2011 19:55:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-Monthname-between-2-dates/m-p/224929#M77291</guid>
      <dc:creator />
      <dc:date>2011-04-20T19:55:45Z</dc:date>
    </item>
    <item>
      <title>How to find Monthname between 2 dates</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-Monthname-between-2-dates/m-p/224930#M77292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you go:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;M:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Document, StartDate, EndDate&lt;BR /&gt;350003428, 12/15/2010, 12/14/2011&lt;BR /&gt;350003429, 8/1/2010, 12/21/2010&lt;BR /&gt;350003430, 1/1/2009, 4/21/2009&lt;BR /&gt;];&lt;BR /&gt;tmp:&lt;BR /&gt;LOAD Document,&lt;BR /&gt; monthstart(addmonths(StartDate, iterno()-1)) as Month&lt;BR /&gt;RESIDENT M&lt;BR /&gt;While monthstart(addmonths(StartDate, IterNo()-1)) &amp;lt;= EndDate;&lt;BR /&gt;LEFT Join (M)&lt;BR /&gt;LOAD Document,&lt;BR /&gt; Concat(monthname(Month), ', ') as AllMonths&lt;BR /&gt;RESIDENT tmp&lt;BR /&gt;Group By Document;&lt;BR /&gt;DROP Table tmp;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2011 20:06:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-Monthname-between-2-dates/m-p/224930#M77292</guid>
      <dc:creator>disqr_rm</dc:creator>
      <dc:date>2011-04-20T20:06:37Z</dc:date>
    </item>
    <item>
      <title>How to find Monthname between 2 dates</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-Monthname-between-2-dates/m-p/224931#M77293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great Help.Thanks Rakesh. &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2011 20:25:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-Monthname-between-2-dates/m-p/224931#M77293</guid>
      <dc:creator />
      <dc:date>2011-04-20T20:25:51Z</dc:date>
    </item>
  </channel>
</rss>

