<?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 Format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Month-Format/m-p/804374#M1020013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Linder is right, in a simple way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Mar 2015 10:20:47 GMT</pubDate>
    <dc:creator>hariprasadqv</dc:creator>
    <dc:date>2015-03-27T10:20:47Z</dc:date>
    <item>
      <title>Month Format</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Format/m-p/804371#M1020010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have month in &lt;/P&gt;&lt;P&gt;1,2,3,4,5,6,7,8,9,10 format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want it in 01,02,03,04,05,06,07,08,09,10 format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how i can do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 10:14:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Format/m-p/804371#M1020010</guid>
      <dc:creator>abhaysingh</dc:creator>
      <dc:date>2015-03-27T10:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Month Format</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Format/m-p/804372#M1020011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use num(month,'00')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 10:18:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Format/m-p/804372#M1020011</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-27T10:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Month Format</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Format/m-p/804373#M1020012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Date(Date#(Month,'M'),'MM') as Month&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 10:19:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Format/m-p/804373#M1020012</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-03-27T10:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Month Format</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Format/m-p/804374#M1020013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Linder is right, in a simple way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 10:20:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Format/m-p/804374#M1020013</guid>
      <dc:creator>hariprasadqv</dc:creator>
      <dc:date>2015-03-27T10:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Month Format</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Format/m-p/804375#M1020014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Right('0'&amp;amp;Month,2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 10:25:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Format/m-p/804375#M1020014</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-03-27T10:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Month Format</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Format/m-p/804376#M1020015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this instead:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="dp-highlighter"&gt;Dual(Month(MyDate) &amp;amp; '-' &amp;amp; Date(MyDate, 'YY'), Num(Year(MyDate)) &amp;amp; Num(Month(MyDate), '00')) AS Month Year,&amp;nbsp; &lt;/P&gt;&lt;DIV class="bar"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;Note the Date(MyDate, 'YY') in the expression above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Mar 2015 10:10:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Format/m-p/804376#M1020015</guid>
      <dc:creator />
      <dc:date>2015-03-28T10:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Month Format</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Format/m-p/804377#M1020016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhay,&lt;/P&gt;&lt;P&gt; As suggested by Linder, simple way use num(month,00)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Mar 2015 10:26:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Format/m-p/804377#M1020016</guid>
      <dc:creator>mukesh24</dc:creator>
      <dc:date>2015-03-28T10:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Month Format</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Format/m-p/804378#M1020017</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;You can try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;IF(LEN(MONTH_field)=1,month(month#(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;MONTH_field&lt;/SPAN&gt;,'M'),'MM'),if(LEN(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;MONTH_field&lt;/SPAN&gt;)=2,month(month#(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;MONTH_field&lt;/SPAN&gt;,'MM'),'MM')))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Mar 2015 10:27:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Format/m-p/804378#M1020017</guid>
      <dc:creator />
      <dc:date>2015-03-28T10:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Month Format</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Format/m-p/804379#M1020018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi try this expression also&lt;/P&gt;&lt;P&gt;Date((YourDateField,'MMM-YY') as YourDateField&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Mar 2015 10:32:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Format/m-p/804379#M1020018</guid>
      <dc:creator />
      <dc:date>2015-03-28T10:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Month Format</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Format/m-p/804380#M1020019</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 style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;You can try this in script&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;,&lt;/SPAN&gt;&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;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;IF(LEN(MONTH_field)=1,month(month#(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;MONTH_field&lt;/SPAN&gt;,'M'),'MM'),if(LEN(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;MONTH_field&lt;/SPAN&gt;)=2,month(month#(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;MONTH_field&lt;/SPAN&gt;,'MM'),'MM')))&amp;nbsp;&amp;nbsp; as&amp;nbsp;&amp;nbsp; month&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Mar 2015 10:40:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Format/m-p/804380#M1020019</guid>
      <dc:creator />
      <dc:date>2015-03-28T10:40:28Z</dc:date>
    </item>
  </channel>
</rss>

