<?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 Need help printing a Qlikview report in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-printing-a-Qlikview-report/m-p/165913#M38055</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help Rocky. What you suggested work. However, is there a way to print a sheet (no report) using a macro? I've been looking on the web to see how to do so, but I cannot find anything.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Iaroslav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 May 2010 17:08:33 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-05-26T17:08:33Z</dc:date>
    <item>
      <title>Need help printing a Qlikview report</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-printing-a-Qlikview-report/m-p/165909#M38051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I am a relatively new Qlikview user and would like some help printing a Qlikview report (or exporting it to a PDF file ideally). My Qlikview file consists of a sheet with list and graph objects.&lt;/P&gt;&lt;P&gt;What I want to do is print a particular sheet but with different bookmarks. For example, let's suppose I have 3 bookmarks corresponding to three sets of selections. What I want in the end is a 3 page PDF file of the same sheet, where each page corresponds to a different bookmark (or set of selections).&lt;/P&gt;&lt;P&gt;If it helps, I am using Qlikview 9.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Iaroslav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 14:32:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-printing-a-Qlikview-report/m-p/165909#M38051</guid>
      <dc:creator />
      <dc:date>2010-05-26T14:32:56Z</dc:date>
    </item>
    <item>
      <title>Need help printing a Qlikview report</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-printing-a-Qlikview-report/m-p/165910#M38052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you need a same sheet to be printed 3 times with different selections,&lt;/P&gt;&lt;P&gt;I would assume the only possibility is to have a macro - which defines the selections followed by a print to pdf statement for the same report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you have any questions.&lt;/P&gt;&lt;P&gt;Actually we use the same approach.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 15:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-printing-a-Qlikview-report/m-p/165910#M38052</guid>
      <dc:creator>boorgura</dc:creator>
      <dc:date>2010-05-26T15:09:13Z</dc:date>
    </item>
    <item>
      <title>Need help printing a Qlikview report</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-printing-a-Qlikview-report/m-p/165911#M38053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rocky,&lt;/P&gt;&lt;P&gt;Thank you for your reply. How would I exactly go about writing a macro to print to pdf? So far I have a macro that goes through my bookmarks and saves the .bmp files which I then convert to PDF. Is it possible to crease a .pdf file and then append all other images to it from a macro?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Iaroslav&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;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 15:39:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-printing-a-Qlikview-report/m-p/165911#M38053</guid>
      <dc:creator />
      <dc:date>2010-05-26T15:39:27Z</dc:date>
    </item>
    <item>
      <title>Need help printing a Qlikview report</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-printing-a-Qlikview-report/m-p/165912#M38054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A sample of how the macro would be:&lt;/P&gt;&lt;P&gt;Sub PrintToPDFSummary&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; SummaryDefaultViewSelection()&lt;BR /&gt; ActiveDocument.PrintReport "RP32", "PDFCreator"&lt;BR /&gt; ActiveDocument.ClearAll&lt;/P&gt;&lt;P&gt;SummaryDefaultView2Selection()&lt;BR /&gt; ActiveDocument.PrintReport "RP32", "PDFCreator"&lt;BR /&gt; ActiveDocument.ClearAll&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;end Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above example shows how to call 2 macros which will trigger different selections on the same report.&lt;/P&gt;&lt;P&gt;WE use a software called PDFCreator to generate PDF files. If I'm not wrong it should be an open-source one. there are a couple of other options as well.&lt;/P&gt;&lt;P&gt;Let me know if you have any other questions!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 16:10:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-printing-a-Qlikview-report/m-p/165912#M38054</guid>
      <dc:creator>boorgura</dc:creator>
      <dc:date>2010-05-26T16:10:26Z</dc:date>
    </item>
    <item>
      <title>Need help printing a Qlikview report</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-printing-a-Qlikview-report/m-p/165913#M38055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help Rocky. What you suggested work. However, is there a way to print a sheet (no report) using a macro? I've been looking on the web to see how to do so, but I cannot find anything.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Iaroslav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 17:08:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-printing-a-Qlikview-report/m-p/165913#M38055</guid>
      <dc:creator />
      <dc:date>2010-05-26T17:08:33Z</dc:date>
    </item>
    <item>
      <title>Need help printing a Qlikview report</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-printing-a-Qlikview-report/m-p/165914#M38056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I use the following macro to print a sheet, bear in mind that that's exactly what it does, it takes a screen dump of the entire active sheet, opens up MS-Word, pastes the screen capture into word, prints it and then dumps the document. It works perfectly for me because it does exactly what we want....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;SUB mcr_PrintActiveSheet&lt;BR /&gt; Set objWord = CreateObject("Word.Application")&lt;BR /&gt; objWord.Visible = False&lt;BR /&gt; Set objDoc = objWord.Documents.Add&lt;BR /&gt; Const wdOrientLandscape = 1&lt;BR /&gt; objDoc.PageSetup.Orientation = wdOrientLandscape&lt;BR /&gt; ActiveDocument.ActiveSheet.CopyBitmapToClipboard false&lt;BR /&gt; objWord.Selection.Paste&lt;BR /&gt; Const wdAlignParagraphCenter = 1&lt;BR /&gt; objDoc.Paragraphs(1).Alignment = wdAlignParagraphCenter&lt;BR /&gt; objDoc.PrintOut()&lt;BR /&gt; DO WHILE objWord.BackgroundPrintingStatus &amp;gt; 0&lt;BR /&gt; LOOP&lt;BR /&gt; objWord.Quit wdDoNotSaveChanges&lt;BR /&gt; Set objWord = Nothing&lt;BR /&gt; Set objDoc = Nothing&lt;BR /&gt;END SUB&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 17:20:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-printing-a-Qlikview-report/m-p/165914#M38056</guid>
      <dc:creator />
      <dc:date>2010-05-26T17:20:34Z</dc:date>
    </item>
    <item>
      <title>Need help printing a Qlikview report</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-printing-a-Qlikview-report/m-p/165915#M38057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By the way, if you are using V9 then all of the above can be replaced using Actions against a button, which would be much better as it will also offer you the choice of providing a print dialogue window (to select the printer) which my macro doesn't do (it will print only to the default printer).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 17:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-printing-a-Qlikview-report/m-p/165915#M38057</guid>
      <dc:creator />
      <dc:date>2010-05-26T17:23:32Z</dc:date>
    </item>
    <item>
      <title>Need help printing a Qlikview report</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-printing-a-Qlikview-report/m-p/165916#M38058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All&lt;/P&gt;&lt;P&gt;I have one question?&lt;/P&gt;&lt;P&gt;how can fetch whole sheet in pdf format with the help of macro&lt;/P&gt;&lt;P&gt;then i send auto mail whole sheet to everybody daily basic .&lt;/P&gt;&lt;P&gt;Please help me very very urgent basic ..&lt;/P&gt;&lt;P style="font-weight: bold"&gt;very.......................................urgent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Regards&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Ashish&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 07:54:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-printing-a-Qlikview-report/m-p/165916#M38058</guid>
      <dc:creator />
      <dc:date>2010-05-27T07:54:52Z</dc:date>
    </item>
  </channel>
</rss>

