<?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 AW:Re: Dynamic translation not possible at 100%? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-translation-not-possible-at-100/m-p/301670#M1199630</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Caro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;Caro wrote:As you see here, when we use the label, we get a global title for the legend (here: Produit &amp;amp; Services). But I would like to translate the ones below that (Product &amp;amp; Services, Means of payment processing, local electronic banking...etc.)&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;The Label is &lt;I&gt;Produit &amp;amp; Services.&lt;/I&gt; But the others below are values (member of your dim called Produit &amp;amp; Services) and come directly from the (database-)field belonging to the dimension. So if you want to translate them, you have to do it during the load. OK?&lt;/P&gt;&lt;P&gt;Regards, Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Jan 2011 12:13:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-01-21T12:13:03Z</dc:date>
    <item>
      <title>Dynamic translation not possible at 100%?</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-translation-not-possible-at-100/m-p/301665#M1199624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I have already checked on the "Finance Controlling" applications to see how to make my qvw document multi-lingual but I have still 2 situations where I can't find a way to traduce.&lt;/P&gt;&lt;P&gt;I explain:&lt;/P&gt;&lt;P&gt;1) Pivot Tables:&lt;/P&gt;&lt;P&gt;In my pivot tables, I can see the names of my fields but they are not multi-lingual. How can I get them translated dynamicaly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) In a Bar chart:&lt;/P&gt;&lt;P&gt;My legend is composed of the content of the field of one of my dimension. But how can I get them translated dynamicaly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 16:10:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-translation-not-possible-at-100/m-p/301665#M1199624</guid>
      <dc:creator />
      <dc:date>2011-01-20T16:10:35Z</dc:date>
    </item>
    <item>
      <title>Dynamic translation not possible at 100%?</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-translation-not-possible-at-100/m-p/301666#M1199625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello, The way i do multilanguage is:&lt;/P&gt;&lt;P&gt;I have a table in the database with 3 columns: Language, TextToTranslate, Translation&lt;/P&gt;&lt;P&gt;I import this into the Qlikview file as a standalone table.&lt;/P&gt;&lt;P&gt;Then i have a listbox with the Language field. The listbox has the "Always one selected value" set under the listbox properties. (You need to select one value before u can set that property)&lt;/P&gt;&lt;P&gt;Then everywhere for labels, captions, dimensions et.c. i do this&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;MAXSTRING(IF(TextToTranslate = 'Customer', Translation, ''))&lt;/P&gt;&lt;P&gt;So for example if the table looks like this:&lt;/P&gt;&lt;P&gt;Language, TextToTranslate, Translation&lt;/P&gt;&lt;P&gt;English, Customer, Customer&lt;/P&gt;&lt;P&gt;Swedish, Customer, Kund&lt;/P&gt;&lt;P&gt;Norwegian, Customer, Kunde&lt;/P&gt;&lt;P&gt;And yuo have selected Swedish in the listbox then the result of&lt;/P&gt;&lt;P&gt;=MAXSTRING(IF(TextToTranslate = 'Customer', Translation, '')) will be Kund&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 16:28:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-translation-not-possible-at-100/m-p/301666#M1199625</guid>
      <dc:creator />
      <dc:date>2011-01-20T16:28:42Z</dc:date>
    </item>
    <item>
      <title>Dynamic translation not possible at 100%?</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-translation-not-possible-at-100/m-p/301667#M1199626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;Thanks for the quick reply but What I really don't know is:&lt;/P&gt;&lt;P&gt;where can I put this code for the labels of the field (so, I mean each titles of each colums) in a pivot table. Like in the following image for the translation of Corporate_Id:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/674/4370.pivot.bmp"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/674/4370.pivot.bmp" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/674/8270.Pivot.bmp"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and where can I put this code for the legend of my bar chart (because if I put this on the label, then I get the only one label on top of all my possible values for the legend). Like in the following chart:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/674/4477.barChart.bmp"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/674/4477.barChart.bmp" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Caro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 16:50:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-translation-not-possible-at-100/m-p/301667#M1199626</guid>
      <dc:creator />
      <dc:date>2011-01-20T16:50:45Z</dc:date>
    </item>
    <item>
      <title>Dynamic translation not possible at 100%?</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-translation-not-possible-at-100/m-p/301668#M1199627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The code goes where it says Label for the dimensions and expressions.&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/674/6136.Label.JPG"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/674/6136.Label.JPG" /&gt;&lt;/A&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, 20 Jan 2011 16:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-translation-not-possible-at-100/m-p/301668#M1199627</guid>
      <dc:creator />
      <dc:date>2011-01-20T16:59:36Z</dc:date>
    </item>
    <item>
      <title>Dynamic translation not possible at 100%?</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-translation-not-possible-at-100/m-p/301669#M1199628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;I know about these places and I have tried and used these for expresions and some dimensions but in this case it is not what I am looking for.&lt;/P&gt;&lt;P&gt;You can look at the picture below. What you are suggesting is the "global" legend label. But I would like to traduce each field of the legend.&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/674/3343.legend.bmp"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/674/3343.legend.bmp" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;As you see here, when we use the label, we get a global title for the legend (here: Produit &amp;amp; Services). But I would like to translate the ones below that (Product &amp;amp; Services, Means of payment processing, local electronic banking...etc.)&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Caro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 10:26:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-translation-not-possible-at-100/m-p/301669#M1199628</guid>
      <dc:creator />
      <dc:date>2011-01-21T10:26:12Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Dynamic translation not possible at 100%?</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-translation-not-possible-at-100/m-p/301670#M1199630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Caro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;Caro wrote:As you see here, when we use the label, we get a global title for the legend (here: Produit &amp;amp; Services). But I would like to translate the ones below that (Product &amp;amp; Services, Means of payment processing, local electronic banking...etc.)&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;The Label is &lt;I&gt;Produit &amp;amp; Services.&lt;/I&gt; But the others below are values (member of your dim called Produit &amp;amp; Services) and come directly from the (database-)field belonging to the dimension. So if you want to translate them, you have to do it during the load. OK?&lt;/P&gt;&lt;P&gt;Regards, Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 12:13:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-translation-not-possible-at-100/m-p/301670#M1199630</guid>
      <dc:creator />
      <dc:date>2011-01-21T12:13:03Z</dc:date>
    </item>
    <item>
      <title>Dynamic translation not possible at 100%?</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-translation-not-possible-at-100/m-p/301671#M1199632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You use the same the approach as i mentioned before.&lt;/P&gt;&lt;P&gt;Instead of using a field you need to use calculated dimension&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;So if your field is Rev_rubric then it should be something like&lt;/P&gt;&lt;P&gt;=MAXSTRING(IF(TextToTranslate = Rev_rubric , Translation, ''))&lt;/P&gt;&lt;P&gt;All values for Rev_rubric need to be in the translation table.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 12:17:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-translation-not-possible-at-100/m-p/301671#M1199632</guid>
      <dc:creator />
      <dc:date>2011-01-21T12:17:58Z</dc:date>
    </item>
    <item>
      <title>Dynamic translation not possible at 100%?</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-translation-not-possible-at-100/m-p/301672#M1199636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oooops, didn't work as expected. Attached is a working solution. Cheers Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 12:48:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-translation-not-possible-at-100/m-p/301672#M1199636</guid>
      <dc:creator />
      <dc:date>2011-01-21T12:48:45Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Dynamic translation not possible at 100%?</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-translation-not-possible-at-100/m-p/301673#M1199638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roland,&lt;/P&gt;&lt;P&gt;Yes, it is as you said the members of my dimension &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have seen some other post about this solution but nothing quiety clear for me.. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; sorry I am relly just beginning with the QlikView coding.&lt;/P&gt;&lt;P&gt;Do you have any references to do it step by step?&lt;/P&gt;&lt;P&gt;One of the big doubt I still have with translation at load time is the following:&lt;/P&gt;&lt;P&gt;If in the qvw application I have buttons to change the language, would my label then be tranlated too? or is it just working for application when you chooses the language at start/load?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Caro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 14:13:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-translation-not-possible-at-100/m-p/301673#M1199638</guid>
      <dc:creator />
      <dc:date>2011-01-21T14:13:10Z</dc:date>
    </item>
    <item>
      <title>Dynamic translation not possible at 100%?</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-translation-not-possible-at-100/m-p/301674#M1199640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;Again thank you for taking the time to answer me.&lt;/P&gt;&lt;P&gt;I can't find you attachement &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Caro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 14:14:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-translation-not-possible-at-100/m-p/301674#M1199640</guid>
      <dc:creator />
      <dc:date>2011-01-21T14:14:09Z</dc:date>
    </item>
    <item>
      <title>Dynamic translation not possible at 100%?</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-translation-not-possible-at-100/m-p/301675#M1199641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Trying to send the attachment again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 15:54:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-translation-not-possible-at-100/m-p/301675#M1199641</guid>
      <dc:creator />
      <dc:date>2011-01-21T15:54:01Z</dc:date>
    </item>
    <item>
      <title>Dynamic translation not possible at 100%?</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-translation-not-possible-at-100/m-p/301676#M1199642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To add data into the translation table from field values you could do:&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;/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;/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;/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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- Create the translation table&lt;/P&gt;&lt;P&gt;CREATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE [dbo].&lt;/P&gt;&lt;P&gt;[TranslationTable]&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;[Language]&lt;/P&gt;&lt;P&gt;NVARCHAR(50),&lt;/P&gt;&lt;P&gt;[TextToTranslate]&lt;/P&gt;&lt;P&gt;NVARCHAR(50),&lt;/P&gt;&lt;P&gt;[Translation]&lt;/P&gt;&lt;P&gt;NVARCHAR(50),&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;GO&lt;/P&gt;&lt;P&gt;-- Insert values from a field for first language&lt;/P&gt;&lt;P&gt;INSERT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INTO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[TranslationTable]&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;(&lt;/P&gt;&lt;P&gt;[Language]&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;[TextToTranslate]&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;[Translation]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DISTINCT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'English',&lt;/P&gt;&lt;P&gt;[YourField]&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;,&lt;/P&gt;&lt;P&gt;[YourField]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[YourTable]&lt;/P&gt;&lt;P&gt;WHERE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LTRIM(RTRIM(ISNULL([YourField] , ''))) &amp;lt;&amp;gt; ''&lt;/P&gt;&lt;P&gt;GO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;-- Insert values from a field for second language (to be translated)&lt;/P&gt;&lt;P&gt;INSERT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INTO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[TranslationTable]&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;(&lt;/P&gt;&lt;P&gt;[Language]&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;[TextToTranslate]&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;[Translation]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DISTINCT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Swedish',&lt;/P&gt;&lt;P&gt;[YourField]&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;[YourField]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[YourTable]&lt;/P&gt;&lt;P&gt;WHERE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LTRIM(RTRIM(ISNULL([YourField] , ''))) &amp;lt;&amp;gt; ''&lt;/P&gt;&lt;P&gt;GO&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;-- Then go in and translate the rows for the second language in Management Studio (for MS SQL)&lt;/P&gt;&lt;P&gt;SELECT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* FROM [TranslationTable] WHERE [Language] = 'Swedish' AND [TextToTranslate] = [Translation] ORDER BY[TextToTranslate]&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 16:09:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-translation-not-possible-at-100/m-p/301676#M1199642</guid>
      <dc:creator />
      <dc:date>2011-01-21T16:09:03Z</dc:date>
    </item>
    <item>
      <title>Dynamic translation not possible at 100%?</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-translation-not-possible-at-100/m-p/301677#M1199643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yet another version with some more objects translated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 16:59:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-translation-not-possible-at-100/m-p/301677#M1199643</guid>
      <dc:creator />
      <dc:date>2011-01-21T16:59:16Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Dynamic translation not possible at 100%?</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-translation-not-possible-at-100/m-p/301678#M1199644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roland,&lt;/P&gt;&lt;P&gt;I would like to make the mapping load but I don't know how to do it..&lt;/P&gt;&lt;P&gt;I have made some researches and tests but I can't get it working. Here is what I have in my script:&lt;/P&gt;&lt;P&gt;FieldsMapFR:&lt;BR /&gt;Mapping LOAD * INLINE [&lt;BR /&gt; REV_SubRubric, REV_SubRubric_FR&lt;BR /&gt; Means of payment processing, Moyen de traitement des paiements&lt;BR /&gt; Product &amp;amp; Services, Produit &amp;amp; Services&lt;BR /&gt; Local Electronic banking, Banque Local Electronique&lt;BR /&gt; Float, Flottement&lt;BR /&gt; Interest Margin, "Marge d'intérêts"&lt;BR /&gt; BTS, BTS&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;MAP Revenues using FieldsMapFR;&lt;BR /&gt;&lt;BR /&gt;Revenues:&lt;BR /&gt;LOAD Corporate_Id,&lt;BR /&gt; Rubric as REV_Rubric,&lt;BR /&gt; [Sub-Rubric] as REV_SubRubric,&lt;BR /&gt; Product as REV_Product,&lt;BR /&gt; YYYYQQ as REV_YYYYQQ,&lt;BR /&gt; Revenues&lt;BR /&gt;FROM&lt;BR /&gt;[Data\Facts Tables\REV_Facts.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is REV_Facts) WHERE 1=1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REV_SubRubric is the field where my values are. Like in the following example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="height:137px;" width="1014"&gt;&lt;COL span="2" style="width:105pt;" width="140" /&gt;&lt;COL style="width:143pt;" width="191" /&gt;&lt;COL style="width:179pt;" width="238" /&gt;&lt;COL style="width:44pt;" width="58" /&gt;&lt;COL span="2" style="width:57pt;" width="76" /&gt;&lt;COL style="width:71pt;" width="95" /&gt;&lt;TBODY&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height:12.75pt;width:105pt;" width="140"&gt;Corporate_Id&lt;/TD&gt;&lt;TD class="xl65" style="border-left:medium none;width:105pt;" width="140"&gt;Rubric&lt;/TD&gt;&lt;TD class="xl65" style="border-left:medium none;width:143pt;" width="191"&gt;Sub-Rubric&lt;/TD&gt;&lt;TD class="xl65" style="border-left:medium none;width:179pt;" width="238"&gt;Product&lt;/TD&gt;&lt;TD class="xl66" style="border-left:medium none;width:44pt;" width="58"&gt;Year&lt;/TD&gt;&lt;TD class="xl66" style="border-left:medium none;width:57pt;" width="76"&gt;Quarter&lt;/TD&gt;&lt;TD class="xl66" style="border-left:medium none;width:57pt;" width="76"&gt;YYYYQQ&lt;/TD&gt;&lt;TD class="xl66" style="border-left:medium none;width:71pt;" width="95"&gt;Revenues&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:15pt;"&gt;&lt;TD class="xl69" height="20" style="height:15pt;border-top:medium none;"&gt;X&lt;/TD&gt;&lt;TD class="xl69" style="border-top:medium none;border-left:medium none;"&gt;F&amp;amp;C&lt;/TD&gt;&lt;TD class="xl69" style="border-top:medium none;border-left:medium none;"&gt;Means of payment processing&lt;/TD&gt;&lt;TD class="xl71" style="border-top:medium none;border-left:medium none;"&gt;Domestic Transfers&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top:medium none;border-left:medium none;"&gt;2009&lt;/TD&gt;&lt;TD class="xl68" style="border-top:medium none;border-left:medium none;"&gt;Q1&lt;/TD&gt;&lt;TD class="xl68" style="border-top:medium none;border-left:medium none;"&gt;2009Q1&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top:medium none;border-left:medium none;"&gt;17511&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:15pt;"&gt;&lt;TD class="xl69" height="20" style="height:15pt;border-top:medium none;"&gt;X&lt;/TD&gt;&lt;TD class="xl69" style="border-top:medium none;border-left:medium none;"&gt;F&amp;amp;C&lt;/TD&gt;&lt;TD class="xl69" style="border-top:medium none;border-left:medium none;"&gt;Local Electronic banking&lt;/TD&gt;&lt;TD class="xl71" style="border-top:medium none;border-left:medium none;"&gt;Other electronic banking&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top:medium none;border-left:medium none;"&gt;2009&lt;/TD&gt;&lt;TD class="xl68" style="border-top:medium none;border-left:medium none;"&gt;Q1&lt;/TD&gt;&lt;TD class="xl68" style="border-top:medium none;border-left:medium none;"&gt;2009Q1&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top:medium none;border-left:medium none;"&gt;68&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:15pt;"&gt;&lt;TD class="xl69" height="20" style="height:15pt;border-top:medium none;"&gt;X&lt;/TD&gt;&lt;TD class="xl69" style="border-top:medium none;border-left:medium none;"&gt;IM, Float &amp;amp; BTS&lt;/TD&gt;&lt;TD class="xl69" style="border-top:medium none;border-left:medium none;"&gt;Float&lt;/TD&gt;&lt;TD class="xl71" style="border-top:medium none;border-left:medium none;"&gt;Float&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top:medium none;border-left:medium none;"&gt;2009&lt;/TD&gt;&lt;TD class="xl68" style="border-top:medium none;border-left:medium none;"&gt;Q1&lt;/TD&gt;&lt;TD class="xl68" style="border-top:medium none;border-left:medium none;"&gt;2009Q1&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top:medium none;border-left:medium none;"&gt;14806&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:15pt;"&gt;&lt;TD class="xl69" height="20" style="height:15pt;border-top:medium none;"&gt;X&lt;/TD&gt;&lt;TD class="xl69" style="border-top:medium none;border-left:medium none;"&gt;IM, Float &amp;amp; BTS&lt;/TD&gt;&lt;TD class="xl69" style="border-top:medium none;border-left:medium none;"&gt;Interest Margin&lt;/TD&gt;&lt;TD class="xl69" style="border-top:medium none;border-left:medium none;"&gt;Interest Margin&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top:medium none;border-left:medium none;"&gt;2009&lt;/TD&gt;&lt;TD class="xl68" style="border-top:medium none;border-left:medium none;"&gt;Q1&lt;/TD&gt;&lt;TD class="xl68" style="border-top:medium none;border-left:medium none;"&gt;2009Q1&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top:medium none;border-left:medium none;"&gt;246320&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:15pt;"&gt;&lt;TD class="xl69" height="20" style="height:15pt;border-top:medium none;"&gt;X&lt;/TD&gt;&lt;TD class="xl69" style="border-top:medium none;border-left:medium none;"&gt;IM, Float &amp;amp; BTS&lt;/TD&gt;&lt;TD class="xl69" style="border-top:medium none;border-left:medium none;"&gt;BTS&lt;/TD&gt;&lt;TD class="xl71" style="border-top:medium none;border-left:medium none;"&gt;Revenues on LORI account&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top:medium none;border-left:medium none;"&gt;2009&lt;/TD&gt;&lt;TD class="xl68" style="border-top:medium none;border-left:medium none;"&gt;Q1&lt;/TD&gt;&lt;TD class="xl68" style="border-top:medium none;border-left:medium none;"&gt;2009Q1&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top:medium none;border-left:medium none;"&gt;341&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:15pt;"&gt;&lt;TD class="xl69" height="20" style="height:15pt;border-top:medium none;"&gt;X&lt;/TD&gt;&lt;TD class="xl69" style="border-top:medium none;border-left:medium none;"&gt;IM, Float &amp;amp; BTS&lt;/TD&gt;&lt;TD class="xl69" style="border-top:medium none;border-left:medium none;"&gt;BTS&lt;/TD&gt;&lt;TD class="xl71" style="border-top:medium none;border-left:medium none;"&gt;&lt;P&gt;Transfer fees&lt;/P&gt;&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top:medium none;border-left:medium none;"&gt;2009&lt;/TD&gt;&lt;TD class="xl68" style="border-top:medium none;border-left:medium none;"&gt;Q1&lt;/TD&gt;&lt;TD class="xl68" style="border-top:medium none;border-left:medium none;"&gt;2009Q1&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top:medium none;border-left:medium none;"&gt;&lt;P&gt;1185&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I don't know how to use that for my chart. Could you help me with that?&lt;/P&gt;&lt;P&gt;Is that going to work at runtime when user change its language?&lt;/P&gt;&lt;P&gt;If this works, does that mean that I need to do a map table for each language I want to be available?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Caro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 16:24:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-translation-not-possible-at-100/m-p/301678#M1199644</guid>
      <dc:creator />
      <dc:date>2011-01-25T16:24:20Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Dynamic translation not possible at 100%?</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-translation-not-possible-at-100/m-p/301679#M1199645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again Roland,&lt;/P&gt;&lt;P&gt;I finally managed a solution. In my load script I have now the following:&lt;/P&gt;&lt;P&gt;Revenues:&lt;BR /&gt;LOAD Corporate_Id,&lt;BR /&gt; Rubric as REV_Rubric,&lt;BR /&gt; [Sub-Rubric] as REV_SubRubric,&lt;BR /&gt; Product as REV_Product,&lt;BR /&gt; YYYYQQ as REV_YYYYQQ,&lt;BR /&gt; Revenues&lt;BR /&gt;FROM&lt;BR /&gt;[Data\Facts Tables\REV_Facts.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is REV_Facts);&lt;/P&gt;&lt;P&gt;FieldsMap1:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; REV_SubRubric, REV_SubRubric_FR, REV_SubRubric_DE&lt;BR /&gt; Means of payment processing, Moyen de traitement de paiements, Means of payment processing&lt;BR /&gt; Product &amp;amp; Services, Produit &amp;amp; Services, Product &amp;amp; Services&lt;BR /&gt; Local Electronic banking, Banque électronique locale, Local Electronic banking&lt;BR /&gt; Float, Flottement, Float&lt;BR /&gt; Interest Margin, "Marge d'intérêts", Interest Margin&lt;BR /&gt; BTS, BTS, BTS&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;which give me the following tables:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/674/7853.translate.bmp"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/674/7853.translate.bmp" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Then I changed my REV_SubRubric dimension in a calculated dimension like this one:&lt;/P&gt;&lt;P&gt;=If(GetFieldSelections(Language_Id) = 'FR', REV_SubRubric_FR, (If(GetFieldSelections(Language_Id) = 'DE', REV_SubRubric_DE,REV_SubRubric)))&lt;/P&gt;&lt;P&gt;And it worked.. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Do you think that this is a good way of programming? If you have any other better solution I am still open to it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Caro.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 17:15:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-translation-not-possible-at-100/m-p/301679#M1199645</guid>
      <dc:creator />
      <dc:date>2011-01-25T17:15:32Z</dc:date>
    </item>
  </channel>
</rss>

