<?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: Clear Current Selections Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Clear-Current-Selections-Issue/m-p/575155#M214132</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ralf.&amp;nbsp; I removed the Trigger function and took the set variables I had in the trigger and created a Text Box that now functions like the Trigger did and is working perfectly.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, the only thing I need to figure is how to force the user to select something in the Data table before they can go to Sheet 2 (OtherWise Sheet 2 would be blank).&amp;nbsp; I wish i could set an action on the Data table that still allowed this functionality to go to this TEST_ID in Sheet 2 without having to create a separate text box to get this to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Feb 2014 14:43:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-18T14:43:44Z</dc:date>
    <item>
      <title>Clear Current Selections Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-Current-Selections-Issue/m-p/575150#M214127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a trigger set up that when it launches the 2nd sheet it automatically filters the TEST_ID based upon which test the user selected. &lt;/P&gt;&lt;P&gt;I have three buttons that all have Action items that hide certain information as you hit each of them. Summary, Trending, and View Details.&amp;nbsp; I only have the Current Selection box visible in the Trending/Details buttons, but when I go to clear one of the additional filters I added from highlighting things, automatically takes me out of the Trending tab and back to the Summary tab.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have any triggers set on the Sheet Properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Variable that i am using to make each Visible is vShowDetails. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to look into locking the Variable in Macro and setting OnAnySelect with Macro, but couldn't figure that out to get it to work.&amp;nbsp; All my other filters stay just as is, except this variable always changes when I clear one item in the Current Selection box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 13:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-Current-Selections-Issue/m-p/575150#M214127</guid>
      <dc:creator />
      <dc:date>2014-02-12T13:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Clear Current Selections Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-Current-Selections-Issue/m-p/575151#M214128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a show condition on the sheet that you get kicked off of?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If would be easier to help you if you post an example file: &lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 14:25:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-Current-Selections-Issue/m-p/575151#M214128</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-02-12T14:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Clear Current Selections Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-Current-Selections-Issue/m-p/575152#M214129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When the trigger launches Sheet 2 ("SH02"), I have Set Variable vShowSheet = 'SH02' and Activate Sheet = 'SH02' and Set my initial Variable vShowDetails = 'Summary'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was trying another method described by Josh (link shown below) to create bookmarks and apply them to the Variable. So I created 3 bookmarks for each Summary, Trending, and Details and then under each button I added the Apply Bookmark = [one of the bookmarks].&amp;nbsp; When I click on each of the bookmarks, they appear to go to the button that correlates to, however, when I still select something in a listbox when i am under the trending button and then deselect it, it will take me back to the Summary button setting the vShowDetails variable back to Summary. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In each of these buttons, I have particular charts, text boxes, and data tables depending on which button they go to and under layout I have conditions set up to only show them when the Variable vShowDetails equals that Variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://www.resultdata.com/qlikview-updating-variables-in-bookmarks/" title="http://www.resultdata.com/qlikview-updating-variables-in-bookmarks/"&gt;Using QlikView to Update Input Fields and Variables in Bookmarks | resultdata&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 14:45:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-Current-Selections-Issue/m-p/575152#M214129</guid>
      <dc:creator />
      <dc:date>2014-02-12T14:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Clear Current Selections Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-Current-Selections-Issue/m-p/575153#M214130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you're going to need to post a .qvw to get more help...&amp;nbsp; There are too many factors that could be affecting it, that I need to check it out for myself.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" data-containerid="2049" data-containertype="14" data-objectid="1290" data-objecttype="102" href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 20:17:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-Current-Selections-Issue/m-p/575153#M214130</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-02-14T20:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Clear Current Selections Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-Current-Selections-Issue/m-p/575154#M214131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest not to use confusing trigger actions on sheet selections. You're already in a stage to lose control.. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Just let the user decide what to analyse. This is a must read: &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/theqlikviewblog/2014/02/03/the-key-to-heaven" title="http://community.qlik.com/blogs/theqlikviewblog/2014/02/03/the-key-to-heaven"&gt;http://community.qlik.com/blogs/theqlikviewblog/2014/02/03/the-key-to-heaven&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Feb 2014 15:55:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-Current-Selections-Issue/m-p/575154#M214131</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-02-16T15:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Clear Current Selections Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-Current-Selections-Issue/m-p/575155#M214132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ralf.&amp;nbsp; I removed the Trigger function and took the set variables I had in the trigger and created a Text Box that now functions like the Trigger did and is working perfectly.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, the only thing I need to figure is how to force the user to select something in the Data table before they can go to Sheet 2 (OtherWise Sheet 2 would be blank).&amp;nbsp; I wish i could set an action on the Data table that still allowed this functionality to go to this TEST_ID in Sheet 2 without having to create a separate text box to get this to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 14:43:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-Current-Selections-Issue/m-p/575155#M214132</guid>
      <dc:creator />
      <dc:date>2014-02-18T14:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Clear Current Selections Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-Current-Selections-Issue/m-p/575156#M214133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe use a conditional view for Sheet 2 so it is not visible if no TEST_ID is selected..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 14:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-Current-Selections-Issue/m-p/575156#M214133</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-02-18T14:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Clear Current Selections Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-Current-Selections-Issue/m-p/575157#M214134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sheet 2 is already set up to only Show when Activated once a TEST_ID is selected in the data table.&amp;nbsp; Now with having to remove the Trigger function, that I am now foreseeing that i will have to add two things: a Clear All Current Selections box and a box go to Sheet 2 once the TEST_ID is selected in Data table. I think this is adding more clutter and headache then just having the Trigger in place because now the user will have to also select which TEST_ID they want then click the button (2 step process) vs. using the Trigger was only 1 step process.&amp;nbsp; Plus once the TEST_ID is selected it would automatically trigger the 2nd sheet.&amp;nbsp; Vs. Now if you clicked on a particular TEST_ID, you have to CLEAR ALL if you want to exit that filter (adding additional steps). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 15:07:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-Current-Selections-Issue/m-p/575157#M214134</guid>
      <dc:creator />
      <dc:date>2014-02-18T15:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Clear Current Selections Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-Current-Selections-Issue/m-p/575158#M214135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I finally figured this out.&amp;nbsp; I removed the SET VARIABLE in my trigger.&amp;nbsp; Before I go to Sheet2, I renamed all my Variables to be exactly the same Name, so when it launches Sheet2 it automatically has the Variable set to what I want, so nothing has to happen and is showing the correct information on Sheet 2.&amp;nbsp; Then when I go to the Trending button, I can clear something in my current selections and it doesn't take me back to Summary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your Help everyone. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 12:45:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-Current-Selections-Issue/m-p/575158#M214135</guid>
      <dc:creator />
      <dc:date>2014-02-26T12:45:14Z</dc:date>
    </item>
  </channel>
</rss>

