<?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: Expression Listbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-Listbox/m-p/1046072#M351652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The text string 'indicator1' is not related to your data model. Clicking on it won't do anything. You can try creating a new field in the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NewTable:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ListBoxField, reportchannel&lt;/P&gt;&lt;P&gt;indicator1, Ecom&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;indicator1, Retail&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;indicator1, Franchising&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Ecom, Ecom&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Retail, Retail&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Franchising, Franchising&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you the new ListBoxField as field for your listbox.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Apr 2016 08:49:19 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2016-04-04T08:49:19Z</dc:date>
    <item>
      <title>Expression Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Listbox/m-p/1046071#M351651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;i have a Listbox "Memberchannel" which contains this Expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;Name1&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;) ='indicator1',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;reportchannel&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;match&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;(&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;reportchannel&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;,'Ecom','Retail'),&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;reportchannel&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;from the Expression:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;-&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt; Name1&lt;/STRONG&gt;&lt;/SPAN&gt; is another listbox with two values:&amp;nbsp;&amp;nbsp; i&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;ndicator1 and i&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;ndicator2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;- &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;r&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;eportchannel&lt;/STRONG&gt;&lt;/SPAN&gt; field contains : Ecom, Retail, Franchising&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;when i select Indicator1, i should get all three field values from Report channel, otherwise only Ecom and Retail. I get this correct, but then when i select any value in the listbox "Memberchannel" (out of the Expression), the selection does not work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;thanks for any help&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;felipe&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 08:44:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Listbox/m-p/1046071#M351651</guid>
      <dc:creator>felcar2013</dc:creator>
      <dc:date>2016-04-04T08:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Listbox/m-p/1046072#M351652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The text string 'indicator1' is not related to your data model. Clicking on it won't do anything. You can try creating a new field in the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NewTable:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ListBoxField, reportchannel&lt;/P&gt;&lt;P&gt;indicator1, Ecom&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;indicator1, Retail&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;indicator1, Franchising&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Ecom, Ecom&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Retail, Retail&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Franchising, Franchising&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you the new ListBoxField as field for your listbox.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 08:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Listbox/m-p/1046072#M351652</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-04-04T08:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Listbox/m-p/1046073#M351653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the proposal&lt;/P&gt;&lt;P&gt;i created a new field in the script and duplicated the listbox for both fields. Then I applied the condition to the layout (1 or 0) in the listbox and i got what i wanted,&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;felipe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 13:11:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Listbox/m-p/1046073#M351653</guid>
      <dc:creator>felcar2013</dc:creator>
      <dc:date>2016-04-04T13:11:27Z</dc:date>
    </item>
  </channel>
</rss>

