<?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 to a list box action in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Append-to-a-list-box-action/m-p/721898#M1059316</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, it does. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Sep 2014 18:00:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-30T18:00:15Z</dc:date>
    <item>
      <title>Append to a list box action</title>
      <link>https://community.qlik.com/t5/QlikView/Append-to-a-list-box-action/m-p/721893#M1059311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the current behaviour of a button Selection action :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Select in Field" action : clears the current selection of the target list box and then adds the search string to it.&lt;/P&gt;&lt;P&gt;"Toggle Select" action: , toggles the target box selection state of the search string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, there is no "Append Select" to append the search string to the existing selection of the target list box. Is there a workaround?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 20:37:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Append-to-a-list-box-action/m-p/721893#M1059311</guid>
      <dc:creator />
      <dc:date>2014-09-29T20:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Append to a list box action</title>
      <link>https://community.qlik.com/t5/QlikView/Append-to-a-list-box-action/m-p/721894#M1059312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use this expression in a select in field action:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= chr(40) &amp;amp;&amp;nbsp; concat(distinct YourField, '|'&amp;nbsp; ) &amp;amp; '|YourValue' &amp;amp;chr(41)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 21:09:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Append-to-a-list-box-action/m-p/721894#M1059312</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-29T21:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Append to a list box action</title>
      <link>https://community.qlik.com/t5/QlikView/Append-to-a-list-box-action/m-p/721895#M1059313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You. After tweaking it a bit to fit my app it worked great.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 22:31:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Append-to-a-list-box-action/m-p/721895#M1059313</guid>
      <dc:creator />
      <dc:date>2014-09-29T22:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Append to a list box action</title>
      <link>https://community.qlik.com/t5/QlikView/Append-to-a-list-box-action/m-p/721896#M1059314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just noticed that YourField returns all possible values if nothing is already selected in the target list. So when something is added to the list for the first time, everything becomes green (selected). I tried to replace YourField with GetFieldSelections(YourField) function but that does not work. Here is my actual button Search String:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=chr(40) &amp;amp;&amp;nbsp; concat(distinct&amp;nbsp; replace(store_name,store_name,'"'&amp;amp;store_name&amp;amp;'"'), '|'&amp;nbsp; ) &amp;amp; '|' &amp;amp; '$(vAddToStores)' &amp;amp;chr(41)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a simple solution for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 01:48:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Append-to-a-list-box-action/m-p/721896#M1059314</guid>
      <dc:creator />
      <dc:date>2014-09-30T01:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Append to a list box action</title>
      <link>https://community.qlik.com/t5/QlikView/Append-to-a-list-box-action/m-p/721897#M1059315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= If(getselectedcount (store_name)&amp;gt; 0,chr(40) &amp;amp;&amp;nbsp; concat(distinct&amp;nbsp; replace(store_name,store_name,'"'&amp;amp;store_name&amp;amp;'"'), '|'&amp;nbsp; ) &amp;amp; '|' &amp;amp; '$(vAddToStores)' &amp;amp;chr(41))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards &lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 05:03:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Append-to-a-list-box-action/m-p/721897#M1059315</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-30T05:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Append to a list box action</title>
      <link>https://community.qlik.com/t5/QlikView/Append-to-a-list-box-action/m-p/721898#M1059316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, it does. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 18:00:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Append-to-a-list-box-action/m-p/721898#M1059316</guid>
      <dc:creator />
      <dc:date>2014-09-30T18:00:15Z</dc:date>
    </item>
  </channel>
</rss>

