<?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: How to select multiple values in a field with actions ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-select-multiple-values-in-a-field-with-actions/m-p/182303#M48011</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might've found the answer because this thread has been posted for awhile, but I'll give it a shot. If you have the space in between your values, try using double-quotes encapsulating those values, e.g.: ("Product"|"Store Name")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Anton&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jun 2012 16:44:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-06-14T16:44:02Z</dc:date>
    <item>
      <title>How to select multiple values in a field with actions ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-multiple-values-in-a-field-with-actions/m-p/182294#M48002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to do something which seems very simple : I'm trying to select two or more values in a field. But I want to do this using actions (not Ctrl + Mouse button).&lt;/P&gt;&lt;P&gt;By example, suppose a Field 'MyField' such as :&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;BR /&gt; MyField&lt;BR /&gt; A&lt;BR /&gt; B&lt;BR /&gt; C&lt;BR /&gt; D&lt;BR /&gt; E&lt;BR /&gt; F&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;I just want to create an action which select B and E value. What is the correct syntax ?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;P.S : I'm working with QlikView 9 SR4 and SR5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Aug 2010 16:29:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-multiple-values-in-a-field-with-actions/m-p/182294#M48002</guid>
      <dc:creator />
      <dc:date>2010-08-31T16:29:26Z</dc:date>
    </item>
    <item>
      <title>How to select multiple values in a field with actions ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-multiple-values-in-a-field-with-actions/m-p/182295#M48003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bertrand,&lt;/P&gt;&lt;P&gt;You can create an action, in a button or any other object, that selects several values. Follow the next steps:&lt;/P&gt;&lt;P&gt;1. Create a button (or other object that supports actions)&lt;/P&gt;&lt;P&gt;2. Create an action 'Select in a field'&lt;/P&gt;&lt;P&gt;3. Type the name of the field for the selection in the Field box&lt;/P&gt;&lt;P&gt;4. Type the value for the selection in Search string box&lt;/P&gt;&lt;P&gt;If you want select other value mantaining the previous selection, add a new action with Alternate select. Follow the next steps:&lt;/P&gt;&lt;P&gt;1. Create another action in the same button type 'Alternate select'&lt;/P&gt;&lt;P&gt;Repeat steps 3 and 4 from initial selection.&lt;/P&gt;&lt;P&gt;¡Voilá!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Pablo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Aug 2010 18:08:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-multiple-values-in-a-field-with-actions/m-p/182295#M48003</guid>
      <dc:creator>Pablo_Robles</dc:creator>
      <dc:date>2010-08-31T18:08:31Z</dc:date>
    </item>
    <item>
      <title>Re:How to select multiple values in a field with actions ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-multiple-values-in-a-field-with-actions/m-p/182296#M48004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello !&lt;/P&gt;&lt;P&gt;Thanks for your answer,&lt;/P&gt;&lt;P&gt;I'm sorry, I don't understand what do you mean with "a button type 'Alternate select' " ? (maybe the "toggle select" action??)&lt;/P&gt;&lt;P&gt;Anyway I would like to select several values with only one action because I don't know how many value I will have to select at a time (it's stored in another field).&lt;/P&gt;&lt;P&gt;the toggle select action seems to be a good idea :&lt;/P&gt;&lt;P&gt;"Toggles between the current selection and the specified Field and Search String. In the Search String you can specify a search mask, e.g. (A|B) will select both A and B."&lt;/P&gt;&lt;P&gt;That's exactly what I want to do !&lt;/P&gt;&lt;P&gt;But I don't manage to find to right syntax to use in the search string box (of Toggle select action).&lt;BR /&gt; If I want to select 2009 and 2010 in a field, I've tried many syntaxs (such as (2009|2010), 2009|2010, '2009'|'2010', (same with '=' before)). But it doesn't works&lt;/P&gt;&lt;P&gt;Is someone have an idea ?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 10:40:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-multiple-values-in-a-field-with-actions/m-p/182296#M48004</guid>
      <dc:creator />
      <dc:date>2010-09-01T10:40:54Z</dc:date>
    </item>
    <item>
      <title>Re:How to select multiple values in a field with actions ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-multiple-values-in-a-field-with-actions/m-p/182297#M48005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI BErtrand,&lt;/P&gt;&lt;P&gt;You can create a bookmark upon selection you made and can define an action upon the bookmark.&lt;/P&gt;&lt;P&gt;Hope it can Help you..&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 11:04:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-multiple-values-in-a-field-with-actions/m-p/182297#M48005</guid>
      <dc:creator>sunil2288</dc:creator>
      <dc:date>2010-09-01T11:04:28Z</dc:date>
    </item>
    <item>
      <title>Re:How to select multiple values in a field with actions ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-multiple-values-in-a-field-with-actions/m-p/182298#M48006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer,&lt;/P&gt;&lt;P&gt;but that's not exactly what I'm looking for.&lt;/P&gt;&lt;P&gt;Your solution would works if I know which selection I'm gonna make and if these selections are statics, but it's dynamical.&lt;/P&gt;&lt;P&gt;Any other ideas ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 08:20:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-multiple-values-in-a-field-with-actions/m-p/182298#M48006</guid>
      <dc:creator />
      <dc:date>2010-09-02T08:20:12Z</dc:date>
    </item>
    <item>
      <title>Re:How to select multiple values in a field with actions ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-multiple-values-in-a-field-with-actions/m-p/182299#M48007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It's not an idea, it's the solution &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;P&gt;Try this : '(2009|2010)'&lt;/P&gt;&lt;P&gt;In my case, I use an Input Box link to &lt;STRONG&gt;&lt;EM&gt;myVariable&lt;/EM&gt;&lt;/STRONG&gt; to enter a list of value : 2009,2010&lt;/P&gt;&lt;P&gt;And I used a button with to action (toggle button) with the following expressions based on &lt;STRONG&gt;&lt;EM&gt;myField&lt;/EM&gt;&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;1) = '(' &amp;amp; GetFieldSelections&lt;EM&gt;(&lt;STRONG&gt;myField&lt;/STRONG&gt;&lt;/EM&gt;&lt;EM&gt;,&lt;/EM&gt; '|') &amp;amp; ')' // to remove existing selection&lt;/P&gt;&lt;P&gt;2) ='(' &amp;amp; Replace(&lt;B&gt;&lt;I&gt;myVariable&lt;/I&gt;&lt;/B&gt;,',','|') &amp;amp; ')' // to apply my selection&lt;/P&gt;&lt;P&gt;Sébastien Fatoux&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 17:36:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-multiple-values-in-a-field-with-actions/m-p/182299#M48007</guid>
      <dc:creator />
      <dc:date>2011-02-16T17:36:19Z</dc:date>
    </item>
    <item>
      <title>How to select multiple values in a field with actions ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-multiple-values-in-a-field-with-actions/m-p/182300#M48008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;='('&amp;amp;Concat(Distinct Num1,'|')&amp;amp;')'&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;See example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 17:57:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-multiple-values-in-a-field-with-actions/m-p/182300#M48008</guid>
      <dc:creator />
      <dc:date>2011-02-16T17:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to select multiple values in a field with actions ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-multiple-values-in-a-field-with-actions/m-p/182301#M48009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: left;"&gt;Hi, could you explain me the Distinct function?&lt;/P&gt;&lt;P style="text-align: left;"&gt;I want to do your method this action but in my "Num1" I have strings. And ones are simple word but someone are a string of couple words, for example: Num1=[string1, string2, st ri ng3, str ing4]. And this function work, but for only values of one words (string1, string2). How Can I do that for all? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2011 10:41:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-multiple-values-in-a-field-with-actions/m-p/182301#M48009</guid>
      <dc:creator />
      <dc:date>2011-11-25T10:41:48Z</dc:date>
    </item>
    <item>
      <title>How to select multiple values in a field with actions ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-multiple-values-in-a-field-with-actions/m-p/182302#M48010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Cross&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same problem. But my values have a space in between their name. SO the logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'(Product | Store Name)' is not working. What could be the possible solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 10:08:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-multiple-values-in-a-field-with-actions/m-p/182302#M48010</guid>
      <dc:creator />
      <dc:date>2012-04-25T10:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to select multiple values in a field with actions ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-multiple-values-in-a-field-with-actions/m-p/182303#M48011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might've found the answer because this thread has been posted for awhile, but I'll give it a shot. If you have the space in between your values, try using double-quotes encapsulating those values, e.g.: ("Product"|"Store Name")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Anton&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 16:44:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-multiple-values-in-a-field-with-actions/m-p/182303#M48011</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-14T16:44:02Z</dc:date>
    </item>
    <item>
      <title>Re:How to select multiple values in a field with actions ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-multiple-values-in-a-field-with-actions/m-p/182304#M48012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent Answer!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 16:36:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-multiple-values-in-a-field-with-actions/m-p/182304#M48012</guid>
      <dc:creator />
      <dc:date>2013-02-13T16:36:57Z</dc:date>
    </item>
    <item>
      <title>Re:How to select multiple values in a field with actions ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-multiple-values-in-a-field-with-actions/m-p/182305#M48013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent Answer!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 16:37:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-multiple-values-in-a-field-with-actions/m-p/182305#M48013</guid>
      <dc:creator />
      <dc:date>2013-02-13T16:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to select multiple values in a field with actions ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-multiple-values-in-a-field-with-actions/m-p/182306#M48014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anton&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I add the double inverted commas dynamically.&amp;nbsp; I've tried this expression, but does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='(' &amp;amp; Chr(34) &amp;amp; Replace(&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;myVariable&lt;/EM&gt;&lt;/STRONG&gt;,',', Chr(34) &amp;amp; '|' &amp;amp; Chr(34) ) &amp;amp; Chr(34) &amp;amp; ')'&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Nayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 06:32:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-multiple-values-in-a-field-with-actions/m-p/182306#M48014</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-31T06:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to select multiple values in a field with actions ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-multiple-values-in-a-field-with-actions/m-p/182307#M48015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If there are spaces in between&amp;nbsp; field values,try below expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my case I wanted to select values like 'Level 0' ,'Level 1' ,'Level 2' from &lt;STRONG&gt;Level&lt;/STRONG&gt; &lt;STRONG&gt;field&lt;/STRONG&gt; ,&lt;/P&gt;&lt;P&gt;so if you want to select multiple values say Level 0 and Level 1 your o/p should be shown like this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;("Level 0"|"Level 1")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;to show o/p like use below expression&lt;/P&gt;&lt;P&gt;='('&amp;amp;'"'&amp;amp;Concat(distinct Level,'"|"')&amp;amp;'"'&amp;amp;')'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can apply above expression as per your requirement ,and this will work smoothly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2018 05:03:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-multiple-values-in-a-field-with-actions/m-p/182307#M48015</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-18T05:03:00Z</dc:date>
    </item>
  </channel>
</rss>

