<?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 AW:Finish selections before recalculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Finish-selections-before-recalculation/m-p/171511#M41487</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some QV-colleagues suggested this solution:&lt;/P&gt;&lt;P&gt;Please introduce a button that sets a variable to 1, the QV-GUI-objects then must have a calculation condition depending on that variable:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Define user-variable vRecalc&lt;/LI&gt;&lt;LI&gt;Make button named "GO": Sets vRecalc=1 as action, button named "STOP": Sets vRecalc=0 as action.&lt;/LI&gt;&lt;LI&gt;Introduce calculation condition in QV charts depending on vRecalc&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;So the user can finish all his selections and finally press GO to start recalculation.&lt;/P&gt;&lt;P&gt;But the user can also do no selections at all and then press GO.&lt;/P&gt;&lt;P&gt;hope that helps. I was happy with this solution&lt;/P&gt;&lt;P&gt;Ruediger&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Feb 2011 11:29:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-04T11:29:03Z</dc:date>
    <item>
      <title>Finish selections before recalculation</title>
      <link>https://community.qlik.com/t5/QlikView/Finish-selections-before-recalculation/m-p/171509#M41485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;how can I force QV to wait for all my selections to be finished before it starts recalculating?&lt;/P&gt;&lt;P&gt;When there are millions of rows its important to finish all selections to reduce data pullout. Otherwise you'll have to wait for every single selection-click to be executed.&lt;/P&gt;&lt;P&gt;Thank's for any hints.&lt;/P&gt;&lt;P&gt;Ruediger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jan 2011 11:01:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finish-selections-before-recalculation/m-p/171509#M41485</guid>
      <dc:creator />
      <dc:date>2011-01-17T11:01:36Z</dc:date>
    </item>
    <item>
      <title>Finish selections before recalculation</title>
      <link>https://community.qlik.com/t5/QlikView/Finish-selections-before-recalculation/m-p/171510#M41486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would like to know this too! At least in developer it is very slow when you must make multiple selections on a large data set. I think I read it is possible to select whilst still recalculating the last selection when using browser and maybe Ajax.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Feb 2011 07:39:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finish-selections-before-recalculation/m-p/171510#M41486</guid>
      <dc:creator>bradshields</dc:creator>
      <dc:date>2011-02-01T07:39:36Z</dc:date>
    </item>
    <item>
      <title>AW:Finish selections before recalculation</title>
      <link>https://community.qlik.com/t5/QlikView/Finish-selections-before-recalculation/m-p/171511#M41487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some QV-colleagues suggested this solution:&lt;/P&gt;&lt;P&gt;Please introduce a button that sets a variable to 1, the QV-GUI-objects then must have a calculation condition depending on that variable:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Define user-variable vRecalc&lt;/LI&gt;&lt;LI&gt;Make button named "GO": Sets vRecalc=1 as action, button named "STOP": Sets vRecalc=0 as action.&lt;/LI&gt;&lt;LI&gt;Introduce calculation condition in QV charts depending on vRecalc&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;So the user can finish all his selections and finally press GO to start recalculation.&lt;/P&gt;&lt;P&gt;But the user can also do no selections at all and then press GO.&lt;/P&gt;&lt;P&gt;hope that helps. I was happy with this solution&lt;/P&gt;&lt;P&gt;Ruediger&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2011 11:29:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finish-selections-before-recalculation/m-p/171511#M41487</guid>
      <dc:creator />
      <dc:date>2011-02-04T11:29:03Z</dc:date>
    </item>
    <item>
      <title>AW:Finish selections before recalculation</title>
      <link>https://community.qlik.com/t5/QlikView/Finish-selections-before-recalculation/m-p/171512#M41488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rudiger. Nice solution&lt;BR /&gt;&lt;BR /&gt;I don't know if you need or want it but you can also combine this in one button.&lt;BR /&gt;&lt;BR /&gt;This is how it works:&lt;BR /&gt;&lt;BR /&gt;Create a button with the following text:&lt;/P&gt;&lt;P&gt;=if(vRecalc=0,'GO','STOP')&lt;BR /&gt;&lt;BR /&gt;Add the action Set Varaible:&lt;/P&gt;&lt;P&gt;Variable : vRecalc&lt;BR /&gt; Value : =if(vRecalc=0,1,0)&lt;BR /&gt;&lt;BR /&gt;This creates one button which changes from GO to STOP depending on the vRecalc variable.&lt;/P&gt;&lt;P&gt;I hope you like it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2011 12:02:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finish-selections-before-recalculation/m-p/171512#M41488</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-04T12:02:17Z</dc:date>
    </item>
    <item>
      <title>AW:Finish selections before recalculation</title>
      <link>https://community.qlik.com/t5/QlikView/Finish-selections-before-recalculation/m-p/171513#M41489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another aproach which does not implies any modification on your chart (but has other restrictions) is to build a input box which reference the fields where you want to operate a selection.&lt;/P&gt;&lt;P&gt;Let's say you have a field named fieldA.&lt;/P&gt;&lt;P&gt;Create an input box,&lt;/P&gt;&lt;P&gt;Under the tab General; Create a variable named v_fieldA (Label can be fieldA)&lt;/P&gt;&lt;P&gt;Under the tab Constraints, Select Value List: Predifined Values in Drop-down&lt;/P&gt;&lt;P&gt;Select Predefined Values / Listed Values: =Concat(DISTINCT fieldA,';')&lt;/P&gt;&lt;P&gt;OK&lt;/P&gt;&lt;P&gt;Then Create a button "Select" with Action "Select in Field" (Field: fieldA / Search String: =$(v_Status))&lt;/P&gt;&lt;P&gt;Result is similar to changing the behavior of QV.&lt;/P&gt;&lt;P&gt;Cons: Selection in inputbox only allow single selection.&lt;/P&gt;&lt;P&gt;Dependencies between fields referenced in the inputbox are removed&lt;/P&gt;&lt;P&gt;I will try to post an example later.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 09:04:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finish-selections-before-recalculation/m-p/171513#M41489</guid>
      <dc:creator />
      <dc:date>2011-03-24T09:04:42Z</dc:date>
    </item>
    <item>
      <title>AW:Finish selections before recalculation</title>
      <link>https://community.qlik.com/t5/QlikView/Finish-selections-before-recalculation/m-p/171514#M41490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is an example with 2 fields (Status &amp;amp; Priority)&lt;/P&gt;&lt;P&gt;In the definition of the predefined values for each variable, I add a SetAnalysis {1} in order not to take care of the current selection&lt;/P&gt;&lt;P&gt;=Concat({1} DISTINCT Status,';')&lt;/P&gt;&lt;P&gt;=Concat({1}DISTINCT Priority,';')&lt;/P&gt;&lt;P&gt;Via the SetAnalysis; I tried to 're-set' the dependency between both fields such as&lt;/P&gt;&lt;P&gt;=Concat({1&amp;lt;Status = {'$(v_Status)'}&amp;gt;}DISTINCT Priority,';')&lt;/P&gt;&lt;P&gt;=Concat({1&amp;lt;Priority = {'$(v_Priority)'}&amp;gt;}DISTINCT Status,';')&lt;/P&gt;&lt;P&gt;But it becomes no longer handy because of the both way dependency... Try if you are interested &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 09:31:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finish-selections-before-recalculation/m-p/171514#M41490</guid>
      <dc:creator />
      <dc:date>2011-03-24T09:31:56Z</dc:date>
    </item>
  </channel>
</rss>

