<?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: Month Creation Using Two Fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Month-Creation-Using-Two-Fields/m-p/32995#M770235</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Apoorva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'TableName':&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Date(Month([&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;FROM DATE]),'MMMM') as MonthFromName,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;&lt;SPAN style="color: #575757; font-family: arial,helvetica,sans-serif; font-size: 13.33px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px;"&gt;Date(Month([&lt;SPAN style="color: #001000; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;"&gt;TO&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt; DATE]),'MMMM') as MonthToName&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jun 2018 12:56:46 GMT</pubDate>
    <dc:creator>wilsonwebb</dc:creator>
    <dc:date>2018-06-15T12:56:46Z</dc:date>
    <item>
      <title>Month Creation Using Two Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Creation-Using-Two-Fields/m-p/32993#M770233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I have two fields FROM DATE &amp;amp; TO DATE. It is monthly data. I need to create month name field using these two dates&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="121" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#000000&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" style="border: 1px solid rgb(0, 0, 0); border-image: none; width: 781px; height: 123px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;FROM DATE&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;TO DATE&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2018-01-01&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2018-01-01&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2018-01-01&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2018-03-01&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2018-02-01&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2018-02-28&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2018-03-01&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2018-03-31&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need month name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Creation-Using-Two-Fields/m-p/32993#M770233</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Month Creation Using Two Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Creation-Using-Two-Fields/m-p/32994#M770234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Month(FROM DATE) and &lt;SPAN style="font-size: 13.3333px;"&gt;Month(TO DATE) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2018 10:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Creation-Using-Two-Fields/m-p/32994#M770234</guid>
      <dc:creator>dapostolopoylos</dc:creator>
      <dc:date>2018-06-15T10:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Month Creation Using Two Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Creation-Using-Two-Fields/m-p/32995#M770235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Apoorva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'TableName':&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Date(Month([&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;FROM DATE]),'MMMM') as MonthFromName,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;&lt;SPAN style="color: #575757; font-family: arial,helvetica,sans-serif; font-size: 13.33px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px;"&gt;Date(Month([&lt;SPAN style="color: #001000; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;"&gt;TO&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt; DATE]),'MMMM') as MonthToName&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2018 12:56:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Creation-Using-Two-Fields/m-p/32995#M770235</guid>
      <dc:creator>wilsonwebb</dc:creator>
      <dc:date>2018-06-15T12:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Month Creation Using Two Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Creation-Using-Two-Fields/m-p/32996#M770236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post your expected result as well based on your sample data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2018 19:57:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Creation-Using-Two-Fields/m-p/32996#M770236</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2018-06-15T19:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Month Creation Using Two Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Creation-Using-Two-Fields/m-p/32997#M770237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can think like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table_Load:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load [FROM DATE] as DateField From Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Join&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Load [TO DATE] as DateField From Table;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Final:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;NoConcatenate&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Load DateField, Month(DateField) as Month Resident &lt;STRONG style="font-size: 13.3333px;"&gt;Table_Load&lt;/STRONG&gt;:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Drop Table &lt;STRONG style="font-size: 13.3333px;"&gt;Table_Load;&lt;/STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2018 05:53:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Creation-Using-Two-Fields/m-p/32997#M770237</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-06-18T05:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Month Creation Using Two Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Creation-Using-Two-Fields/m-p/32998#M770238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;give example using interval match&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2018 10:35:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Creation-Using-Two-Fields/m-p/32998#M770238</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-18T10:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Month Creation Using Two Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Creation-Using-Two-Fields/m-p/32999#M770239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;could you give the same output required ? &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2018 10:49:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Creation-Using-Two-Fields/m-p/32999#M770239</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2018-06-18T10:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Month Creation Using Two Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Creation-Using-Two-Fields/m-p/33000#M770240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Apoorva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First create a master calendar using&amp;nbsp; min(From Date) and Max(To Date) and Name it "Date" field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then:&lt;/P&gt;&lt;P&gt;A:&lt;/P&gt;&lt;P&gt;Intervalmatch(Date)&lt;/P&gt;&lt;P&gt;Load distinct&lt;/P&gt;&lt;P&gt;[To Date],[From Date] resident &amp;lt;Yourtable&amp;gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2018 11:06:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Creation-Using-Two-Fields/m-p/33000#M770240</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-06-18T11:06:14Z</dc:date>
    </item>
  </channel>
</rss>

