<?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: Get Qlikview NPrinting in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/Get-Qlikview-NPrinting/m-p/964554#M6741</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnaks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Aug 2015 06:21:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-08-24T06:21:02Z</dc:date>
    <item>
      <title>Get Qlikview NPrinting</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Get-Qlikview-NPrinting/m-p/964545#M6732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I only have a license for Qlikview Personal Edition, and I go well with it. But I need to export my documents to html (web) or pdf. For this I've read that is needed Qlikview NPrinting, but I can't buy only a license for it because I will need Qlikview Server.. am I wrong?&lt;/P&gt;&lt;P&gt;My question is: what should I require for having the same features as Qlikview PE but with exporting to html and pdf, and how much will it cost?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Júlia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 15:02:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Get-Qlikview-NPrinting/m-p/964545#M6732</guid>
      <dc:creator />
      <dc:date>2015-08-20T15:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Get Qlikview NPrinting</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Get-Qlikview-NPrinting/m-p/964546#M6733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Julia -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need QlikView Desktop, not necessarily QlikView Server. NPrinting does not support Personal Edition. See the following document for technical requirements: &lt;A href="https://community.qlik.com/docs/DOC-8440"&gt;Requirements for NPrinting 14 and following versions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as the cost, you should contact your QlikView account manager or the Qlik Sales Department here: &lt;A href="http://www.qlik.com/us/overlay/contact-sales" title="http://www.qlik.com/us/overlay/contact-sales"&gt;http://www.qlik.com/us/overlay/contact-sales&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 15:06:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Get-Qlikview-NPrinting/m-p/964546#M6733</guid>
      <dc:creator>Stephen_Jasionowski</dc:creator>
      <dc:date>2015-08-20T15:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Get Qlikview NPrinting</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Get-Qlikview-NPrinting/m-p/964547#M6734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Julia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do it through macro for HTML export and report action for pdf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To HTML:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The macro is quite simple&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;set cs = ActiveDocument.GetSheetObject("myObjectId")&lt;BR /&gt;cs.ExportHtml "C:\test.html"&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;For PDF Export:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a report in QVW (go to Reports &amp;gt; Edit Reports...). Click Add, then give name of the new report. Click Edit and drag objects over from your QVW on to the report. You can use banding to cycle through dim values, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once done, you can add a button on your sheet with the action type of "Print Report". For Report ID, specify from the earlier step...it will be called something like RP01 for your first report. No macros required here. This allows users to obtain PDFs on they fly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kiru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 15:56:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Get-Qlikview-NPrinting/m-p/964547#M6734</guid>
      <dc:creator />
      <dc:date>2015-08-20T15:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Get Qlikview NPrinting</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Get-Qlikview-NPrinting/m-p/964548#M6735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the answer, where should I put this macro? I never used one on Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 07:02:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Get-Qlikview-NPrinting/m-p/964548#M6735</guid>
      <dc:creator />
      <dc:date>2015-08-21T07:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Get Qlikview NPrinting</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Get-Qlikview-NPrinting/m-p/964549#M6736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i create one, for example in a button and I prove it, it says: "An object 'cs' is required&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 07:33:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Get-Qlikview-NPrinting/m-p/964549#M6736</guid>
      <dc:creator />
      <dc:date>2015-08-21T07:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Get Qlikview NPrinting</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Get-Qlikview-NPrinting/m-p/964550#M6737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found that I couldn't export an entirely sheet, but yes an object, but when I try to export it it says: Error writing data into C:\test.html. &lt;/P&gt;&lt;P&gt;Another thing, can I export the entire sheet?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 07:43:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Get-Qlikview-NPrinting/m-p/964550#M6737</guid>
      <dc:creator />
      <dc:date>2015-08-21T07:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Get Qlikview NPrinting</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Get-Qlikview-NPrinting/m-p/964551#M6738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please have a look at the attached application!&lt;/P&gt;&lt;P&gt;Open the application and press control + m to get into&amp;nbsp; edit module and there you need to copy past this macro.&lt;/P&gt;&lt;P&gt;In the button in the front page, you need to call the macro you just created for button click event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 15:48:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Get-Qlikview-NPrinting/m-p/964551#M6738</guid>
      <dc:creator />
      <dc:date>2015-08-21T15:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: Get Qlikview NPrinting</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Get-Qlikview-NPrinting/m-p/964552#M6739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you pass me a screenshot? I have the free version so I can't open it... Thanks!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 16:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Get-Qlikview-NPrinting/m-p/964552#M6739</guid>
      <dc:creator />
      <dc:date>2015-08-21T16:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Get Qlikview NPrinting</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Get-Qlikview-NPrinting/m-p/964553#M6740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi please have a look at the attached images&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 16:34:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Get-Qlikview-NPrinting/m-p/964553#M6740</guid>
      <dc:creator />
      <dc:date>2015-08-21T16:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Get Qlikview NPrinting</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Get-Qlikview-NPrinting/m-p/964554#M6741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnaks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 06:21:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Get-Qlikview-NPrinting/m-p/964554#M6741</guid>
      <dc:creator />
      <dc:date>2015-08-24T06:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Get Qlikview NPrinting</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Get-Qlikview-NPrinting/m-p/964555#M6742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can export an entire sheet as an image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you add the image, search for "sh".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 15:30:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Get-Qlikview-NPrinting/m-p/964555#M6742</guid>
      <dc:creator />
      <dc:date>2015-08-25T15:30:20Z</dc:date>
    </item>
  </channel>
</rss>

