<?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 Remove selected value from list box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-selected-value-from-list-box/m-p/227152#M79289</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;I got two list boxes which are not related.&lt;/P&gt;&lt;P&gt;ListboxA ListBoxB&lt;/P&gt;&lt;P&gt;A A1&lt;/P&gt;&lt;P&gt;B B1&lt;/P&gt;&lt;P&gt;C C1&lt;/P&gt;&lt;P&gt;When I choose A in listboxA ListBox B should display B1 and C1; Choosing B in LisboxA should have a display A1 and C1 in listboxB.&lt;/P&gt;&lt;P&gt;I make this work using macro. Is there any way to solve this without using macro?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nadsky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Oct 2010 13:20:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-10-04T13:20:40Z</dc:date>
    <item>
      <title>Remove selected value from list box</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-selected-value-from-list-box/m-p/227152#M79289</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;I got two list boxes which are not related.&lt;/P&gt;&lt;P&gt;ListboxA ListBoxB&lt;/P&gt;&lt;P&gt;A A1&lt;/P&gt;&lt;P&gt;B B1&lt;/P&gt;&lt;P&gt;C C1&lt;/P&gt;&lt;P&gt;When I choose A in listboxA ListBox B should display B1 and C1; Choosing B in LisboxA should have a display A1 and C1 in listboxB.&lt;/P&gt;&lt;P&gt;I make this work using macro. Is there any way to solve this without using macro?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nadsky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 13:20:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-selected-value-from-list-box/m-p/227152#M79289</guid>
      <dc:creator />
      <dc:date>2010-10-04T13:20:40Z</dc:date>
    </item>
    <item>
      <title>Remove selected value from list box</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-selected-value-from-list-box/m-p/227153#M79290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you already tried dome link table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 13:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-selected-value-from-list-box/m-p/227153#M79290</guid>
      <dc:creator />
      <dc:date>2010-10-04T13:45:52Z</dc:date>
    </item>
    <item>
      <title>Remove selected value from list box</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-selected-value-from-list-box/m-p/227154#M79291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramunas,&lt;/P&gt;&lt;P&gt;Thanks for the response. Sorry but I don't know how to create a dome link table. &lt;IMG alt="Tongue Tied" src="http://community.qlik.com/emoticons/emotion-7.gif" /&gt;.&lt;/P&gt;&lt;P&gt;I'm wondring if this can be solve by expressions?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 13:51:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-selected-value-from-list-box/m-p/227154#M79291</guid>
      <dc:creator />
      <dc:date>2010-10-04T13:51:20Z</dc:date>
    </item>
    <item>
      <title>Remove selected value from list box</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-selected-value-from-list-box/m-p/227155#M79292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nadsky,&lt;BR /&gt;It can be done using list box with expression:&lt;BR /&gt;=aggr(only({1-$} ListBoxB),ListBoxB)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 14:01:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-selected-value-from-list-box/m-p/227155#M79292</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-04T14:01:47Z</dc:date>
    </item>
    <item>
      <title>Remove selected value from list box</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-selected-value-from-list-box/m-p/227156#M79293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can use a "EDIT EXPRESSION" and filtering whith a function "LIKE"&lt;/P&gt;&lt;P&gt;See the example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 14:04:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-selected-value-from-list-box/m-p/227156#M79293</guid>
      <dc:creator />
      <dc:date>2010-10-04T14:04:59Z</dc:date>
    </item>
    <item>
      <title>Remove selected value from list box</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-selected-value-from-list-box/m-p/227157#M79294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eduardo,&lt;/P&gt;&lt;P&gt;Wow! you solutions works!&lt;/P&gt;&lt;P&gt;A big thanks to you! &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nadsky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 14:18:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-selected-value-from-list-box/m-p/227157#M79294</guid>
      <dc:creator />
      <dc:date>2010-10-04T14:18:41Z</dc:date>
    </item>
  </channel>
</rss>

