<?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: Multiple selection using button. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-selection-using-button/m-p/367519#M136660</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;BR /&gt;Try the following&amp;nbsp; '(A|B|C|Product*Name)' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Narasimha K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Apr 2012 10:25:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-04-25T10:25:28Z</dc:date>
    <item>
      <title>Multiple selection using button.</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-selection-using-button/m-p/367518#M136659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I have to select multiple values in a field using button.&lt;BR /&gt;I am using this logic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field: Product,&amp;nbsp;&amp;nbsp; and &lt;BR /&gt;Search String: '(A|B|C)'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is working fine but one of my product has name (Product Name) i.e. there is a space in between the names and here the logic fails&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'(A|B|C|Product Name)' is not selecting Product Name. What could be the possible logic?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 10:16:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-selection-using-button/m-p/367518#M136659</guid>
      <dc:creator />
      <dc:date>2012-04-25T10:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple selection using button.</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-selection-using-button/m-p/367519#M136660</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;BR /&gt;Try the following&amp;nbsp; '(A|B|C|Product*Name)' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Narasimha K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 10:25:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-selection-using-button/m-p/367519#M136660</guid>
      <dc:creator />
      <dc:date>2012-04-25T10:25:28Z</dc:date>
    </item>
    <item>
      <title>Multiple selection using button.</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-selection-using-button/m-p/367520#M136661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Narasimha.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;It works but i have another problem. I have the field called Product list where all the products are listed and some of them have space in between. I can not pass the names manually. It has to be dynamic. So is there a way so that the space in between gets converted to *.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 10:34:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-selection-using-button/m-p/367520#M136661</guid>
      <dc:creator />
      <dc:date>2012-04-25T10:34:48Z</dc:date>
    </item>
    <item>
      <title>Multiple selection using button.</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-selection-using-button/m-p/367521#M136662</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hope this will help you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Use this string function to change the Space into *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =replace([YourField],' ','*')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 10:48:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-selection-using-button/m-p/367521#M136662</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-25T10:48:01Z</dc:date>
    </item>
    <item>
      <title>Multiple selection using button.</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-selection-using-button/m-p/367522#M136663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Ashok &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 11:54:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-selection-using-button/m-p/367522#M136663</guid>
      <dc:creator />
      <dc:date>2012-04-25T11:54:33Z</dc:date>
    </item>
  </channel>
</rss>

