<?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: Setting Variables as Current Selections Work in Client But Not in AccessPoint in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Setting-Variables-as-Current-Selections-Work-in-Client-But-Not/m-p/874019#M992012</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I believe that's a limitation of the Ajax client.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jul 2015 22:02:27 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2015-07-14T22:02:27Z</dc:date>
    <item>
      <title>Setting Variables as Current Selections Work in Client But Not in AccessPoint</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-Variables-as-Current-Selections-Work-in-Client-But-Not/m-p/874014#M992007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the QlikView client, I have a "Clear All" button set up with the following actions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clear All&lt;/P&gt;&lt;P&gt;Set Variable: vStartDate / =Date(today()-14)&lt;/P&gt;&lt;P&gt;Set Variable: vEndDate / =Date(today()+14)&lt;/P&gt;&lt;P&gt;Set Variable: vStartDatePSSD / =Date(today()-14)&lt;/P&gt;&lt;P&gt;Set Variable: vEndDatePSSD / =Date(today()+14)&lt;/P&gt;&lt;P&gt;Select in Field: Network ID / =SubField(OSUser(),'\',2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I click this button in the QV client, I get this in the Current Selections box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Current Selections.jpg" class="jive-image image-1" src="/legacyfs/online/92851_Current Selections.jpg" style="height: 94px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I publish this to AccessPoint and click Clear All, only the Network ID is selected. The dates will change in the corresponding calendar objects (SEE BELOW), but the date ranges won't be "selected" (in that the dates within the range won't be highlighted green) -- which is obvious because if they were selected, they would appear in the Current Selections box (but they don't).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Calendar Objects.jpg" class="jive-image image-2" src="/legacyfs/online/92858_Calendar Objects.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know why this would work in the client but not in the browser via AccessPoint? Is this a known issue? I've tried on both Chrome and Firefox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kenny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 20:33:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-Variables-as-Current-Selections-Work-in-Client-But-Not/m-p/874014#M992007</guid>
      <dc:creator />
      <dc:date>2015-07-14T20:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Variables as Current Selections Work in Client But Not in AccessPoint</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-Variables-as-Current-Selections-Work-in-Client-But-Not/m-p/874015#M992008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any other triggers you are using except the 'Clear All' button? Triggers on variable change?&lt;/P&gt;&lt;P&gt;I am missing the link between your variable modification and the actual Date selection.&lt;/P&gt;&lt;P&gt;(and what are the settings of your calendar objects? I assume the objects are based on variables, not fields)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 20:55:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-Variables-as-Current-Selections-Work-in-Client-But-Not/m-p/874015#M992008</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-14T20:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Variables as Current Selections Work in Client But Not in AccessPoint</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-Variables-as-Current-Selections-Work-in-Client-But-Not/m-p/874016#M992009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. I have an OnOpen trigger with the exact same actions as the Clear All button (except for the actual Clear All action). And, the OnOpen trigger actually works fine (in that the date ranges are pre-selected upon opening the app).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two OnSelect field event triggers set for the Original Release Date field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set Variable: vStartDate / =MinString([Original Release Date]) &lt;/P&gt;&lt;P&gt;Set Variable: vEndDate / =MaxString([Original Release Date]) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same thing for the Product Sales Start Date field (except variable are vStartDatePSSD and vEndDatePSSD).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also have four OnChange variable event triggers for the four variables mentioned above and all have same value: ='&amp;gt;='&amp;amp;vStartDate &amp;amp; '&amp;lt;='&amp;amp;vEndDate (or ='&amp;gt;='&amp;amp;vStartDatePSSD &amp;amp; '&amp;lt;='&amp;amp;vEndDatePSSD).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, all works as I want it in the actual client -- the behavior just doesn't replicate in a browser.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 21:15:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-Variables-as-Current-Selections-Work-in-Client-But-Not/m-p/874016#M992009</guid>
      <dc:creator />
      <dc:date>2015-07-14T21:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Variables as Current Selections Work in Client But Not in AccessPoint</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-Variables-as-Current-Selections-Work-in-Client-But-Not/m-p/874017#M992010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, just missed the link...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/71320"&gt;Variable OnChange trigger not working (v11 sr1 &amp;amp;amp; sr2)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 21:25:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-Variables-as-Current-Selections-Work-in-Client-But-Not/m-p/874017#M992010</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-14T21:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Variables as Current Selections Work in Client But Not in AccessPoint</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-Variables-as-Current-Selections-Work-in-Client-But-Not/m-p/874018#M992011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't follow the discussion you referred me to 100%, but am I to gather that this just won't work unless it's with the IE Plugin?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 21:45:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-Variables-as-Current-Selections-Work-in-Client-But-Not/m-p/874018#M992011</guid>
      <dc:creator />
      <dc:date>2015-07-14T21:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Variables as Current Selections Work in Client But Not in AccessPoint</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-Variables-as-Current-Selections-Work-in-Client-But-Not/m-p/874019#M992012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I believe that's a limitation of the Ajax client.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 22:02:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-Variables-as-Current-Selections-Work-in-Client-But-Not/m-p/874019#M992012</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-14T22:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Variables as Current Selections Work in Client But Not in AccessPoint</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-Variables-as-Current-Selections-Work-in-Client-But-Not/m-p/874020#M992013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, this doesn't appear to be the issue. I can't figure out a way to download the IE Plugin myself (but that's a whole other issue), but I looked at my app on IE on someone else's machine, and I'm seeing the issue on IE as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 20:22:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-Variables-as-Current-Selections-Work-in-Client-But-Not/m-p/874020#M992013</guid>
      <dc:creator />
      <dc:date>2015-07-15T20:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Variables as Current Selections Work in Client But Not in AccessPoint</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-Variables-as-Current-Selections-Work-in-Client-But-Not/m-p/874021#M992014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I follow you correctly, the variables changed by an Action should not fire any subsequent triggers. Can you make the calendar field selections in the actions associated with the button?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 22:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-Variables-as-Current-Selections-Work-in-Client-But-Not/m-p/874021#M992014</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-07-15T22:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Variables as Current Selections Work in Client But Not in AccessPoint</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-Variables-as-Current-Selections-Work-in-Client-But-Not/m-p/874022#M992015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just trying to get the 14 days behind/ahead date range "selected" (i.e., it appears in the Current Selections box like in my screenshot above) when I click the Clear All button. It works perfectly fine in the application, just not when I publish (and apparently not on either the Ajax client or with the IE Plugin). Are you saying I should do a Select in Field action instead of Set Variable? If so, what would be the correct thing to enter for the Search String value to achieve the same effect (selecting 14 days behind as the start of the range and 14 days ahead as the end of the range)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 22:45:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-Variables-as-Current-Selections-Work-in-Client-But-Not/m-p/874022#M992015</guid>
      <dc:creator />
      <dc:date>2015-07-15T22:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Variables as Current Selections Work in Client But Not in AccessPoint</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-Variables-as-Current-Selections-Work-in-Client-But-Not/m-p/874023#M992017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the same expressions you used to set the variables, such 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; font-size: 13px;"&gt;=Date(today()-14)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 00:30:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-Variables-as-Current-Selections-Work-in-Client-But-Not/m-p/874023#M992017</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-07-16T00:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Variables as Current Selections Work in Client But Not in AccessPoint</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-Variables-as-Current-Selections-Work-in-Client-But-Not/m-p/874024#M992019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob, thanks for the response. This isn't working for some reason. I just did four Select in Field actions on the a new button (with the same four +/-14 days values), and all that does is display today's date for the calendar objects and it only "selects" the current day for one of the fields (the "Product Sales Start Date"). Really makes no sense to me. It's not critical that I get this to work, so I think I'm just going to move on from this. I was hoping it would be a quick solution. Thanks for everyone's input!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 15:12:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-Variables-as-Current-Selections-Work-in-Client-But-Not/m-p/874024#M992019</guid>
      <dc:creator />
      <dc:date>2015-07-16T15:12:51Z</dc:date>
    </item>
  </channel>
</rss>

