<?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: Activate sheets on button click in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Activate-sheets-on-button-click/m-p/1177427#M381998</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niko&lt;/P&gt;&lt;P&gt;do you mean this case, here is my simply example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 May 2016 13:27:22 GMT</pubDate>
    <dc:creator>beck_bakytbek</dc:creator>
    <dc:date>2016-05-31T13:27:22Z</dc:date>
    <item>
      <title>Activate sheets on button click</title>
      <link>https://community.qlik.com/t5/QlikView/Activate-sheets-on-button-click/m-p/1177422#M381993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to make all charts\tables\etc that locates on the dashboard to be static until user clicks a button to activate them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a massive amount of data, and it would be preferred if there was no pre-loading on the graphs when you switch tab. So, when you switch a tab, it stays static graph, user makes selections from filters and then clicks a button to activate them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any built-in capabilities in QlikView? Or do I have to make some expressions for every chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Niko&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 11:37:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activate-sheets-on-button-click/m-p/1177422#M381993</guid>
      <dc:creator />
      <dc:date>2016-05-31T11:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Activate sheets on button click</title>
      <link>https://community.qlik.com/t5/QlikView/Activate-sheets-on-button-click/m-p/1177423#M381994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;LI&gt;Create a variable (vCalc for example) and set it to 0&lt;/LI&gt;&lt;LI&gt;All objects that should not be calculated set "Calculation Condition" (at general tab) = vCalc&lt;/LI&gt;&lt;LI&gt;Your button will have an action Set Variable vCalc = 1&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 11:44:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activate-sheets-on-button-click/m-p/1177423#M381994</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-05-31T11:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Activate sheets on button click</title>
      <link>https://community.qlik.com/t5/QlikView/Activate-sheets-on-button-click/m-p/1177424#M381995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, a good suggestion but it does not show any data when user would click a button again for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Preferred would be something to do with the &lt;STRONG&gt;attach &lt;/STRONG&gt;and &lt;STRONG&gt;detach&lt;/STRONG&gt; functionalities. Detach does not react to any user selections and attach does, I think the solution lies somewhere there. But how could I detach and attach these with a single button?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Niko&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 11:57:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activate-sheets-on-button-click/m-p/1177424#M381995</guid>
      <dc:creator />
      <dc:date>2016-05-31T11:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Activate sheets on button click</title>
      <link>https://community.qlik.com/t5/QlikView/Activate-sheets-on-button-click/m-p/1177425#M381996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There´s no action to detach/attach an object, but a macro can do this (be aware of this &lt;A href="https://community.qlik.com/message/159910"&gt;Macro on AJAX or IE Plugin&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another solution would be (depends what you really want)&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create an alternate state&lt;/LI&gt;&lt;LI&gt;The button would copy the state from one state to another &lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 12:48:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activate-sheets-on-button-click/m-p/1177425#M381996</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-05-31T12:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Activate sheets on button click</title>
      <link>https://community.qlik.com/t5/QlikView/Activate-sheets-on-button-click/m-p/1177426#M381997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could make use use calculated conditions for each graph object. Thus only once certain list box selections are made, will the object calculate. This can be found on the general tab of the graph object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pravesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 13:13:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activate-sheets-on-button-click/m-p/1177426#M381997</guid>
      <dc:creator />
      <dc:date>2016-05-31T13:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Activate sheets on button click</title>
      <link>https://community.qlik.com/t5/QlikView/Activate-sheets-on-button-click/m-p/1177427#M381998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niko&lt;/P&gt;&lt;P&gt;do you mean this case, here is my simply example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 13:27:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activate-sheets-on-button-click/m-p/1177427#M381998</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2016-05-31T13:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Activate sheets on button click</title>
      <link>https://community.qlik.com/t5/QlikView/Activate-sheets-on-button-click/m-p/1177428#M381999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi man,&lt;/P&gt;&lt;P&gt;once i had to do that and my solution was to have an unlinked copy of the fields and when the user is donde selecting presses a button firing a trigger that copies the selection in the linked fields and enables the tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the first tab i had only the selection list boxes for the unlinked fields and the button, the table charts in other tabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although i would also see any way of reducing the massive amount of info, maybe with aggregation of historic or something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 14:03:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activate-sheets-on-button-click/m-p/1177428#M381999</guid>
      <dc:creator>santiago_respane</dc:creator>
      <dc:date>2016-05-31T14:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Activate sheets on button click</title>
      <link>https://community.qlik.com/t5/QlikView/Activate-sheets-on-button-click/m-p/1177429#M382000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just minimize all the objects which you don't want to get calculated while loading app.. they will only be calculated once you restore them.. so, if you want to use a button to do this.. just set that button to restore those minimize objects..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kamal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 14:10:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activate-sheets-on-button-click/m-p/1177429#M382000</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2016-05-31T14:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Activate sheets on button click</title>
      <link>https://community.qlik.com/t5/QlikView/Activate-sheets-on-button-click/m-p/1177430#M382001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cleven Anjos,&lt;/P&gt;&lt;P&gt;Show your objects at start &lt;SPAN lang="en"&gt;with the minimum &lt;SPAN&gt;possible dimensions, and hide all objects that you don't want to show at start with hidden option.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;Kind regards.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 14:19:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activate-sheets-on-button-click/m-p/1177430#M382001</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-31T14:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Activate sheets on button click</title>
      <link>https://community.qlik.com/t5/QlikView/Activate-sheets-on-button-click/m-p/1177431#M382002</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;you can do that with a simple macro:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14647055646236595 jive_text_macro" jivemacro_uid="_14647055646236595"&gt;
&lt;P&gt;Sub ActivateCharts&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Charts=Array("CH01","CH02")&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'attach the charts&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; for each chart in Charts&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set chartObj = ActiveDocument.GetSheetObject(chart)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set prop = chartObj.GetProperties&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; prop.Detached = false&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; chartObj.SetProperties prop&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; next&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'wait for calculation&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'detach the charts&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; for each chart in Charts&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set chartObj = ActiveDocument.GetSheetObject(chart)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set prop = chartObj.GetProperties&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; prop.Detached = true&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; chartObj.SetProperties prop&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; next&lt;/P&gt;
&lt;P&gt;end sub&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 14:39:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activate-sheets-on-button-click/m-p/1177431#M382002</guid>
      <dc:creator>cwolf</dc:creator>
      <dc:date>2016-05-31T14:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Activate sheets on button click</title>
      <link>https://community.qlik.com/t5/QlikView/Activate-sheets-on-button-click/m-p/1177432#M382003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for you all, I will take a look on these a little bit better tomorrow when I am working again with this issue &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Niko&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 05:30:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activate-sheets-on-button-click/m-p/1177432#M382003</guid>
      <dc:creator />
      <dc:date>2016-06-01T05:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Activate sheets on button click</title>
      <link>https://community.qlik.com/t5/QlikView/Activate-sheets-on-button-click/m-p/1177433#M382004</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;Hope this will help u!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 05:45:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activate-sheets-on-button-click/m-p/1177433#M382004</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2016-06-01T05:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Activate sheets on button click</title>
      <link>https://community.qlik.com/t5/QlikView/Activate-sheets-on-button-click/m-p/1177434#M382005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what we generally now use, thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Sorry for the late reply and correct answer -tagging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Cheers,&lt;/P&gt;&lt;P&gt;Niko&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 10:26:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activate-sheets-on-button-click/m-p/1177434#M382005</guid>
      <dc:creator />
      <dc:date>2016-06-08T10:26:05Z</dc:date>
    </item>
  </channel>
</rss>

