<?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: Listbox Select possible in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Listbox-Select-possible/m-p/312004#M115163</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; hei &lt;/P&gt;&lt;P&gt;attach is an example &lt;/P&gt;&lt;P&gt;hope its helps you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Oct 2011 14:39:48 GMT</pubDate>
    <dc:creator>lironbaram</dc:creator>
    <dc:date>2011-10-04T14:39:48Z</dc:date>
    <item>
      <title>Listbox Select possible</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-Select-possible/m-p/312003#M115162</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;Test:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, B, C&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 4, 7&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 5, 8&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 6, 9&lt;BR /&gt;]; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Listbox1.PNG" class="jive-image" src="https://community.qlik.com/legacyfs/online/7692_Listbox1.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Listbox2&amp;amp;3.PNG" class="jive-image" src="https://community.qlik.com/legacyfs/online/7693_Listbox2%263.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i get the values of ListObject "A", which is in&amp;nbsp; White colored intoTextObject.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I.e; Only 1,3 should come in TextObject.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;DIV class="mcePaste" id="_mcePaste" style="position: absolute; width: 1px; height: 1px; overflow: hidden; top: 0px; left: -10000px;"&gt;﻿&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 14:18:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-Select-possible/m-p/312003#M115162</guid>
      <dc:creator />
      <dc:date>2011-10-04T14:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox Select possible</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-Select-possible/m-p/312004#M115163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; hei &lt;/P&gt;&lt;P&gt;attach is an example &lt;/P&gt;&lt;P&gt;hope its helps you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 14:39:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-Select-possible/m-p/312004#M115163</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2011-10-04T14:39:48Z</dc:date>
    </item>
    <item>
      <title>Listbox Select possible</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-Select-possible/m-p/312005#M115164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try with something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Concat(A,',')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C u,&lt;/P&gt;&lt;P&gt;Stefano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 14:46:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-Select-possible/m-p/312005#M115164</guid>
      <dc:creator />
      <dc:date>2011-10-04T14:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox Select possible</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-Select-possible/m-p/312006#M115165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi liron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i need only the checked listboxes values only to display , not the possible value which is not selected in listbox .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And all the three listboxes should have show alternative option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 15:06:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-Select-possible/m-p/312006#M115165</guid>
      <dc:creator />
      <dc:date>2011-10-04T15:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox Select possible</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-Select-possible/m-p/312007#M115166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; try this one &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 15:20:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-Select-possible/m-p/312007#M115166</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2011-10-04T15:20:54Z</dc:date>
    </item>
  </channel>
</rss>

