<?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: Multi-language months label in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multi-language-months-label/m-p/1865506#M1216302</link>
    <description>&lt;P&gt;Unfortunately, you can't do that script-side using the variables. You'll need to set up separate fields and use front-end formulas to pick which field to display based on the language selection.&lt;/P&gt;
&lt;P&gt;Have a look at the solution proposed here - you probably want something similar.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/set-monthname-multi-langauge/td-p/222059" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Dev/set-monthname-multi-langauge/td-p/222059&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Dec 2021 13:55:00 GMT</pubDate>
    <dc:creator>Or</dc:creator>
    <dc:date>2021-12-01T13:55:00Z</dc:date>
    <item>
      <title>Multi-language months label</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-language-months-label/m-p/1865501#M1216297</link>
      <description>&lt;P&gt;I'm developing a dashboard in two different languages: English and Spanish.&lt;BR /&gt;I've created two different set in a data load editor:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Set MonthNames_ENG='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Set MonthNames_ESP='Enero;Feb;Mayo;Jun;Agosto;Sept;Oct;Nov;Dic.';&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;I want to show the month list in a filter box and switch the language of those months to another filter box&lt;/P&gt;
&lt;P&gt;How can i do?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2021 13:50:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-language-months-label/m-p/1865501#M1216297</guid>
      <dc:creator>marco_lapolla</dc:creator>
      <dc:date>2021-12-01T13:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-language months label</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-language-months-label/m-p/1865506#M1216302</link>
      <description>&lt;P&gt;Unfortunately, you can't do that script-side using the variables. You'll need to set up separate fields and use front-end formulas to pick which field to display based on the language selection.&lt;/P&gt;
&lt;P&gt;Have a look at the solution proposed here - you probably want something similar.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/set-monthname-multi-langauge/td-p/222059" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Dev/set-monthname-multi-langauge/td-p/222059&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2021 13:55:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-language-months-label/m-p/1865506#M1216302</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-12-01T13:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-language months label</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-language-months-label/m-p/1865573#M1216309</link>
      <description>&lt;P&gt;It doesn't work.&lt;BR /&gt;&lt;BR /&gt;I try to explain my scenario.&lt;BR /&gt;I have a main table with 3 columns&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;STRONG&gt;closing_date&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;STRONG&gt;code&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;STRONG&gt;capital&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;12/1/2018 12:00.00 AM&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;ABC&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;15000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;11/2/2018 12:00.00 AM&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;CDA&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;25000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;11/4/2018 12:00.00 AM&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;CAA&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;20000&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;My target is to filter the records by the&amp;nbsp;&lt;STRONG&gt;closing_date&lt;BR /&gt;&lt;/STRONG&gt;To do it I created a filter box using the fx [closing_date.autoCalendar.Month]&amp;nbsp;&lt;BR /&gt;In this way the filter box is populated with the months of closing_date.&lt;BR /&gt;&lt;BR /&gt;For example:&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;January&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;February&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;April&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My dashboard is multi-language.&lt;BR /&gt;I use a Filter Box populated by field #LANGUAGE created using this code.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Language:
CROSSTABLE (Language, Translations) LOAD
INDEX,
ENG,
SPA
RESIDENT Translations;

LanguageList:
LOAD Distinct Language as #LANGUAGE
RESIDENT Language
WHERE Language &amp;gt; 0;

DROP TABLE Language;&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;In this way i have a&amp;nbsp;Filter Box like this&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;ENG&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;ESP&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;How can I change the language for the&amp;nbsp; [closing_date.autoCalendar.Month] using this Filter Box?&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2021 15:00:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-language-months-label/m-p/1865573#M1216309</guid>
      <dc:creator>marco_lapolla</dc:creator>
      <dc:date>2021-12-01T15:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-language months label</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-language-months-label/m-p/1865602#M1216311</link>
      <description>&lt;P&gt;I don't think you can do this for autocalendar fields, but I never use them so I'm not sure. Perhaps someone else who does use them can help...&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2021 15:24:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-language-months-label/m-p/1865602#M1216311</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-12-01T15:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-language months label</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-language-months-label/m-p/1865948#M1216321</link>
      <description>&lt;P&gt;This is the only solution I found to solve my issue.&lt;BR /&gt;I added a new column called "&lt;STRONG&gt;month_number&lt;/STRONG&gt;" and populated it with the month number.&lt;BR /&gt;&lt;STRONG&gt;MAIN TABLE&lt;/STRONG&gt; and &lt;STRONG&gt;TRANSLATING TABLE&lt;/STRONG&gt; are joined by &lt;STRONG&gt;month_number&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;TRANSLATING TABLE&lt;/STRONG&gt;&amp;nbsp;and &lt;STRONG&gt;LANGUAGE TABLE&lt;/STRONG&gt; are joined by &lt;STRONG&gt;LANGUAGE&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Link-table (1).png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/67790iD6F6CEA6CAFC437C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Link-table (1).png" alt="Link-table (1).png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Does someone know a better way?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 10:50:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-language-months-label/m-p/1865948#M1216321</guid>
      <dc:creator>marco_lapolla</dc:creator>
      <dc:date>2021-12-02T10:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-language months label</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-language-months-label/m-p/1865950#M1216322</link>
      <description>&lt;P&gt;That is how I would approach it as well, and this avoids the autocalendar issue. Only difference for me is that I don't use a language table, I use a variable to determine which language to display (the process is largely the same as described here: &lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Making-a-Multilingual-Qlik-Sense-App/ba-p/1678131" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Making-a-Multilingual-Qlik-Sense-App/ba-p/1678131&lt;/A&gt; )&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 10:53:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-language-months-label/m-p/1865950#M1216322</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-12-02T10:53:59Z</dc:date>
    </item>
  </channel>
</rss>

