<?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: Issue with Calendar Funktion in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-with-Calendar-Funktion/m-p/773343#M274382</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is very strange&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed it in the datamodel and checked it everywhere (saving, reloading, etc.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it's still there...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas? Unfortunately I cannot post a sample...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Dec 2014 09:01:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-12-04T09:01:15Z</dc:date>
    <item>
      <title>Issue with Calendar Funktion</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Calendar-Funktion/m-p/773339#M274378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a very stupid issue with my calendar and I don't know how to solve it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to install some pre-settings when somebody choose this tab. Therefore I installed an Aktion, that QV will select the current month.&lt;/P&gt;&lt;P&gt;It worked until December, I found out that the formula month(today()) returns "Dez" for December. In the integrated calendar December is writting with a "c" ==&amp;gt; Dec.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I solve this? Any ideas? Thanks for your help.&lt;/P&gt;&lt;P&gt;Oliver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" height="244" src="https://community.qlik.com/legacyfs/online/72716_pastedImage_1.png" style="width: 485px; height: 244.065px;" width="485" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/72709_pastedImage_0.png" style="width: 620px; height: 225px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Month(today())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 08:25:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Calendar-Funktion/m-p/773339#M274378</guid>
      <dc:creator />
      <dc:date>2014-12-04T08:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Calendar Funktion</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Calendar-Funktion/m-p/773340#M274379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oliver,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check your variable settings in script ....set MonthNames = ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 08:29:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Calendar-Funktion/m-p/773340#M274379</guid>
      <dc:creator>mato32188</dc:creator>
      <dc:date>2014-12-04T08:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Calendar Funktion</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Calendar-Funktion/m-p/773341#M274380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oliver,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should be picking up the Month Name value from the SET statement in (by default) the Main tab in your load script - the statement will set the short month names that are used by that function, so 'Jan;Feb;Mar...' etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check here that December is represented by Dec not Dez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 08:31:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Calendar-Funktion/m-p/773341#M274380</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2014-12-04T08:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Calendar Funktion</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Calendar-Funktion/m-p/773342#M274381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo Oliver,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like already suggested you have to check your MonthNames variable in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like your screenshot suggests, instead of the german default definition for MonthNames:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET MonthNames='Jan;Feb;Mrz;Apr;Mai;Jun;Jul;Aug;Sep;Okt;Nov;Dez';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your script might actually look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET MonthNames='Jan;Feb;Mrz;Apr;Mai;Jun;Jul;Aug;Sep;Okt;Nov;De&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG style="font-size: 10pt;"&gt;c&lt;/STRONG&gt;&lt;/SPAN&gt;';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post a sample app to clarify?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gruß&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 08:58:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Calendar-Funktion/m-p/773342#M274381</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-12-04T08:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Calendar Funktion</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Calendar-Funktion/m-p/773343#M274382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is very strange&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed it in the datamodel and checked it everywhere (saving, reloading, etc.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it's still there...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas? Unfortunately I cannot post a sample...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 09:01:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Calendar-Funktion/m-p/773343#M274382</guid>
      <dc:creator />
      <dc:date>2014-12-04T09:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Calendar Funktion</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Calendar-Funktion/m-p/773344#M274383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope, you havent missed variable settings at the very begining of your script...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set&lt;/P&gt;&lt;P&gt;set&lt;/P&gt;&lt;P&gt;set&lt;/P&gt;&lt;P&gt;set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not, check your variables by Ctrl+Alt+V to be sure, you are not using any other formating for your month list box, else check your formating in list box directly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 09:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Calendar-Funktion/m-p/773344#M274383</guid>
      <dc:creator>mato32188</dc:creator>
      <dc:date>2014-12-04T09:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Calendar Funktion</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Calendar-Funktion/m-p/773345#M274384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;found it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 09:11:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Calendar-Funktion/m-p/773345#M274384</guid>
      <dc:creator />
      <dc:date>2014-12-04T09:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Calendar Funktion</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Calendar-Funktion/m-p/773346#M274385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check for this script &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 11:06:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Calendar-Funktion/m-p/773346#M274385</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-12-04T11:06:00Z</dc:date>
    </item>
  </channel>
</rss>

