<?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: Dealing with Multiple Languages in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dealing-with-Multiple-Languages/m-p/561372#M209556</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see my &lt;STRONG&gt;updated QVW&lt;/STRONG&gt; to understand&lt;STRONG&gt; &lt;/STRONG&gt;what I like to achieve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Dec 2013 10:37:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-12T10:37:21Z</dc:date>
    <item>
      <title>Dealing with Multiple Languages</title>
      <link>https://community.qlik.com/t5/QlikView/Dealing-with-Multiple-Languages/m-p/561368#M209552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question regarding multiple languages in a qvw:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two sources of translated text. One is a Excel sheet and the other one comes from two db columns ("categories", "types") where "categories" looks like this:&lt;/P&gt;&lt;P&gt;"03 Deutscher Text 1 / English Text 1"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With support in this thread &lt;A href="https://community.qlik.com/message/409149"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I manged to split the strings to German and English text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to us both of the above mentioned db columns as one listbox each (depending on the language selection).&lt;/P&gt;&lt;P&gt;At the moment I've created two columns for each db column and do a conditional show/hide.&lt;/P&gt;&lt;P&gt;For example: =if(GetFieldSelections(_LANGUAGE) = 'English', 1, 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added my qvw example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you can help me out here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Thorsten&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UPDATE: NEW QVW&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 15:30:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dealing-with-Multiple-Languages/m-p/561368#M209552</guid>
      <dc:creator />
      <dc:date>2013-12-11T15:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dealing with Multiple Languages</title>
      <link>https://community.qlik.com/t5/QlikView/Dealing-with-Multiple-Languages/m-p/561369#M209553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pardon me if i am not understanding your issue here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But according to your description, what you want, looks like you have already achieved. One list box showing the values based on the language selection. Is this not what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What exactly are you trying to achieve here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Aadil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 07:57:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dealing-with-Multiple-Languages/m-p/561369#M209553</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-12T07:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dealing with Multiple Languages</title>
      <link>https://community.qlik.com/t5/QlikView/Dealing-with-Multiple-Languages/m-p/561370#M209554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The listbox in my example contains &lt;STRONG&gt;all&lt;/STRONG&gt; values.&lt;/P&gt;&lt;P&gt;But I want &lt;STRONG&gt;one&lt;/STRONG&gt; listbox for &lt;STRONG&gt;categories&lt;/STRONG&gt; and&lt;STRONG&gt; one&lt;/STRONG&gt; for &lt;STRONG&gt;types&lt;/STRONG&gt; - those come from the &lt;STRONG&gt;db&lt;/STRONG&gt;. All other translations are stored in Excel and are used only for headings and descriptive text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if column categories contains these two records:&lt;/P&gt;&lt;P&gt;&amp;nbsp; 03 Deutscher Text 1 / English Text 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; 04 Deutscher Text 2 / English Text 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My listbox for categories should only show either the German or English Text of those two records when the according language is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that made it a bit clearer now. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 08:22:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dealing-with-Multiple-Languages/m-p/561370#M209554</guid>
      <dc:creator />
      <dc:date>2013-12-12T08:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dealing with Multiple Languages</title>
      <link>https://community.qlik.com/t5/QlikView/Dealing-with-Multiple-Languages/m-p/561371#M209555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thorsten,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suggestion as you have already done for one List box in upper case you can split your "String" field&amp;nbsp; from back-end something like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SubField(String,'/',2) as Engilsh,&lt;/P&gt;&lt;P&gt;SubField(String,'/',1) as German&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then you can work with same &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 10:07:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dealing-with-Multiple-Languages/m-p/561371#M209555</guid>
      <dc:creator>qlikpahadi07</dc:creator>
      <dc:date>2013-12-12T10:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dealing with Multiple Languages</title>
      <link>https://community.qlik.com/t5/QlikView/Dealing-with-Multiple-Languages/m-p/561372#M209556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see my &lt;STRONG&gt;updated QVW&lt;/STRONG&gt; to understand&lt;STRONG&gt; &lt;/STRONG&gt;what I like to achieve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 10:37:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dealing-with-Multiple-Languages/m-p/561372#M209556</guid>
      <dc:creator />
      <dc:date>2013-12-12T10:37:21Z</dc:date>
    </item>
  </channel>
</rss>

