<?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: Zooming in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Zooming/m-p/286384#M106545</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;P&gt;rem ** fit active sheet zoom to window **&lt;/P&gt;&lt;P&gt;ActiveDocument.ActiveSheet.FitZoomToWindow&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All this can be found in the APIGuide.qvw that is installed in your computer when you include documentation in you QV install.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Feb 2012 16:33:06 GMT</pubDate>
    <dc:creator>pover</dc:creator>
    <dc:date>2012-02-16T16:33:06Z</dc:date>
    <item>
      <title>Zooming</title>
      <link>https://community.qlik.com/t5/QlikView/Zooming/m-p/286378#M106539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can we zoom all the sheet objects together in a qlikview dashboard ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 17:57:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Zooming/m-p/286378#M106539</guid>
      <dc:creator />
      <dc:date>2012-02-15T17:57:09Z</dc:date>
    </item>
    <item>
      <title>Zooming</title>
      <link>https://community.qlik.com/t5/QlikView/Zooming/m-p/286379#M106540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure I understand what you are looking for, but you can make sheet objects larger if you go to View-&amp;gt;Zoom-&amp;gt;x%.&amp;nbsp; Then you can select the option to "Apply the Zoom to All Sheets"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell us if you were looking for another answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 18:24:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Zooming/m-p/286379#M106540</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2012-02-15T18:24:21Z</dc:date>
    </item>
    <item>
      <title>Zooming</title>
      <link>https://community.qlik.com/t5/QlikView/Zooming/m-p/286380#M106541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to add a button on the sheet so that if i click on that button all the sheet objects get Zoomed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 18:42:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Zooming/m-p/286380#M106541</guid>
      <dc:creator />
      <dc:date>2012-02-15T18:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Zooming</title>
      <link>https://community.qlik.com/t5/QlikView/Zooming/m-p/286381#M106542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the QV API guide there is a function you can use that will zoom a sheet.&amp;nbsp; The example listed is the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;P&gt;set mysheet=ActiveDocument.ActiveSheet&lt;/P&gt;&lt;P&gt;set sp=mysheet.GetProperties&lt;/P&gt;&lt;P&gt;sp.ZoomFactor = 0.9&lt;/P&gt;&lt;P&gt;mysheet.SetProperties sp&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, with this code you could create a macro that gets triggered by the button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 18:46:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Zooming/m-p/286381#M106542</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2012-02-15T18:46:49Z</dc:date>
    </item>
    <item>
      <title>Zooming</title>
      <link>https://community.qlik.com/t5/QlikView/Zooming/m-p/286382#M106543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Karl Pover &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 06:02:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Zooming/m-p/286382#M106543</guid>
      <dc:creator />
      <dc:date>2012-02-16T06:02:46Z</dc:date>
    </item>
    <item>
      <title>Zooming</title>
      <link>https://community.qlik.com/t5/QlikView/Zooming/m-p/286383#M106544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. This Macro works but what can be done for fitting the zoom to window ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 09:09:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Zooming/m-p/286383#M106544</guid>
      <dc:creator />
      <dc:date>2012-02-16T09:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Zooming</title>
      <link>https://community.qlik.com/t5/QlikView/Zooming/m-p/286384#M106545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;P&gt;rem ** fit active sheet zoom to window **&lt;/P&gt;&lt;P&gt;ActiveDocument.ActiveSheet.FitZoomToWindow&lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All this can be found in the APIGuide.qvw that is installed in your computer when you include documentation in you QV install.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 16:33:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Zooming/m-p/286384#M106545</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2012-02-16T16:33:06Z</dc:date>
    </item>
  </channel>
</rss>

