<?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 On Sheet Activate&amp;gt; Select Multiple Values in a Fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/On-Sheet-Activate-gt-Select-Multiple-Values-in-a-Fields/m-p/178740#M45841</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Through it should be noted NMiller solution also worked. Using DDR just worked better for me. Through I will use the section access solution in the future I am sure.&lt;/P&gt;&lt;P&gt;Thanks for your help on this matter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Dec 2009 05:50:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-12-09T05:50:44Z</dc:date>
    <item>
      <title>On Sheet Activate&gt; Select Multiple Values in a Fields</title>
      <link>https://community.qlik.com/t5/QlikView/On-Sheet-Activate-gt-Select-Multiple-Values-in-a-Fields/m-p/178731#M45832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I attempting to set up a sheet where 'On Sheet Activate' multiple values for a field can be selected in the search string.&lt;/P&gt;&lt;P&gt;For example. Triggers&amp;gt; Select in Field&amp;gt; salesrep_id &amp;gt; Search String&amp;gt; =1022, 3022, etc...&lt;/P&gt;&lt;P&gt;I have tried many combination's of () and keywords in the search string. I have yet to find the correct combination/syntax. Selecting one value works fine but multiple values does not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The last entry in the below post is exactly what I am after.&lt;/P&gt;&lt;P&gt;http://community.qlik.com/forums/p/16933/66257.aspx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would also be okay with the data being displayed within a pivot table. If I want an expression to show only: salesrep_id = 3202 AND 1022 AND etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second of the two events would be the most useful. Thanks for any ideas you have to offer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 00:57:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Sheet-Activate-gt-Select-Multiple-Values-in-a-Fields/m-p/178731#M45832</guid>
      <dc:creator />
      <dc:date>2009-12-08T00:57:54Z</dc:date>
    </item>
    <item>
      <title>On Sheet Activate&gt; Select Multiple Values in a Fields</title>
      <link>https://community.qlik.com/t5/QlikView/On-Sheet-Activate-gt-Select-Multiple-Values-in-a-Fields/m-p/178732#M45833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you wish to make your selections manually, have the Cntrl-button pressed whilst qlicking or on pressing Enter. This adds current selection to the previously made one. If you wish to create a macro, please have a look into the API-Guide and create a macro on activate:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;rem ** cancel selection of first selected value **&lt;BR /&gt;set f = ActiveDocument.Fields("Class")&lt;BR /&gt;set fv = f.GetSelectedValues&lt;BR /&gt;fv.RemoveAt 0&lt;BR /&gt;f.SelectValues fv&lt;BR /&gt;&lt;BR /&gt;rem ** select two non-consecutive field values in field **&lt;BR /&gt;set f = ActiveDocument.Fields("Class")&lt;BR /&gt;set fv = f.GetNoValues 'empty array&lt;BR /&gt;fv.Add&lt;BR /&gt;fv.Add&lt;BR /&gt;fv(0).Text = "Group"&lt;BR /&gt;fv(0).IsNumeric = false&lt;BR /&gt;fv(1).Text = "Field"&lt;BR /&gt;fv(1).IsNumeric = false&lt;BR /&gt;f.SelectValues fv&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 03:54:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Sheet-Activate-gt-Select-Multiple-Values-in-a-Fields/m-p/178732#M45833</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2009-12-08T03:54:21Z</dc:date>
    </item>
    <item>
      <title>On Sheet Activate&gt; Select Multiple Values in a Fields</title>
      <link>https://community.qlik.com/t5/QlikView/On-Sheet-Activate-gt-Select-Multiple-Values-in-a-Fields/m-p/178733#M45834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No I would just simply like to select value A and value B within the same field on sheet active.&lt;/P&gt;&lt;P&gt;If the macro is the only way this can be done I will find a different option like the pivot table. If I could make an expression: '=salesrep_id = 1022 AND 3027' then this would be sufficient but once again I am unsure of the syntax.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 04:34:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Sheet-Activate-gt-Select-Multiple-Values-in-a-Fields/m-p/178733#M45834</guid>
      <dc:creator />
      <dc:date>2009-12-08T04:34:16Z</dc:date>
    </item>
    <item>
      <title>On Sheet Activate&gt; Select Multiple Values in a Fields</title>
      <link>https://community.qlik.com/t5/QlikView/On-Sheet-Activate-gt-Select-Multiple-Values-in-a-Fields/m-p/178734#M45835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are the salesrep_ids you list static? Will you always be selecting the same ones? If so, use Set Analysis on your expressions.&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Sum({&amp;lt;salesrep_id = {1022, 3027}&amp;gt;} Sales)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;You could use a variable to store the rep ids, like:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Sum({&amp;lt;salesrep_id = {$(vRepIDs)}&amp;gt;} Sales)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;If you really want the selections to be made, then I think you need a macro as Peter suggested. I don't think it's possible to put multiple values into the Select Trigger. I'm back on 8.5, so I can't test it out. You could use the ToggleSelect which means keep the current selection and also select. So you could set 1022 to Select and then 3027 to ToggleSelect (use ToggleSelect for any additional).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 05:21:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Sheet-Activate-gt-Select-Multiple-Values-in-a-Fields/m-p/178734#M45835</guid>
      <dc:creator />
      <dc:date>2009-12-08T05:21:27Z</dc:date>
    </item>
    <item>
      <title>On Sheet Activate&gt; Select Multiple Values in a Fields</title>
      <link>https://community.qlik.com/t5/QlikView/On-Sheet-Activate-gt-Select-Multiple-Values-in-a-Fields/m-p/178735#M45836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like a pivot table to display just sales for salesrep_id equal to 1022, 3027, etc. (We have some split accounts with other salesmen, I would like to display) I do not need to compare it to anything or need to use Set Analysis, this may be further down the road. Currently I just want only data for sales id 1022 and 3027 to show in my straight/pivot table. Yes the sale id are static and I do not need to 'select' them just reduce data based on the values.&lt;/P&gt;&lt;P&gt;Is this the best option? Would data reduction be better to use? I do not want other salesmen to see other salesmen data. Am I taking the wrong approach. I would then make a tab/sheets for each salesmen and use section access to control which tabs they can see and can not see.&lt;/P&gt;&lt;P&gt;Thanks once again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 05:37:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Sheet-Activate-gt-Select-Multiple-Values-in-a-Fields/m-p/178735#M45836</guid>
      <dc:creator />
      <dc:date>2009-12-08T05:37:37Z</dc:date>
    </item>
    <item>
      <title>On Sheet Activate&gt; Select Multiple Values in a Fields</title>
      <link>https://community.qlik.com/t5/QlikView/On-Sheet-Activate-gt-Select-Multiple-Values-in-a-Fields/m-p/178736#M45837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like a pivot table to display just sales for salesrep_id equal to 1022, 3027, etc. (We have some split accounts with other salesmen, I would like to display) I do not need to compare it to anything or need to use Set Analysis, this may be further down the road. Currently I just want only data for sales id 1022 and 3027 to show in my straight/pivot table. Yes the sale id are static and I do not need to 'select' them just reduce data based on the values.&lt;/P&gt;&lt;P&gt;Is this the best option? Would data reduction be better to use? I do not want other salesmen to see other salesmen data. Am I taking the wrong approach. I would then make a tab/sheets for each salesmen and use section access to control which tabs they can see and can not see.&lt;/P&gt;&lt;P&gt;I just made an expression in my pivot table as 'salesrep_id = (1022) OR salesrep_id = (3202)' this returns a -1 value for the correct sales rep. How do I know only show the values that are equal to -1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks once again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 05:37:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Sheet-Activate-gt-Select-Multiple-Values-in-a-Fields/m-p/178736#M45837</guid>
      <dc:creator />
      <dc:date>2009-12-08T05:37:41Z</dc:date>
    </item>
    <item>
      <title>On Sheet Activate&gt; Select Multiple Values in a Fields</title>
      <link>https://community.qlik.com/t5/QlikView/On-Sheet-Activate-gt-Select-Multiple-Values-in-a-Fields/m-p/178737#M45838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just made an expression in my pivot table as 'salesrep_id = (1022) OR salesrep_id = (3202)' this returns a -1 value for the correct sales rep. How do I know only show the values that are equal to -1?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 23:00:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Sheet-Activate-gt-Select-Multiple-Values-in-a-Fields/m-p/178737#M45838</guid>
      <dc:creator />
      <dc:date>2009-12-08T23:00:52Z</dc:date>
    </item>
    <item>
      <title>On Sheet Activate&gt; Select Multiple Values in a Fields</title>
      <link>https://community.qlik.com/t5/QlikView/On-Sheet-Activate-gt-Select-Multiple-Values-in-a-Fields/m-p/178738#M45839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Set Analysis in all of your expressions in the pivot.&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Sum({&amp;lt;salesrep_id = {1022, 3027}&amp;gt;} Sales)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Once it is placed in each expression, the pivot will only display values for those two IDs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 23:33:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Sheet-Activate-gt-Select-Multiple-Values-in-a-Fields/m-p/178738#M45839</guid>
      <dc:creator />
      <dc:date>2009-12-08T23:33:28Z</dc:date>
    </item>
    <item>
      <title>On Sheet Activate&gt; Select Multiple Values in a Fields</title>
      <link>https://community.qlik.com/t5/QlikView/On-Sheet-Activate-gt-Select-Multiple-Values-in-a-Fields/m-p/178739#M45840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used data reduction based on salesrep_id. This was the best solution.I made an Excel sheet which stores the ID.&lt;/P&gt;&lt;P&gt;Now I just need to figure out adding AD support for the names...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 05:47:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Sheet-Activate-gt-Select-Multiple-Values-in-a-Fields/m-p/178739#M45840</guid>
      <dc:creator />
      <dc:date>2009-12-09T05:47:09Z</dc:date>
    </item>
    <item>
      <title>On Sheet Activate&gt; Select Multiple Values in a Fields</title>
      <link>https://community.qlik.com/t5/QlikView/On-Sheet-Activate-gt-Select-Multiple-Values-in-a-Fields/m-p/178740#M45841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Through it should be noted NMiller solution also worked. Using DDR just worked better for me. Through I will use the section access solution in the future I am sure.&lt;/P&gt;&lt;P&gt;Thanks for your help on this matter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 05:50:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Sheet-Activate-gt-Select-Multiple-Values-in-a-Fields/m-p/178740#M45841</guid>
      <dc:creator />
      <dc:date>2009-12-09T05:50:44Z</dc:date>
    </item>
    <item>
      <title>On Sheet Activate&gt; Select Multiple Values in a Fields</title>
      <link>https://community.qlik.com/t5/QlikView/On-Sheet-Activate-gt-Select-Multiple-Values-in-a-Fields/m-p/178741#M45842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had exactly the same issue and the ToggleSelect feature worked perfectly. Thank you &lt;STRONG&gt;NMiller! &lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Dec 2010 00:00:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Sheet-Activate-gt-Select-Multiple-Values-in-a-Fields/m-p/178741#M45842</guid>
      <dc:creator />
      <dc:date>2010-12-15T00:00:45Z</dc:date>
    </item>
    <item>
      <title>On Sheet Activate&gt; Select Multiple Values in a Fields</title>
      <link>https://community.qlik.com/t5/QlikView/On-Sheet-Activate-gt-Select-Multiple-Values-in-a-Fields/m-p/178742#M45843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin:0cm 0cm 10pt;"&gt;I was able to achieve this by first performing a select in field (on sheet activation) of the one value in the list I do not want and then performing a select excluded (also on sheet activation).&lt;/P&gt;&lt;P style="margin:0cm 0cm 10pt;"&gt;I was lucky though in that only one value wasn't in my desired list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jan 2011 13:26:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Sheet-Activate-gt-Select-Multiple-Values-in-a-Fields/m-p/178742#M45843</guid>
      <dc:creator>jarno_loubser</dc:creator>
      <dc:date>2011-01-17T13:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: On Sheet Activate&gt; Select Multiple Values in a Fields</title>
      <link>https://community.qlik.com/t5/QlikView/On-Sheet-Activate-gt-Select-Multiple-Values-in-a-Fields/m-p/178743#M45844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for the clue on how to issue multiple fields on a sheet activation !&amp;nbsp; The Select In Field and followup of Toggle Select(s) works perfect.&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;Rick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 18:43:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Sheet-Activate-gt-Select-Multiple-Values-in-a-Fields/m-p/178743#M45844</guid>
      <dc:creator />
      <dc:date>2012-10-29T18:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: On Sheet Activate&gt; Select Multiple Values in a Fields</title>
      <link>https://community.qlik.com/t5/QlikView/On-Sheet-Activate-gt-Select-Multiple-Values-in-a-Fields/m-p/178744#M45845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for the clue on how to issue multiple fields on a sheet activation !&amp;nbsp; The Select In Field and followup of Toggle Select(s) works perfect.&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;Rick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 18:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Sheet-Activate-gt-Select-Multiple-Values-in-a-Fields/m-p/178744#M45845</guid>
      <dc:creator />
      <dc:date>2012-10-29T18:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: On Sheet Activate&gt; Select Multiple Values in a Fields</title>
      <link>https://community.qlik.com/t5/QlikView/On-Sheet-Activate-gt-Select-Multiple-Values-in-a-Fields/m-p/178745#M45846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for the clue on how to issue multiple fields on a sheet activation ! The Select In Field and followup of Toggle Select(s) works perfect.&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;Rick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 18:43:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Sheet-Activate-gt-Select-Multiple-Values-in-a-Fields/m-p/178745#M45846</guid>
      <dc:creator />
      <dc:date>2012-10-29T18:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: On Sheet Activate&gt; Select Multiple Values in a Fields</title>
      <link>https://community.qlik.com/t5/QlikView/On-Sheet-Activate-gt-Select-Multiple-Values-in-a-Fields/m-p/178746#M45847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for the clue on how to issue multiple fields on a sheet activation ! The Select In Field and followup of Toggle Select(s) works perfect.&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;Rick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 18:45:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Sheet-Activate-gt-Select-Multiple-Values-in-a-Fields/m-p/178746#M45847</guid>
      <dc:creator />
      <dc:date>2012-10-29T18:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: On Sheet Activate&gt; Select Multiple Values in a Fields</title>
      <link>https://community.qlik.com/t5/QlikView/On-Sheet-Activate-gt-Select-Multiple-Values-in-a-Fields/m-p/178747#M45848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found your answer to be the best. Along with Neil Millers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step by Step Instructions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open the properties of your sheet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1 - Within the Sheet Object Even Triggers - click "Add Action" , click "Add", then select "Selection" and then select "Select in Field" and click "OK" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 2 - Select your Field that you want to filter on (or type it), and then type in the data within the search string (example sales id - 1234)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 3 - Then Within the Sheet Object Even Triggers - click "Add Action" , click "Add", then select "Selection" and then select "Toggle Select" and click "OK" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 4 - Select your Field that you want to filter on (or type it), and then type in the data within the search string (example sales id - 5678)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would also added a Lock Field within the Sheet Object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and subsequently added an Unlock Fields on the "OnLeaveSheet".&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;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 20:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Sheet-Activate-gt-Select-Multiple-Values-in-a-Fields/m-p/178747#M45848</guid>
      <dc:creator />
      <dc:date>2014-02-26T20:40:27Z</dc:date>
    </item>
  </channel>
</rss>

