<?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: Button for multiple selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Button-for-multiple-selection/m-p/938010#M648471</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in Button action, selection select in field action &amp;gt;then chose the field &amp;gt; and in the values , insert the values like this &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;("C18"| "C19")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Oct 2015 11:43:13 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2015-10-21T11:43:13Z</dc:date>
    <item>
      <title>Button for multiple selection</title>
      <link>https://community.qlik.com/t5/QlikView/Button-for-multiple-selection/m-p/938006#M648467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i created a button with the functionality to select a specific value within a field.&lt;/P&gt;&lt;P&gt;This works for an absolute value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my example if i define the field "lokal" and enter the search term "C18" and then i press on the button, everything works as intended.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i would like to select mor than one value with this button command.&lt;/P&gt;&lt;P&gt;I tried out numerous things within the search term:&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;"C18 || C19", "C18 &amp;amp;&amp;amp; C19", "C18 AND C19", "C18 OR C19", "if(=(lokal='C18' OR lokal ='C19'))...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nothing works. In the end i want to press the button and select the field values C18 AND C19. Anyone can help me out with this one?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 11:32:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-for-multiple-selection/m-p/938006#M648467</guid>
      <dc:creator />
      <dc:date>2015-10-21T11:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Button for multiple selection</title>
      <link>https://community.qlik.com/t5/QlikView/Button-for-multiple-selection/m-p/938007#M648468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select in field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(C18|C19|C20)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if you have space&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;("C 18"|"C 19"|"C 20")&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 11:40:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-for-multiple-selection/m-p/938007#M648468</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-10-21T11:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Button for multiple selection</title>
      <link>https://community.qlik.com/t5/QlikView/Button-for-multiple-selection/m-p/938008#M648469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use (C18|C19) or ('C18'|'C19')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 11:42:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-for-multiple-selection/m-p/938008#M648469</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-21T11:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Button for multiple selection</title>
      <link>https://community.qlik.com/t5/QlikView/Button-for-multiple-selection/m-p/938009#M648470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot! Works great!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 11:42:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-for-multiple-selection/m-p/938009#M648470</guid>
      <dc:creator />
      <dc:date>2015-10-21T11:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Button for multiple selection</title>
      <link>https://community.qlik.com/t5/QlikView/Button-for-multiple-selection/m-p/938010#M648471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in Button action, selection select in field action &amp;gt;then chose the field &amp;gt; and in the values , insert the values like this &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;("C18"| "C19")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 11:43:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-for-multiple-selection/m-p/938010#M648471</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-10-21T11:43:13Z</dc:date>
    </item>
  </channel>
</rss>

