<?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 executing macro with ExportBitmapToFile on the OnPostReload trigger in batch mode in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/executing-macro-with-ExportBitmapToFile-on-the-OnPostReload/m-p/200880#M503095</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ihachilili, have you found my answer useful. Please verify.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Jan 2011 15:32:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-01-21T15:32:04Z</dc:date>
    <item>
      <title>executing macro with ExportBitmapToFile on the OnPostReload trigger in batch mode</title>
      <link>https://community.qlik.com/t5/QlikView/executing-macro-with-ExportBitmapToFile-on-the-OnPostReload/m-p/200876#M503091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a qlikview file that uses ExportBitmapToFile to create images from charts after the data is reloaded (using a document trigger).&lt;BR /&gt;This works fine when manually reloading the data.&lt;/P&gt;&lt;P&gt;We have a batch that reloads qlikview files, when we try it with this file, it hangs.&lt;BR /&gt;Commenting out that line in the macro solves the hanging problem, but of course, we lose the main functionality of this qvw file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Sep 2010 20:01:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/executing-macro-with-ExportBitmapToFile-on-the-OnPostReload/m-p/200876#M503091</guid>
      <dc:creator />
      <dc:date>2010-09-14T20:01:06Z</dc:date>
    </item>
    <item>
      <title>executing macro with ExportBitmapToFile on the OnPostReload trigger in batch mode</title>
      <link>https://community.qlik.com/t5/QlikView/executing-macro-with-ExportBitmapToFile-on-the-OnPostReload/m-p/200877#M503092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, ihachilili&lt;/P&gt;&lt;P&gt;Could you try this:&lt;/P&gt;&lt;P&gt;set a trigger variable takes value 1 &amp;amp; 0.&lt;/P&gt;&lt;P&gt;Put the exportToBitmap in the OnOpen trigger&lt;/P&gt;&lt;P&gt;reload your qvw 2 times : 1st time with trigger value = 0 (not trigger onopen's exporttobitmap macro)&lt;/P&gt;&lt;P&gt;2nd time with trigger value = 1 (trigger onopen's exporttobitmap macro).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hit a problem to use macro to print pdf in on post reload and use the same approach to solve the issue.&lt;/P&gt;&lt;P&gt;Hope will help.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Mingming&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Sep 2010 02:08:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/executing-macro-with-ExportBitmapToFile-on-the-OnPostReload/m-p/200877#M503092</guid>
      <dc:creator />
      <dc:date>2010-09-15T02:08:19Z</dc:date>
    </item>
    <item>
      <title>executing macro with ExportBitmapToFile on the OnPostReload trigger in batch mode</title>
      <link>https://community.qlik.com/t5/QlikView/executing-macro-with-ExportBitmapToFile-on-the-OnPostReload/m-p/200878#M503093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;We are also facing same problem if you have any sample application kindly sent it.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Sep 2010 05:57:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/executing-macro-with-ExportBitmapToFile-on-the-OnPostReload/m-p/200878#M503093</guid>
      <dc:creator />
      <dc:date>2010-09-15T05:57:32Z</dc:date>
    </item>
    <item>
      <title>executing macro with ExportBitmapToFile on the OnPostReload trigger in batch mode</title>
      <link>https://community.qlik.com/t5/QlikView/executing-macro-with-ExportBitmapToFile-on-the-OnPostReload/m-p/200879#M503094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;The problem is that ExportBitmapToFile statement works only in opened document mode. I encountered this issue in version 7.5. I thought it would be solved by now, but when upgrading to v9 I found it still persist.&lt;/P&gt;&lt;P dir="ltr"&gt;Try "c:\Program Files (x86)\QlikView\qv.exe" /l /nosecurity "QV Document.qvw" in batch as a temporary solution. It will open QV document and reload the data, but it will not save it. Save your document in macro.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Nov 2010 15:09:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/executing-macro-with-ExportBitmapToFile-on-the-OnPostReload/m-p/200879#M503094</guid>
      <dc:creator />
      <dc:date>2010-11-11T15:09:53Z</dc:date>
    </item>
    <item>
      <title>executing macro with ExportBitmapToFile on the OnPostReload trigger in batch mode</title>
      <link>https://community.qlik.com/t5/QlikView/executing-macro-with-ExportBitmapToFile-on-the-OnPostReload/m-p/200880#M503095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ihachilili, have you found my answer useful. Please verify.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 15:32:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/executing-macro-with-ExportBitmapToFile-on-the-OnPostReload/m-p/200880#M503095</guid>
      <dc:creator />
      <dc:date>2011-01-21T15:32:04Z</dc:date>
    </item>
  </channel>
</rss>

