<?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: Append two translated values to one listbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Append-two-translated-values-to-one-listbox/m-p/685874#M541087</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know it is feasible via script but I'd like to know if we can do it at design using expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following table. Column "Detail per day" is displayed in the interface. Is there a way to obtain the corresponding _choiceID when a value is selected in "Detail per day" ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I heard about mapping table, but does it allow 3 columns instead of 2 as typical example ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _Language, "Detail per day", _choiceID&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Français, oui, 'Y'&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Français, non, 'N'&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Deutsch, ja, 'Y'&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Deutsch, nein, 'N'&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; English, yes, 'Y'&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; English, no, 'N'&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jul 2014 09:55:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-16T09:55:03Z</dc:date>
    <item>
      <title>Append two translated values to one listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Append-two-translated-values-to-one-listbox/m-p/685872#M541083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two translated texts that (index 1, 2, in an Excel table) I would like to add into one listbox&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The texts are obtained by those formular&lt;/P&gt;&lt;P&gt;= Only({&amp;lt; Index={1}&amp;gt;} upper( [$(=vDataLanguage)])) ---- TEXT 1&lt;/P&gt;&lt;P&gt;= Only({&amp;lt; Index={2}&amp;gt;} upper( [$(=vDataLanguage)])) ---- TEXT 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which expression should I create to have both values displayed in the same list box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Listbox)&lt;/P&gt;&lt;P&gt;TEXT1&lt;/P&gt;&lt;P&gt;TEXT2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 09:40:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Append-two-translated-values-to-one-listbox/m-p/685872#M541083</guid>
      <dc:creator />
      <dc:date>2014-07-16T09:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Append two translated values to one listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Append-two-translated-values-to-one-listbox/m-p/685873#M541085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should append (concatenate) them in the script or at least create a Data Island consisting of the translated texts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 09:42:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Append-two-translated-values-to-one-listbox/m-p/685873#M541085</guid>
      <dc:creator>simondachstr</dc:creator>
      <dc:date>2014-07-16T09:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Append two translated values to one listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Append-two-translated-values-to-one-listbox/m-p/685874#M541087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know it is feasible via script but I'd like to know if we can do it at design using expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following table. Column "Detail per day" is displayed in the interface. Is there a way to obtain the corresponding _choiceID when a value is selected in "Detail per day" ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I heard about mapping table, but does it allow 3 columns instead of 2 as typical example ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _Language, "Detail per day", _choiceID&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Français, oui, 'Y'&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Français, non, 'N'&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Deutsch, ja, 'Y'&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Deutsch, nein, 'N'&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; English, yes, 'Y'&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; English, no, 'N'&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 09:55:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Append-two-translated-values-to-one-listbox/m-p/685874#M541087</guid>
      <dc:creator />
      <dc:date>2014-07-16T09:55:03Z</dc:date>
    </item>
  </channel>
</rss>

