<?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 How to translate data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-translate-data/m-p/257676#M97372</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might want to take a look e.g. at the "Finance Controlling" demo app on demo.qlik.com, where they have multilanguage support in an app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could use a numerical TextID per Text portion you want to translate instead of the strings and then just do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=fieldvalue($(vLanguage),2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to retrieve the TextID = 2 in language set by vLanguage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It probably doesn't solve your problem with missing field values, could you elaborate on this? I haven't fully got what the issue here is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Oct 2011 15:53:31 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2011-10-18T15:53:31Z</dc:date>
    <item>
      <title>How to translate data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-translate-data/m-p/257675#M97371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; Hi &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;I'm trying to add the possibility to set language in my qvw file. The default language is english, both in my qvw file and in the database which I load the data from. I want to be able to select language, so everything that the user will see is in his/hers selected language. I have started by creating an excel file with a column 'English' and then I add columns for each language.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;I use the following syntax to set the language in a text box, diagram etc:&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;DIV&gt;=&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Only&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;English&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Order Name'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[$(=vLanguage)]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;This works fine in most cases, but when I want to translate data from my database is it not allways posible to use that syntax. I have tried to use it on the following expression without success:&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;DIV&gt;=&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ProductName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='','Scrap &amp;amp; Wastage',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ProductName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;I have several products under 'ProductName', but for scrap and waste is the product name blank. So I use the expression above to present the data with a text, but I can't make it work with the syntax for translation. &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;How can I translate the data from ProductName?&lt;/DIV&gt;&lt;DIV&gt;Should I use a different translation method than I used so far? &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2011 15:07:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-translate-data/m-p/257675#M97371</guid>
      <dc:creator />
      <dc:date>2011-10-18T15:07:23Z</dc:date>
    </item>
    <item>
      <title>How to translate data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-translate-data/m-p/257676#M97372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might want to take a look e.g. at the "Finance Controlling" demo app on demo.qlik.com, where they have multilanguage support in an app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could use a numerical TextID per Text portion you want to translate instead of the strings and then just do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=fieldvalue($(vLanguage),2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to retrieve the TextID = 2 in language set by vLanguage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It probably doesn't solve your problem with missing field values, could you elaborate on this? I haven't fully got what the issue here is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2011 15:53:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-translate-data/m-p/257676#M97372</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-10-18T15:53:31Z</dc:date>
    </item>
  </channel>
</rss>

