<?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 set monthname multi langauge? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-monthname-multi-langauge/m-p/222060#M74806</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it's OK to change settings before reload, you can use a variable vLanguage with possible values 'English'. 'Dutch', etc., and check its value in the script. Depending on value, use differrent SET MonthName statements.&lt;BR /&gt;Certainly all users of the document will see the same language wich was selected before reload. If this is not acceptable, there solution will be more complex. For example, you have to keep multiple month fields and show them depending on language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Apr 2010 15:17:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-04-22T15:17:38Z</dc:date>
    <item>
      <title>set monthname multi langauge?</title>
      <link>https://community.qlik.com/t5/QlikView/set-monthname-multi-langauge/m-p/222059#M74805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a set Monthname in Dutch&lt;/P&gt;&lt;P&gt;SET MonthNames='jan;feb;mrt;apr;mei;jun;jul;aug;sep;okt;nov;dec';&lt;/P&gt;&lt;P&gt;I have multi language and when I select Eng MonthNames must change in to&lt;/P&gt;&lt;P&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;/P&gt;&lt;P&gt;Can you help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Apr 2010 14:56:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-monthname-multi-langauge/m-p/222059#M74805</guid>
      <dc:creator />
      <dc:date>2010-04-22T14:56:26Z</dc:date>
    </item>
    <item>
      <title>set monthname multi langauge?</title>
      <link>https://community.qlik.com/t5/QlikView/set-monthname-multi-langauge/m-p/222060#M74806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it's OK to change settings before reload, you can use a variable vLanguage with possible values 'English'. 'Dutch', etc., and check its value in the script. Depending on value, use differrent SET MonthName statements.&lt;BR /&gt;Certainly all users of the document will see the same language wich was selected before reload. If this is not acceptable, there solution will be more complex. For example, you have to keep multiple month fields and show them depending on language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Apr 2010 15:17:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-monthname-multi-langauge/m-p/222060#M74806</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-22T15:17:38Z</dc:date>
    </item>
    <item>
      <title>set monthname multi langauge?</title>
      <link>https://community.qlik.com/t5/QlikView/set-monthname-multi-langauge/m-p/222061#M74807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want it after the reload. If you select then a language you see the monthname in that language&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Apr 2010 15:55:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-monthname-multi-langauge/m-p/222061#M74807</guid>
      <dc:creator />
      <dc:date>2010-04-22T15:55:48Z</dc:date>
    </item>
    <item>
      <title>set monthname multi langauge?</title>
      <link>https://community.qlik.com/t5/QlikView/set-monthname-multi-langauge/m-p/222062#M74808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case you have to keep Months in all languages you use, for example Month_E and Month_D. How to show them is up to you. There could be conditional show of objects with different Month fields depending on vLanguage variable, or calculated dimension in each object, like&lt;BR /&gt; if(vLanguage='English', Month_E, Month_D).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Apr 2010 16:12:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-monthname-multi-langauge/m-p/222062#M74808</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-22T16:12:00Z</dc:date>
    </item>
    <item>
      <title>set monthname multi langauge?</title>
      <link>https://community.qlik.com/t5/QlikView/set-monthname-multi-langauge/m-p/222063#M74809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's one approach:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;[Language Month Table]:&lt;BR /&gt;LOAD *&lt;BR /&gt;,mod(recno()-1,12)+1 as Month&lt;BR /&gt;;&lt;BR /&gt;LOAD&lt;BR /&gt; Language&lt;BR /&gt;,subfield(MonthNames,';') as MonthName&lt;BR /&gt;INLINE [&lt;BR /&gt;Language, MonthNames&lt;BR /&gt;Dutch,jan;feb;mrt;apr;mei;jun;jul;aug;sep;okt;nov;dec&lt;BR /&gt;English,Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;See attached for it in use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Apr 2010 01:21:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-monthname-multi-langauge/m-p/222063#M74809</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-04-23T01:21:41Z</dc:date>
    </item>
    <item>
      <title>set monthname multi langauge?</title>
      <link>https://community.qlik.com/t5/QlikView/set-monthname-multi-langauge/m-p/222064#M74810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thx it is working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Apr 2010 08:56:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-monthname-multi-langauge/m-p/222064#M74810</guid>
      <dc:creator />
      <dc:date>2010-04-23T08:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: set monthname multi langauge?</title>
      <link>https://community.qlik.com/t5/QlikView/set-monthname-multi-langauge/m-p/222065#M74811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to use this solution for months and it's working fine on charts, but when I try to create list box I get all of the values in every language available on the filter. When I choose one of the languages I get its monthnames at top and the other language's months appears as well (with gray background as they're not selected). How to get rid of them and show only the values for selected language?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 12:51:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-monthname-multi-langauge/m-p/222065#M74811</guid>
      <dc:creator />
      <dc:date>2013-03-13T12:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: set monthname multi langauge?</title>
      <link>https://community.qlik.com/t5/QlikView/set-monthname-multi-langauge/m-p/222066#M74812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use option "Hide Excluded" in your listbox, or use calculated list box with "if" or "set" condition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 20:35:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-monthname-multi-langauge/m-p/222066#M74812</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-14T20:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: set monthname multi langauge?</title>
      <link>https://community.qlik.com/t5/QlikView/set-monthname-multi-langauge/m-p/1608349#M444910</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not able to access your qvw file. Since I'm using&amp;nbsp; qlik sense. Could you please&amp;nbsp; post your expression(how to use) to translate months here ?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 07:14:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-monthname-multi-langauge/m-p/1608349#M444910</guid>
      <dc:creator>pavandhananjaya</dc:creator>
      <dc:date>2019-08-01T07:14:21Z</dc:date>
    </item>
  </channel>
</rss>

