<?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 Exported Sheet is blank in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exported-Sheet-is-blank/m-p/161127#M35140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shane,&lt;/P&gt;&lt;P&gt;Put the WaitForIdle after the Activate method and then the Export... your code should look like&lt;/P&gt;&lt;P&gt;...Sheets("Master Dashboard").Activate&lt;/P&gt;&lt;P&gt;...WaitForIdle&lt;/P&gt;&lt;P&gt;...Export&lt;/P&gt;&lt;P&gt;Wait for idle will essentially wait for the screen to be painted before it goes to the next line of code which is Export&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;Though, if there is an update to the plug-in which you don't have to activate the sheet, its much better. Though, I tested V10 just now and it still have the same behavior as 9.x.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Oct 2010 13:02:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-10-27T13:02:48Z</dc:date>
    <item>
      <title>Exported Sheet is blank</title>
      <link>https://community.qlik.com/t5/QlikView/Exported-Sheet-is-blank/m-p/161118#M35131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello QV Users,&lt;/P&gt;&lt;P&gt;I have a document where I need to export multiple sheets to image files. I have the macro to export the sheet correct (macro below) but only the sheet that is active exports correctly. The other sheet that is not active exports as a blank image.&lt;/P&gt;&lt;P&gt;Macro:&lt;/P&gt;&lt;P&gt;sub exportToFolder&lt;/P&gt;&lt;P&gt;GraphPath = '\\smdapp02\Qlikview\Models'&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("Dashboard").ExportBitmapToFile GraphPath &amp;amp; "A.jpg"&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("Master Dashboard").ExportBitmapToFile GraphPath &amp;amp; "B.jpg"&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please could someome help me with this. I would really appreciate it.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Oct 2010 10:01:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exported-Sheet-is-blank/m-p/161118#M35131</guid>
      <dc:creator />
      <dc:date>2010-10-27T10:01:37Z</dc:date>
    </item>
    <item>
      <title>Exported Sheet is blank</title>
      <link>https://community.qlik.com/t5/QlikView/Exported-Sheet-is-blank/m-p/161119#M35132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear &lt;STRONG&gt;shanejvv&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Please check for the version of plugin and QV installled&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Oct 2010 10:12:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exported-Sheet-is-blank/m-p/161119#M35132</guid>
      <dc:creator />
      <dc:date>2010-10-27T10:12:02Z</dc:date>
    </item>
    <item>
      <title>Exported Sheet is blank</title>
      <link>https://community.qlik.com/t5/QlikView/Exported-Sheet-is-blank/m-p/161120#M35133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Rishi,&lt;/P&gt;&lt;P&gt;Version is : 9.00.7320.7 SR2&lt;/P&gt;&lt;P&gt;How do I check the plugin version?&lt;/P&gt;&lt;P&gt;tx,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Oct 2010 10:31:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exported-Sheet-is-blank/m-p/161120#M35133</guid>
      <dc:creator />
      <dc:date>2010-10-27T10:31:21Z</dc:date>
    </item>
    <item>
      <title>Exported Sheet is blank</title>
      <link>https://community.qlik.com/t5/QlikView/Exported-Sheet-is-blank/m-p/161121#M35134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not the cleanness way but a workaround would be to Activate the sheet first and then execute the WaitForIdle method&lt;/P&gt;&lt;P&gt;i.e.&lt;/P&gt;&lt;P&gt;... remember the active sheet&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("Master Dashboard").Activate&lt;BR /&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;... export master dashboard&lt;/P&gt;&lt;P&gt;... return to the previous dashboard&lt;/P&gt;&lt;P&gt;i hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Oct 2010 10:34:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exported-Sheet-is-blank/m-p/161121#M35134</guid>
      <dc:creator />
      <dc:date>2010-10-27T10:34:07Z</dc:date>
    </item>
    <item>
      <title>Exported Sheet is blank</title>
      <link>https://community.qlik.com/t5/QlikView/Exported-Sheet-is-blank/m-p/161122#M35135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to add and remove programs in administrative tools then on Qlikview plugin clik on more details you will get the version of plugin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Oct 2010 10:36:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exported-Sheet-is-blank/m-p/161122#M35135</guid>
      <dc:creator />
      <dc:date>2010-10-27T10:36:37Z</dc:date>
    </item>
    <item>
      <title>Exported Sheet is blank</title>
      <link>https://community.qlik.com/t5/QlikView/Exported-Sheet-is-blank/m-p/161123#M35136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;As Pinongs suggested, you need to reactivate the sheet(s) in question and although it's a pain, invoke 'WaitForIdle' and 'ClearCache'. The following code works for exporting to PowerPoint and you should be able to mangle it for jpg's:&lt;BR /&gt;&lt;BR /&gt; set s=ActiveDocument.Sheets("PPT_Presentation")&lt;BR /&gt; ActiveDocument.Sheets("PPT_Presentation").Activate&lt;BR /&gt; ActiveDocument.ClearCache&lt;BR /&gt; ActiveDocument.GetApplication.WaitForIdle&lt;BR /&gt; ActiveDocument.GetSheetObject("TX140").Restore&lt;BR /&gt; ActiveDocument.GetSheetObject("TX140").CopyTextToClipboard&lt;BR /&gt; PPApp.Visible = True&lt;BR /&gt; Set PPSlide = PPPres.Slides(1)&lt;BR /&gt; PPSlide.Shapes(4).TextFrame.TextRange.Paste&lt;BR /&gt; PPSlide.Shapes(4).Left = 28.3447&lt;BR /&gt; PPSlide.Shapes(4).Top = 204.6485&lt;BR /&gt; PPSlide.Shapes(4).Height = 29.195&lt;BR /&gt; PPSlide.Shapes(4).Width = 655.6122&lt;BR /&gt; Set PPShapes = PPPres.Slides(1).Shapes(4).TextFrame.TextRange&lt;BR /&gt; PPShapes.Font.Name = "Tahoma"&lt;BR /&gt; PPShapes.Font.Color.RGB = RGB(25,77,109)&lt;BR /&gt; Set PPFont = PPPres.Slides(1).Shapes(4).TextEffect&lt;BR /&gt; PPFont.FontSize = 28&lt;BR /&gt; ActiveDocument.GetSheetObject("TX140").Minimize&lt;BR /&gt; ActiveDocument.GetApplication.WaitForIdle&lt;BR /&gt; ActiveDocument.ClearCache&lt;BR /&gt;&lt;BR /&gt; set s=ActiveDocument.Sheets("PPT_Presentation")&lt;BR /&gt; ActiveDocument.Sheets("PPT_Presentation").Activate&lt;BR /&gt; ActiveDocument.ClearCache&lt;BR /&gt; ActiveDocument.GetApplication.WaitForIdle&lt;BR /&gt; ActiveDocument.GetSheetObject("TX141").Restore&lt;BR /&gt; ActiveDocument.GetSheetObject("TX141").CopyTextToClipboard&lt;BR /&gt; PPApp.Visible = True&lt;BR /&gt; Set PPSlide = PPPres.Slides(1)&lt;BR /&gt; PPSlide.Shapes(5).TextFrame.TextRange.Paste&lt;BR /&gt; PPSlide.Shapes(5).Left = 28.3447&lt;BR /&gt; PPSlide.Shapes(5).Top = 238.0952&lt;BR /&gt; PPSlide.Shapes(5).Height = 29.195&lt;BR /&gt; PPSlide.Shapes(5).Width = 655.6122&lt;BR /&gt; Set PPShapes = PPPres.Slides(1).Shapes(5).TextFrame.TextRange&lt;BR /&gt; PPShapes.Font.Name = "Tahoma"&lt;BR /&gt; PPShapes.Font.Color.RGB = RGB(25,77,109)&lt;BR /&gt; Set PPFont = PPPres.Slides(1).Shapes(5).TextEffect&lt;BR /&gt; PPFont.FontSize = 28&lt;BR /&gt; ActiveDocument.GetSheetObject("TX141").Minimize&lt;BR /&gt; ActiveDocument.GetApplication.WaitForIdle&lt;BR /&gt; ActiveDocument.ClearCache&lt;BR /&gt;&lt;BR /&gt; set s=ActiveDocument.Sheets("PPT_Presentation")&lt;BR /&gt; ActiveDocument.Sheets("PPT_Presentation").Activate&lt;BR /&gt; ActiveDocument.ClearCache&lt;BR /&gt; ActiveDocument.GetApplication.WaitForIdle&lt;BR /&gt; ActiveDocument.GetSheetObject("TX142").Restore&lt;BR /&gt; ActiveDocument.GetSheetObject("TX142").CopyTextToClipboard&lt;BR /&gt; PPApp.Visible = True&lt;BR /&gt; Set PPSlide = PPPres.Slides(1)&lt;BR /&gt; PPSlide.Shapes(6).TextFrame.TextRange.Paste&lt;BR /&gt; PPSlide.Shapes(6).Left = 28.3447&lt;BR /&gt; PPSlide.Shapes(6).Top = 272.1088&lt;BR /&gt; PPSlide.Shapes(6).Height = 29.195&lt;BR /&gt; PPSlide.Shapes(6).Width = 655.6122&lt;BR /&gt; Set PPShapes = PPPres.Slides(1).Shapes(6).TextFrame.TextRange&lt;BR /&gt; PPShapes.Font.Name = "Tahoma"&lt;BR /&gt; PPShapes.Font.Color.RGB = RGB(25,77,109)&lt;BR /&gt; Set PPFont = PPPres.Slides(1).Shapes(6).TextEffect&lt;BR /&gt; PPFont.FontSize = 28&lt;BR /&gt; ActiveDocument.GetSheetObject("TX142").Minimize&lt;BR /&gt; ActiveDocument.GetApplication.WaitForIdle&lt;BR /&gt; ActiveDocument.ClearCache&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Oct 2010 10:49:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exported-Sheet-is-blank/m-p/161123#M35136</guid>
      <dc:creator />
      <dc:date>2010-10-27T10:49:13Z</dc:date>
    </item>
    <item>
      <title>Exported Sheet is blank</title>
      <link>https://community.qlik.com/t5/QlikView/Exported-Sheet-is-blank/m-p/161124#M35137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all the replies. I have changed my macro to include WaitForIdle and ClearCache but I still get one blank image.&lt;/P&gt;&lt;P&gt;I've changed it to:&lt;/P&gt;&lt;P&gt;sub exportDash&lt;/P&gt;&lt;P&gt;GraphPath = '\\smdapp02\Qlikview\Models\'&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("Dashboard").Activate&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("Dashboard").ExportBitmapToFile GraphPath &amp;amp; "Dashboard.jpg"&lt;/P&gt;&lt;P&gt;ActivateDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.ClearCache&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("Master Dashboard").Activate&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("Master Dashboard").ExportBitmapToFile GraphPath &amp;amp; "Master_Dashboard.jpg"&lt;/P&gt;&lt;P&gt;ActivateDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.ClearCache&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I understand it, ClearCache will clear the memory so that a new image can be placed into memory and WaitForIdle makes sure that the exporting process is done. Am I right in saying this? Why would a blank image still be exporting for Master Dashboard?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help guys!&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Oct 2010 12:23:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exported-Sheet-is-blank/m-p/161124#M35137</guid>
      <dc:creator />
      <dc:date>2010-10-27T12:23:19Z</dc:date>
    </item>
    <item>
      <title>Exported Sheet is blank</title>
      <link>https://community.qlik.com/t5/QlikView/Exported-Sheet-is-blank/m-p/161125#M35138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;Is the sheet "Master Dashboard" or has it got an underscore in it ["Master_Dashboard"]? Also, have you tried just exporting the Master file? Is the app cutting back to the macro and coming up with an error message [which it normally would]? Finally, as I've managed to do this myself in the past..........is there data in the master file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Oct 2010 12:34:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exported-Sheet-is-blank/m-p/161125#M35138</guid>
      <dc:creator />
      <dc:date>2010-10-27T12:34:02Z</dc:date>
    </item>
    <item>
      <title>Exported Sheet is blank</title>
      <link>https://community.qlik.com/t5/QlikView/Exported-Sheet-is-blank/m-p/161126#M35139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jon,&lt;/P&gt;&lt;P&gt;The sheet is just called "Master Dashboard" with no underscore but I've added an underscore on the file it creates. Exporting only one file is okay but then when you create a new sub for the second image, it reverts back to exporting only one again. No error appears, it goes through okay and even creates the file but that image is blank. There is data on both sheets.&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Shane&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Oct 2010 12:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exported-Sheet-is-blank/m-p/161126#M35139</guid>
      <dc:creator />
      <dc:date>2010-10-27T12:58:01Z</dc:date>
    </item>
    <item>
      <title>Exported Sheet is blank</title>
      <link>https://community.qlik.com/t5/QlikView/Exported-Sheet-is-blank/m-p/161127#M35140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shane,&lt;/P&gt;&lt;P&gt;Put the WaitForIdle after the Activate method and then the Export... your code should look like&lt;/P&gt;&lt;P&gt;...Sheets("Master Dashboard").Activate&lt;/P&gt;&lt;P&gt;...WaitForIdle&lt;/P&gt;&lt;P&gt;...Export&lt;/P&gt;&lt;P&gt;Wait for idle will essentially wait for the screen to be painted before it goes to the next line of code which is Export&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;Though, if there is an update to the plug-in which you don't have to activate the sheet, its much better. Though, I tested V10 just now and it still have the same behavior as 9.x.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Oct 2010 13:02:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exported-Sheet-is-blank/m-p/161127#M35140</guid>
      <dc:creator />
      <dc:date>2010-10-27T13:02:48Z</dc:date>
    </item>
    <item>
      <title>Exported Sheet is blank</title>
      <link>https://community.qlik.com/t5/QlikView/Exported-Sheet-is-blank/m-p/161128#M35141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pinongs, you're the man! Thanks, it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Oct 2010 13:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exported-Sheet-is-blank/m-p/161128#M35141</guid>
      <dc:creator />
      <dc:date>2010-10-27T13:46:14Z</dc:date>
    </item>
  </channel>
</rss>

