<?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: Monthname function bug in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Monthname-function-bug/m-p/385349#M571929</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank's this workaround works perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now QlikTech has to correct monthname function behavior in QV11 &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank's&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 09 Sep 2012 21:45:09 GMT</pubDate>
    <dc:creator>gchampion</dc:creator>
    <dc:date>2012-09-09T21:45:09Z</dc:date>
    <item>
      <title>Monthname function bug</title>
      <link>https://community.qlik.com/t5/QlikView/Monthname-function-bug/m-p/385339#M571919</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;&lt;/P&gt;&lt;P&gt;I noticed a bug when using "Monthname" function in the dimension of a chart.&lt;/P&gt;&lt;P&gt;This bug appears when only one month is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I the only one to notice it and be upset by this bug ?&lt;/P&gt;&lt;P&gt;Is this bug referenced ?&lt;/P&gt;&lt;P&gt;Do we have another simple workaround in a calculated dimension ? may be by using Date(Date,'MMM-YYYY') ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see my sample app to reproduce the problem (temp2.qvw).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Guillaume&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2012 21:48:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthname-function-bug/m-p/385339#M571919</guid>
      <dc:creator>gchampion</dc:creator>
      <dc:date>2012-09-06T21:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Monthname function bug</title>
      <link>https://community.qlik.com/t5/QlikView/Monthname-function-bug/m-p/385340#M571920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It might be related to the version of QlikView you are using.&lt;/P&gt;&lt;P&gt;I opened your QVW on my 10 SR3 and the results were as expected (Both the charts were showing 'fevr 2012')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2012 22:25:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthname-function-bug/m-p/385340#M571920</guid>
      <dc:creator />
      <dc:date>2012-09-06T22:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Monthname function bug</title>
      <link>https://community.qlik.com/t5/QlikView/Monthname-function-bug/m-p/385341#M571921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My version is QV11 SR1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2012 22:27:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthname-function-bug/m-p/385341#M571921</guid>
      <dc:creator>gchampion</dc:creator>
      <dc:date>2012-09-06T22:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Monthname function bug</title>
      <link>https://community.qlik.com/t5/QlikView/Monthname-function-bug/m-p/385342#M571922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's an interesting problem. I recommend you contact support. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2012 22:30:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthname-function-bug/m-p/385342#M571922</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-09-06T22:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Monthname function bug</title>
      <link>https://community.qlik.com/t5/QlikView/Monthname-function-bug/m-p/385343#M571923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like a bug... &lt;/P&gt;&lt;P&gt;I'm using 11 SR1 and got the same wrong result. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you already found a workaround, but if not, you can use this: &lt;/P&gt;&lt;P&gt;=date(F1,'MMM')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 03:16:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthname-function-bug/m-p/385343#M571923</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2012-09-07T03:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Monthname function bug</title>
      <link>https://community.qlik.com/t5/QlikView/Monthname-function-bug/m-p/385344#M571924</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;that's really funny, it takes always the monthname of the first line in your inline table! Maybe it is not by loading tables from other sources!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings from Munich&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 10:14:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthname-function-bug/m-p/385344#M571924</guid>
      <dc:creator>brenner_martina</dc:creator>
      <dc:date>2012-09-07T10:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Monthname function bug</title>
      <link>https://community.qlik.com/t5/QlikView/Monthname-function-bug/m-p/385345#M571925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Setting monthname in script might helps i guess&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 11:50:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthname-function-bug/m-p/385345#M571925</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2012-09-07T11:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Monthname function bug</title>
      <link>https://community.qlik.com/t5/QlikView/Monthname-function-bug/m-p/385346#M571926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunatly date formatting function used in dimension doesn't aggregate properly data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See my new test.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Sep 2012 01:15:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthname-function-bug/m-p/385346#M571926</guid>
      <dc:creator>gchampion</dc:creator>
      <dc:date>2012-09-09T01:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Monthname function bug</title>
      <link>https://community.qlik.com/t5/QlikView/Monthname-function-bug/m-p/385347#M571927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see any change with my first app !?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Sep 2012 01:16:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthname-function-bug/m-p/385347#M571927</guid>
      <dc:creator>gchampion</dc:creator>
      <dc:date>2012-09-09T01:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Monthname function bug</title>
      <link>https://community.qlik.com/t5/QlikView/Monthname-function-bug/m-p/385348#M571928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, gchampion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=date(F1,'MMM') doesn't discard days (only changes text format).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this instead:&lt;/P&gt;&lt;P&gt;=date(makedate(year(F1), month(F1)), 'MMM')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Sep 2012 18:09:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthname-function-bug/m-p/385348#M571928</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-09T18:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Monthname function bug</title>
      <link>https://community.qlik.com/t5/QlikView/Monthname-function-bug/m-p/385349#M571929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank's this workaround works perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now QlikTech has to correct monthname function behavior in QV11 &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank's&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Sep 2012 21:45:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthname-function-bug/m-p/385349#M571929</guid>
      <dc:creator>gchampion</dc:creator>
      <dc:date>2012-09-09T21:45:09Z</dc:date>
    </item>
  </channel>
</rss>

