<?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 number out of date in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Month-number-out-of-date/m-p/58151#M3866</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;num(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Month(Date([DateField]))&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Apr 2018 16:02:51 GMT</pubDate>
    <dc:creator>Qrishna</dc:creator>
    <dc:date>2018-04-18T16:02:51Z</dc:date>
    <item>
      <title>Month number out of date</title>
      <link>https://community.qlik.com/t5/App-Development/Month-number-out-of-date/m-p/58150#M3865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I extract the month number out of a date field in a calculated field?&amp;nbsp; I tried this expression, but it won't work:&lt;/P&gt;&lt;P&gt;=Month(Date([DateField]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the month's short name even though I discarded the variable declaration at the beginning of my script:&lt;/P&gt;&lt;P&gt;/*SET MonthNames='janv.;févr.;mars;avr.;mai;juin;juill.;août;sept.;oct.;nov.;déc.';*/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 15:28:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-number-out-of-date/m-p/58150#M3865</guid>
      <dc:creator>alkyde01</dc:creator>
      <dc:date>2018-04-18T15:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Month number out of date</title>
      <link>https://community.qlik.com/t5/App-Development/Month-number-out-of-date/m-p/58151#M3866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;num(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Month(Date([DateField]))&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 16:02:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-number-out-of-date/m-p/58151#M3866</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2018-04-18T16:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Month number out of date</title>
      <link>https://community.qlik.com/t5/App-Development/Month-number-out-of-date/m-p/58152#M3867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Krishna!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 16:24:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-number-out-of-date/m-p/58152#M3867</guid>
      <dc:creator>alkyde01</dc:creator>
      <dc:date>2018-04-18T16:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Month number out of date</title>
      <link>https://community.qlik.com/t5/App-Development/Month-number-out-of-date/m-p/58153#M3868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you know how I could get the month number to look like 01, 02, 03, 04 ... 10, 11, 12? Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 17:25:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-number-out-of-date/m-p/58153#M3868</guid>
      <dc:creator>alkyde01</dc:creator>
      <dc:date>2018-04-18T17:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Month number out of date</title>
      <link>https://community.qlik.com/t5/App-Development/Month-number-out-of-date/m-p/58154#M3869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;num(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Month(Date([DateField])),'00'&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)&lt;BR /&gt;&lt;/SPAN&gt; OR Num(Date(DateField,'MM'),'00')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 20:39:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-number-out-of-date/m-p/58154#M3869</guid>
      <dc:creator>jerifortune</dc:creator>
      <dc:date>2018-04-18T20:39:43Z</dc:date>
    </item>
  </channel>
</rss>

