<?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: Set selection on open sheet in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476818#M178065</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have made sure that there are no other triggers selected. i also have a selections box present, but i have not seen the "Type A" selection show up in this box. please have a look again at the actions i use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clear All&lt;/P&gt;&lt;P&gt;Select in Field &amp;gt;&amp;gt; Field(main.type) Search String(Type A)&lt;/P&gt;&lt;P&gt;Select Excluded &amp;gt;&amp;gt; (main.type = Type B and Type C)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that is exactly how i have it written now. please correct this as you see fit &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Dec 2013 13:32:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-12T13:32:04Z</dc:date>
    <item>
      <title>Set selection on open sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476807#M178054</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 have a sheet that is to show a specific selection in a type column. I load the table as main.type and it holds Type A, Type B and Type C. Now in my sheet "MAIN" i want it to automatically select "Type A" and not show results for Type B or Type C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have thought about doing this either by inputting something extra in my LOAD statement, or perhaps by using a trigger, but I cannot get it to work either way. Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 11:23:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476807#M178054</guid>
      <dc:creator />
      <dc:date>2013-12-12T11:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Set selection on open sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476808#M178055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may go at Sheet properties, Triggers and add an OnActivate trigger action to remove all selections, adding a Clear selection action and after that add an A field selection. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 11:27:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476808#M178055</guid>
      <dc:creator />
      <dc:date>2013-12-12T11:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set selection on open sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476809#M178056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Nils&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the Sheet Properties go to the Triggers tab and create a trigger to do the selection &lt;EM&gt;OnActivateSheet&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BEWARE:&amp;nbsp; Some triggers do not work on the Ajax, so do test that scenario. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Bill Markham&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 11:28:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476809#M178056</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-12T11:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Set selection on open sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476810#M178057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I set the triggers? I'm not really good at that &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;. I assume I would set it as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. OnActivateSheet &amp;gt;&amp;gt; Select Possible &amp;gt;&amp;gt; " "&lt;/P&gt;&lt;P&gt;2. OnActivateSheet &amp;gt;&amp;gt; Clear All&lt;/P&gt;&lt;P&gt;3. OnActivateSheet &amp;gt;&amp;gt; Select in Feild &amp;gt;&amp;gt; Feild = main.type | Search String = 'Type A'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot seem to get this to work however... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 11:37:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476810#M178057</guid>
      <dc:creator />
      <dc:date>2013-12-12T11:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Set selection on open sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476811#M178058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your intent is not simply select the field type A for example but avoid the user to select another dimensions (B and C) You can set triggers to select the right dimension at activate sheet and block another dimensions like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;First of all, clear all selections using a clear all action;&lt;/LI&gt;&lt;LI&gt;Do the right selection to the Field A;&lt;/LI&gt;&lt;LI&gt;If you do not want the user select another dimensions, set a trigger to block fields type B and C;&lt;/LI&gt;&lt;LI&gt;After this at another other sheets except main, release the fields B and C for user;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To set your triggers, right click at sheet, properties then go to triggers tab,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;João Dias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 11:46:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476811#M178058</guid>
      <dc:creator />
      <dc:date>2013-12-12T11:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Set selection on open sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476812#M178059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you! this is exactly what i want, however i think im getting the field setup wrong. to select fields i do this: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;3. OnActivateSheet &amp;gt;&amp;gt; Select in Feild &amp;gt;&amp;gt; Feild = main.type | Search String = 'Type A'&amp;nbsp;&amp;nbsp; -- correct?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and then to exclude i set it up as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;3. OnActivateSheet &amp;gt;&amp;gt; Select Exclude &amp;gt;&amp;gt; Feild = main.type = 'Type B' or 'Type C'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 12:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476812#M178059</guid>
      <dc:creator />
      <dc:date>2013-12-12T12:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Set selection on open sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476813#M178060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You must set the field value with no quotes such like Type A not 'Type A'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also create two actions for Type B and Type C for exclusion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Bill exposed previously beware with ajax non working scenarios&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 12:50:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476813#M178060</guid>
      <dc:creator />
      <dc:date>2013-12-12T12:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Set selection on open sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476814#M178061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, i think i got the selection correct now, however after running the script i get a different result than what i get when i just select "Type A" in my selections list. Why is that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 12:58:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476814#M178061</guid>
      <dc:creator />
      <dc:date>2013-12-12T12:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Set selection on open sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476815#M178062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry if I miss your explanation,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you said that you ran your script again and the results differs when you get values for Type A selections made manually from when do you activate the sheet and the trigger fires?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 13:04:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476815#M178062</guid>
      <dc:creator />
      <dc:date>2013-12-12T13:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Set selection on open sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476816#M178063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, exactly. i have no idea why that is? it also does not high light "Type A" in the selection box i have - i would have expected it to. is it suppose to do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 13:21:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476816#M178063</guid>
      <dc:creator />
      <dc:date>2013-12-12T13:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set selection on open sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476817#M178064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe another triggers are setting some dimension value to another field and data is correlated at it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To make sure what you have selected you may put a Current Selections object and debug what´s happening at both situations;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 13:27:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476817#M178064</guid>
      <dc:creator />
      <dc:date>2013-12-12T13:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Set selection on open sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476818#M178065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have made sure that there are no other triggers selected. i also have a selections box present, but i have not seen the "Type A" selection show up in this box. please have a look again at the actions i use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clear All&lt;/P&gt;&lt;P&gt;Select in Field &amp;gt;&amp;gt; Field(main.type) Search String(Type A)&lt;/P&gt;&lt;P&gt;Select Excluded &amp;gt;&amp;gt; (main.type = Type B and Type C)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that is exactly how i have it written now. please correct this as you see fit &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 13:32:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476818#M178065</guid>
      <dc:creator />
      <dc:date>2013-12-12T13:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set selection on open sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476819#M178066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thinking about it I got 2 hypothesis &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) If your data have rows with null or different types except A, B or C the result may differs cause you set the action to select types A, then excludes B and C, but do not say what to do when null or another type appears. So select A and exclude B and C differs from only Select A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Your triggers may set wrong at exclusion. To exclude this values you first of all must set a trigger to exclude B types then set another trigger to exclude C types. Do you combine exclusion with both types B and C?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 13:45:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476819#M178066</guid>
      <dc:creator />
      <dc:date>2013-12-12T13:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Set selection on open sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476820#M178067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmm.. i think you first guess may be correct. the table may have NULLs in it. however if it cannot sort on that then this trigger thing will not do. i will need to do this in some sort of load statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one more question regarding this trigger. i my&amp;nbsp; selection "main.type = Type A suppose to show up in my current selections box if implemented correctly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 13:56:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476820#M178067</guid>
      <dc:creator />
      <dc:date>2013-12-12T13:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Set selection on open sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476821#M178068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i worked around a bit more with this and it seems like i need to swithc my stands on triggers - they just may do the trick &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;! the only thing now is the second selection, to be able to select Type B and Type C at the same time. now i have it set up as two different selections: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Select in Field &amp;gt;&amp;gt; Field(main.type) Search String(Type B)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Select in Field &amp;gt;&amp;gt; Field(main.type) Search String(Type C)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;(i do this so that i can be able to easily track the changes). however doing this it only selects Type C, that is the last selection in the row. how do i get it to select both?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 14:19:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476821#M178068</guid>
      <dc:creator />
      <dc:date>2013-12-12T14:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Set selection on open sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476822#M178069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One way to do this is to clear all selections and select the both types B and C,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then create a Bookmark to it, at trigger event set to apply Bookmark and set the bookmark id as reference&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 14:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476822#M178069</guid>
      <dc:creator />
      <dc:date>2013-12-12T14:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Set selection on open sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476823#M178070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;im sorry, i didnt really follow that... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&amp;nbsp; could you possibly explain more in detail, step-by-step? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 14:41:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476823#M178070</guid>
      <dc:creator />
      <dc:date>2013-12-12T14:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Set selection on open sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476824#M178071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeap &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) First make sure that all current selections are clear.&lt;/P&gt;&lt;P&gt;2) Select both Type´s (B and C) with CTRL key pressed ;&lt;/P&gt;&lt;P&gt;3) Create a new bookmark at bookmark menu (The mine one is at Portuguese, but i believe that prints could by helpful)&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="50386" alt="01.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/50386_01.png" /&gt;&lt;/P&gt;&lt;P&gt;3) Give a friendly name to you bookmark&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="50388" alt="02.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/50388_02.png" /&gt;&lt;/P&gt;&lt;P&gt;4) After did it, press Ctrl + Shif + B to view bookmark lists, then search to you bookmark Id&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="50389" alt="03.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/50389_03.png" style="width: 620px; height: 332px;" /&gt;&lt;/P&gt;&lt;P&gt;5) Go to sheet triggers and set action Bookmars, Apply new bookmark, then set the Bookmark id&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will apply the combined types&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 14:56:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476824#M178071</guid>
      <dc:creator />
      <dc:date>2013-12-12T14:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Set selection on open sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476825#M178072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;amazing! works perfectly - thank you! &lt;/P&gt;&lt;P&gt;(the screens helped, Portuguese was no hindrance &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; ) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 08:25:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-selection-on-open-sheet/m-p/476825#M178072</guid>
      <dc:creator />
      <dc:date>2013-12-13T08:25:30Z</dc:date>
    </item>
  </channel>
</rss>

