<?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 Export entire sheet as image in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Export-entire-sheet-as-image/m-p/333527#M1179205</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 already read subjects on how ot export objects or sheet to images but I still have an issue.&lt;/P&gt;&lt;P&gt;I have build a very High sheet that I would like to overall export to images (even what is belo my scroll bar).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;Trying to execute&amp;nbsp; &lt;STRONG&gt;ActiveDocument.ActiveSheet.ExportBitmapToFile ExportPath &amp;amp; "MyFile.png" &lt;/STRONG&gt;will ONLY export me the current view of the sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone of you have any idea doing this.&lt;/P&gt;&lt;P&gt;I see that the Print Sheet is doing it pretty well. SO I'm wondering if we (you&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;) can find a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance. &lt;/P&gt;&lt;P&gt;Jerome&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Mar 2012 11:02:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-02T11:02:27Z</dc:date>
    <item>
      <title>Export entire sheet as image</title>
      <link>https://community.qlik.com/t5/QlikView/Export-entire-sheet-as-image/m-p/333527#M1179205</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 already read subjects on how ot export objects or sheet to images but I still have an issue.&lt;/P&gt;&lt;P&gt;I have build a very High sheet that I would like to overall export to images (even what is belo my scroll bar).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;Trying to execute&amp;nbsp; &lt;STRONG&gt;ActiveDocument.ActiveSheet.ExportBitmapToFile ExportPath &amp;amp; "MyFile.png" &lt;/STRONG&gt;will ONLY export me the current view of the sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone of you have any idea doing this.&lt;/P&gt;&lt;P&gt;I see that the Print Sheet is doing it pretty well. SO I'm wondering if we (you&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;) can find a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance. &lt;/P&gt;&lt;P&gt;Jerome&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 11:02:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-entire-sheet-as-image/m-p/333527#M1179205</guid>
      <dc:creator />
      <dc:date>2012-03-02T11:02:27Z</dc:date>
    </item>
    <item>
      <title>Export entire sheet as image</title>
      <link>https://community.qlik.com/t5/QlikView/Export-entire-sheet-as-image/m-p/333528#M1179206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jejetator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i tried out your problem, Hope we can not export the full page image in qlikview using the ExportBitMapToFIle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using below macro i tried out to reduce the sheet zoom level and fit the all object within one sheet and export it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But default the qlikview which take the constant zoom for the exportbitmaptofile function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub export&lt;/P&gt;&lt;P&gt;ActiveDocument.ActiveSheet.FitZoomToWindow&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitforIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.ActiveSheet.ExportBitmapToFile "C:\sample.jpg"&lt;/P&gt;&lt;P&gt;End sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other solution ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the macro you first sent the exported sheet into FitZoomToWindow level and using copy the sheet into clipboard and paste anyone file and save it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 13:14:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-entire-sheet-as-image/m-p/333528#M1179206</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-02T13:14:57Z</dc:date>
    </item>
    <item>
      <title>Export entire sheet as image</title>
      <link>https://community.qlik.com/t5/QlikView/Export-entire-sheet-as-image/m-p/333529#M1179207</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;1st one was really good idea, but not working &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;. unfortunate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't really understand your 2nd one and How to implement&lt;/P&gt;&lt;P&gt;Can you light me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 14:29:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-entire-sheet-as-image/m-p/333529#M1179207</guid>
      <dc:creator />
      <dc:date>2012-03-02T14:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Export entire sheet as image</title>
      <link>https://community.qlik.com/t5/QlikView/Export-entire-sheet-as-image/m-p/333530#M1179208</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Here i attached the qv files which describes you the issue in qlikview to export the full sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Here i use the zooming option and used the ActiveDocument.ActiveSheet.&lt;STRONG&gt;CopyBitmapToClipboard&lt;/STRONG&gt; script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; but its also not working &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Refer the attached qv file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 15:07:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-entire-sheet-as-image/m-p/333530#M1179208</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-02T15:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Export entire sheet as image</title>
      <link>https://community.qlik.com/t5/QlikView/Export-entire-sheet-as-image/m-p/333531#M1179209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;So, no solution as of now.&lt;/P&gt;&lt;P&gt;I manage to do something using the Print Sheet to PDF but really hard to automize.&lt;/P&gt;&lt;P&gt;Talk to you next week for new fresh ideas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 17:00:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-entire-sheet-as-image/m-p/333531#M1179209</guid>
      <dc:creator />
      <dc:date>2012-03-02T17:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Export entire sheet as image</title>
      <link>https://community.qlik.com/t5/QlikView/Export-entire-sheet-as-image/m-p/333532#M1179210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi jejetator,&lt;/P&gt;&lt;P&gt;can you share the macro sheet to pdf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 13:03:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-entire-sheet-as-image/m-p/333532#M1179210</guid>
      <dc:creator />
      <dc:date>2016-01-19T13:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Export entire sheet as image</title>
      <link>https://community.qlik.com/t5/QlikView/Export-entire-sheet-as-image/m-p/333533#M1179211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it works !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 19:50:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-entire-sheet-as-image/m-p/333533#M1179211</guid>
      <dc:creator>mvaugusto</dc:creator>
      <dc:date>2017-08-15T19:50:36Z</dc:date>
    </item>
  </channel>
</rss>

