<?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 Problem with month() in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-month/m-p/221510#M74320</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried it in a textobject all 3 on the same time and got the answer 1,2,3,4,5,6,7,8,9,10,11,12 feb mar. I think it is strange that i work with feb and mar but with jan.&lt;/P&gt;&lt;P&gt;I have tried it it with string and with a field value.&lt;/P&gt;&lt;P&gt;This is not in a new application, it has worked severel months but suddenly get the wrong answer for 2011-01-01.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Feb 2011 12:27:50 GMT</pubDate>
    <dc:creator>asa_runstrom</dc:creator>
    <dc:date>2011-02-18T12:27:50Z</dc:date>
    <item>
      <title>Problem with month()</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-month/m-p/221506#M74316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;When I write month('2011-01-01') I get the answer 1,2,3,4,5,6,7,8,9,10,11,12 which is not what I want but i works when I write month('2011-02-01') it write feb and with month('2011-03-01') it write mar. How do I do to get jan with month('2011-01-01')? I use developer 8.5.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Feb 2011 11:07:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-month/m-p/221506#M74316</guid>
      <dc:creator>asa_runstrom</dc:creator>
      <dc:date>2011-02-18T11:07:58Z</dc:date>
    </item>
    <item>
      <title>Problem with month()</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-month/m-p/221507#M74317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Have you checked it in a text object? it should work fine. are you trying it with some field value or directly with string as you wrote in the post?&lt;/P&gt;&lt;P&gt;Regards, tresesco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Feb 2011 11:30:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-month/m-p/221507#M74317</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2011-02-18T11:30:51Z</dc:date>
    </item>
    <item>
      <title>Problem with month()</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-month/m-p/221508#M74318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the "SET MonthNames" line in your script:&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;I&gt;&lt;/I&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;If it contains numbers change it like this:&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;SET &lt;B&gt;&lt;I&gt;MonthNames&lt;/I&gt;&lt;/B&gt; = 'jan;feb;mar;apr...'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Feb 2011 11:40:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-month/m-p/221508#M74318</guid>
      <dc:creator />
      <dc:date>2011-02-18T11:40:26Z</dc:date>
    </item>
    <item>
      <title>Problem with month()</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-month/m-p/221509#M74319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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;BR /&gt;&lt;BR /&gt; &lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;=Month&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;(&lt;B&gt;Makedate&lt;/B&gt;(&lt;B&gt;LEFT&lt;/B&gt;('2011-03-01',4),&lt;B&gt;MID&lt;/B&gt;('2011-03-01',9,2),&lt;B&gt;MID&lt;/B&gt;('2011-03-01',6,2 &lt;P&gt;)))&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Feb 2011 11:43:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-month/m-p/221509#M74319</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2011-02-18T11:43:08Z</dc:date>
    </item>
    <item>
      <title>Problem with month()</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-month/m-p/221510#M74320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried it in a textobject all 3 on the same time and got the answer 1,2,3,4,5,6,7,8,9,10,11,12 feb mar. I think it is strange that i work with feb and mar but with jan.&lt;/P&gt;&lt;P&gt;I have tried it it with string and with a field value.&lt;/P&gt;&lt;P&gt;This is not in a new application, it has worked severel months but suddenly get the wrong answer for 2011-01-01.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Feb 2011 12:27:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-month/m-p/221510#M74320</guid>
      <dc:creator>asa_runstrom</dc:creator>
      <dc:date>2011-02-18T12:27:50Z</dc:date>
    </item>
  </channel>
</rss>

