<?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: Zoom Problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Zoom-Problem/m-p/811424#M286432</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;Write both command in one Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like&lt;/P&gt;&lt;P&gt;Sub ApplyZoom&lt;/P&gt;&lt;P&gt;ActiveDocument.ActiveSheet.FitZoomToWindow&lt;/P&gt;&lt;P&gt;ActiveDocument.ActiveSheet.ApplyZoomToAllSheets&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Feb 2015 06:37:04 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2015-02-03T06:37:04Z</dc:date>
    <item>
      <title>Zoom Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Zoom-Problem/m-p/811423#M286431</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;i want to create a button for zoom&lt;/P&gt;&lt;P&gt;that will&lt;/P&gt;&lt;P&gt;fit zoom to the window and apply the zoom to all sheets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;im using the IE Plugin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i havr the macros-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG style="color: #0000ff;"&gt;sub FitToWindow&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt; ActiveDocument.ActiveSheet.FitZoomToWindow&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; end sub &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt; &lt;STRONG&gt;sub ApplyZoom&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; ActiveDocument.ActiveSheet.ApplyZoomToAllSheets&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt; end sub&lt;/SPAN&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;&lt;SPAN style="font-size: 10pt;"&gt;if im using two buttons - one for each macro - its working...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;but, i want one button!&lt;/SPAN&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;&lt;SPAN style="font-size: 10pt;"&gt;i tried to use &lt;SPAN style="font-size: 10pt;"&gt;Call ApplyZoom in the &lt;STRONG&gt;FitToWindow&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;i tried&amp;nbsp; one macro with the two actions&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;i tried to put in the same button two action&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;nothing ias working...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;please help&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;tnx,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;adi&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 06:32:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Zoom-Problem/m-p/811423#M286431</guid>
      <dc:creator>adiarnon</dc:creator>
      <dc:date>2015-02-03T06:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Zoom-Problem/m-p/811424#M286432</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;Write both command in one Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like&lt;/P&gt;&lt;P&gt;Sub ApplyZoom&lt;/P&gt;&lt;P&gt;ActiveDocument.ActiveSheet.FitZoomToWindow&lt;/P&gt;&lt;P&gt;ActiveDocument.ActiveSheet.ApplyZoomToAllSheets&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 06:37:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Zoom-Problem/m-p/811424#M286432</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-02-03T06:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Zoom-Problem/m-p/811425#M286433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi and tnx&lt;/P&gt;&lt;P&gt;i tried it.&lt;/P&gt;&lt;P&gt;its doing nothing...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;adi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 06:52:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Zoom-Problem/m-p/811425#M286433</guid>
      <dc:creator>adiarnon</dc:creator>
      <dc:date>2015-02-03T06:52:00Z</dc:date>
    </item>
  </channel>
</rss>

