<?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 Fit Zoom To Window in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Fit-Zoom-To-Window/m-p/1329626#M823712</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having trouble setting up a button that when you click it, it will automatically Fit Zoom To Window. Many people in my company have different size monitors so it is something I would like to do.&amp;nbsp; Again I want people to be able to click on a button that will Fit to zoom for them. I don't want it to be on Reload or Open unless this is the only way it can be done.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is a photo of the Button, Button Properties window, and Edit Module window. These windows contain my macros and my expressions. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>mparker123</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Fit Zoom To Window</title>
      <link>https://community.qlik.com/t5/QlikView/Fit-Zoom-To-Window/m-p/1329626#M823712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having trouble setting up a button that when you click it, it will automatically Fit Zoom To Window. Many people in my company have different size monitors so it is something I would like to do.&amp;nbsp; Again I want people to be able to click on a button that will Fit to zoom for them. I don't want it to be on Reload or Open unless this is the only way it can be done.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is a photo of the Button, Button Properties window, and Edit Module window. These windows contain my macros and my expressions. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fit-Zoom-To-Window/m-p/1329626#M823712</guid>
      <dc:creator>mparker123</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Fit Zoom To Window</title>
      <link>https://community.qlik.com/t5/QlikView/Fit-Zoom-To-Window/m-p/1329627#M823713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15016012941115739 jive_text_macro" jivemacro_uid="_15016012941115739" modifiedtitle="true"&gt;
&lt;P&gt;Sub FitZoom()&lt;/P&gt;
&lt;P&gt;ActiveDocument.ActiveSheet.FitZoomToWindow&lt;/P&gt;
&lt;P&gt;End Sub&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 15:26:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fit-Zoom-To-Window/m-p/1329627#M823713</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2017-08-01T15:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Fit Zoom To Window</title>
      <link>https://community.qlik.com/t5/QlikView/Fit-Zoom-To-Window/m-p/1329628#M823714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did that now when i click on the button it loads the "Edit Module window; does not fit to zoom. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 15:33:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fit-Zoom-To-Window/m-p/1329628#M823714</guid>
      <dc:creator>mparker123</dc:creator>
      <dc:date>2017-08-01T15:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Fit Zoom To Window</title>
      <link>https://community.qlik.com/t5/QlikView/Fit-Zoom-To-Window/m-p/1329629#M823715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'helvetica neue', helvetica, arial, 'lucida grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Sub Zoom&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'helvetica neue', helvetica, arial, 'lucida grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'helvetica neue', helvetica, arial, 'lucida grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;ActiveDocument.ActiveSheet.FItZoomToWindow&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'helvetica neue', helvetica, arial, 'lucida grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;End Sub&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 15:42:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fit-Zoom-To-Window/m-p/1329629#M823715</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-01T15:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Fit Zoom To Window</title>
      <link>https://community.qlik.com/t5/QlikView/Fit-Zoom-To-Window/m-p/1329630#M823716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Sub ZoomIn '-&lt;/P&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 = sp.ZoomFactor-0.15&lt;/P&gt;&lt;P&gt;mysheet.SetProperties sp&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub ZoomOut '+&lt;/P&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 = sp.ZoomFactor+0.15&lt;/P&gt;&lt;P&gt;mysheet.SetProperties sp&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 15:47:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fit-Zoom-To-Window/m-p/1329630#M823716</guid>
      <dc:creator>el_aprendiz111</dc:creator>
      <dc:date>2017-08-01T15:47:36Z</dc:date>
    </item>
  </channel>
</rss>

