<?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 Create a button to minimize and maximise graphs in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-a-button-to-minimize-and-maximise-graphs/m-p/273578#M1203519</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am after a button that will minimise the graphs that are not applicable and will maximise the graphs which are applicable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Aug 2010 09:23:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-08-31T09:23:13Z</dc:date>
    <item>
      <title>Create a button to minimize and maximise graphs</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-button-to-minimize-and-maximise-graphs/m-p/273578#M1203519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am after a button that will minimise the graphs that are not applicable and will maximise the graphs which are applicable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Aug 2010 09:23:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-button-to-minimize-and-maximise-graphs/m-p/273578#M1203519</guid>
      <dc:creator />
      <dc:date>2010-08-31T09:23:13Z</dc:date>
    </item>
    <item>
      <title>Create a button to minimize and maximise graphs</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-button-to-minimize-and-maximise-graphs/m-p/273579#M1203520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is normally achieved by using a variable. Your button(s) will change the variable's value. In each graph's 'Show'/Conditional (under the Layout tab in object properties), use a condition along the lines of myVariable = X. Your variable might start off at 0, with buttons to change it to 1, 2, or 3 - each showing a different group of objects with myVariable = 1, myVariable = 2, or myVariable = 3 in their 'Show' box&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Aug 2010 09:34:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-button-to-minimize-and-maximise-graphs/m-p/273579#M1203520</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2010-08-31T09:34:47Z</dc:date>
    </item>
    <item>
      <title>Create a button to minimize and maximise graphs</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-button-to-minimize-and-maximise-graphs/m-p/273580#M1203521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Go to tools---&amp;gt; Edit module&lt;/P&gt;&lt;P&gt;Copy this piece of code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub ShowPremium&lt;/P&gt;&lt;P&gt;set cs = ActiveDocument.GetSheetObject("CH73") // object id is put inside the braces&lt;/P&gt;&lt;P&gt;cs.Minimize&lt;/P&gt;&lt;P&gt;set cs = ActiveDocument.GetSheetObject("CH74")&lt;/P&gt;&lt;P&gt;cs.Minimize&lt;/P&gt;&lt;P&gt;set cs = ActiveDocument.GetSheetObject("CH66")&lt;/P&gt;&lt;P&gt;cs.Restore&lt;/P&gt;&lt;P&gt;set cs = ActiveDocument.GetSheetObject("CH67")&lt;/P&gt;&lt;P&gt;cs.Restore&lt;/P&gt;&lt;P&gt;set cs = ActiveDocument.GetSheetObject("CH68")&lt;/P&gt;&lt;P&gt;cs.Restore&lt;/P&gt;&lt;P&gt;set cs = ActiveDocument.GetSheetObject("CH69")&lt;/P&gt;&lt;P&gt;cs.Restore&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a button object and in the macro , give macro name as ShowPremium&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Aug 2010 09:40:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-button-to-minimize-and-maximise-graphs/m-p/273580#M1203521</guid>
      <dc:creator />
      <dc:date>2010-08-31T09:40:56Z</dc:date>
    </item>
  </channel>
</rss>

