<?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 CALENDAR TO MONTH ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/CALENDAR-TO-MONTH/m-p/819245#M1019018</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; i have calender jan as 1st month &amp;amp; dec as 12th month&lt;/P&gt;&lt;P&gt;but i want to get the output as july as 1st month &amp;amp; oct as 12th month&amp;nbsp; how ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Mar 2015 10:24:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-03-30T10:24:48Z</dc:date>
    <item>
      <title>CALENDAR TO MONTH ?</title>
      <link>https://community.qlik.com/t5/QlikView/CALENDAR-TO-MONTH/m-p/819245#M1019018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; i have calender jan as 1st month &amp;amp; dec as 12th month&lt;/P&gt;&lt;P&gt;but i want to get the output as july as 1st month &amp;amp; oct as 12th month&amp;nbsp; how ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 10:24:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CALENDAR-TO-MONTH/m-p/819245#M1019018</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-30T10:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: CALENDAR TO MONTH ?</title>
      <link>https://community.qlik.com/t5/QlikView/CALENDAR-TO-MONTH/m-p/819246#M1019021</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;Create Inline table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE[&lt;/P&gt;&lt;P&gt;MonthName,Month&lt;/P&gt;&lt;P&gt;July,1&lt;/P&gt;&lt;P&gt;Oct,12&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;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 10:28:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CALENDAR-TO-MONTH/m-p/819246#M1019021</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-03-30T10:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: CALENDAR TO MONTH ?</title>
      <link>https://community.qlik.com/t5/QlikView/CALENDAR-TO-MONTH/m-p/819247#M1019023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this in sort tab-&amp;gt;Expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=wildmatch(Monthfield,'Jul','Aug','Sep',&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'May','Oct')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or create the inline table as follows in script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;monthname,monthnumber&lt;/P&gt;&lt;P&gt;Jul,1&lt;/P&gt;&lt;P&gt;Aug,2&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;&lt;P&gt;Oct,12&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 10:29:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CALENDAR-TO-MONTH/m-p/819247#M1019023</guid>
      <dc:creator>sagarkharpude</dc:creator>
      <dc:date>2015-03-30T10:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: CALENDAR TO MONTH ?</title>
      <link>https://community.qlik.com/t5/QlikView/CALENDAR-TO-MONTH/m-p/819248#M1019024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;you can try to set it&amp;nbsp; in the edit script by the setting the set statements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET MonthNames='Jul;Aug;Sep;Okt;Nov;Dez;Jan;Feb;Mrz;Apr;Mai;Jun';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;Create a calender of your own &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 10:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CALENDAR-TO-MONTH/m-p/819248#M1019024</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-03-30T10:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: CALENDAR TO MONTH ?</title>
      <link>https://community.qlik.com/t5/QlikView/CALENDAR-TO-MONTH/m-p/819249#M1019025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If you are trying it in script.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load * inline&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;monthname,monthnumber&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jul,1&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Aug,2&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Oct,12&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 10:39:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CALENDAR-TO-MONTH/m-p/819249#M1019025</guid>
      <dc:creator />
      <dc:date>2015-03-30T10:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: CALENDAR TO MONTH ?</title>
      <link>https://community.qlik.com/t5/QlikView/CALENDAR-TO-MONTH/m-p/819250#M1019026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should create a master calendar of your own. See e.g. this blog post: &lt;A href="https://community.qlik.com/qlik-blogpost/3138"&gt;Fiscal Year&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should &lt;STRONG style="text-decoration: underline;"&gt;NOT&lt;/STRONG&gt; change the environment variable in the script (The "SET MonthNames=" statement) since you then will rename the months, i.e. you will get the 'July' label for the month of January. No, you should use &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f5faf0;"&gt;Mod&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f5faf0;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f5faf0;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f5faf0;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #808080; background-color: #f5faf0;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;$(vFM)&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f5faf0;"&gt;, 12)+1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f5faf0;"&gt;as &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000; background-color: #f5faf0;"&gt;MonthNo&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;to calculate a fiscal month number in addition to the Gregorian (the real) month number. The vFM variable is the number for the first month of the fiscal year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 12:38:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CALENDAR-TO-MONTH/m-p/819250#M1019026</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-03-30T12:38:41Z</dc:date>
    </item>
  </channel>
</rss>

