<?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 NPrinting 17.1 - export HTML to destination (folder) issue in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-17-1-export-HTML-to-destination-folder-issue/m-p/1186221#M12352</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing silly issue with NPrinting 17.1 when trying to export HTML report to specific folder destination. It sort of works. Report is distributed to destination (ZIPPED FOLDER, folder name is is the report name, but HTML file inside has scrambled name and is referencing to other files sitting in "Documents" location. &lt;/P&gt;&lt;P&gt;What i want to achieve is:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;export to particular folder HTML report which will not be zipped, and html file will have always the same name&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;also if possible i would like to have all related files (images etc) in subfolder there&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Is that possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be much appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;Lech&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Sep 2016 23:37:35 GMT</pubDate>
    <dc:creator>Lech_Miszkiewicz</dc:creator>
    <dc:date>2016-09-15T23:37:35Z</dc:date>
    <item>
      <title>NPrinting 17.1 - export HTML to destination (folder) issue</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-17-1-export-HTML-to-destination-folder-issue/m-p/1186221#M12352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing silly issue with NPrinting 17.1 when trying to export HTML report to specific folder destination. It sort of works. Report is distributed to destination (ZIPPED FOLDER, folder name is is the report name, but HTML file inside has scrambled name and is referencing to other files sitting in "Documents" location. &lt;/P&gt;&lt;P&gt;What i want to achieve is:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;export to particular folder HTML report which will not be zipped, and html file will have always the same name&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;also if possible i would like to have all related files (images etc) in subfolder there&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Is that possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be much appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;Lech&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 23:37:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-17-1-export-HTML-to-destination-folder-issue/m-p/1186221#M12352</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2016-09-15T23:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting 17.1 - export HTML to destination (folder) issue</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-17-1-export-HTML-to-destination-folder-issue/m-p/1186222#M12353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lech,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, NPrinting 17.x generates zip files that contain the HTML file. In my testing so far, this is a single HTML file that has all images etc. embedded&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="137830" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/137830_pastedImage_13.png" style="max-height: 900px; max-width: 1200px;" /&gt; &lt;/P&gt;&lt;P&gt;One workaround could be to use a tool like &lt;A href="http://www.7-zip.org/"&gt;7-zip&lt;/A&gt;. You can create a batch file and schedule it to periodically check for zipped files in your NPrinting destination folder and unzip them into a temporary holding folder from where the MOVE command can be used to move &amp;amp; rename the extracted HTML file to your final destination folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say you want the html file to always have the name &lt;SPAN style="font-family: Courier New;"&gt;Result.html. &lt;/SPAN&gt;Here is my sample batch file which is self explanatory:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: fuchsia; font-family: 'Courier New'; font-size: 10pt; mso-highlight: white;"&gt;@&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 10pt; background: white; mso-highlight: white; font-family: 'Courier New';"&gt;&lt;STRONG&gt;ECHO&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-highlight: white;"&gt; OFF&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue; font-size: 10pt; background: white; mso-highlight: white; font-family: 'Courier New';"&gt;&lt;STRONG&gt;SET&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-highlight: white;"&gt; "srcdir&lt;/SPAN&gt;&lt;SPAN style="color: red; font-size: 10pt; background: white; mso-highlight: white; font-family: 'Courier New';"&gt;&lt;STRONG&gt;=&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-highlight: white;"&gt;C:\Temp\FromDir" &lt;/SPAN&gt;&lt;SPAN style="background: white; color: green; font-family: 'Courier New'; font-size: 10pt; mso-highlight: white;"&gt;REM Source folder (NPrinting destination folder)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue; font-size: 10pt; background: white; mso-highlight: white; font-family: 'Courier New';"&gt;&lt;STRONG&gt;SET&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-highlight: white;"&gt; "tgtdir&lt;/SPAN&gt;&lt;SPAN style="color: red; font-size: 10pt; background: white; mso-highlight: white; font-family: 'Courier New';"&gt;&lt;STRONG&gt;=&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-highlight: white;"&gt;C:\Temp\ToDir"&lt;/SPAN&gt;&lt;SPAN style="background: white; color: green; font-family: 'Courier New'; font-size: 10pt; mso-highlight: white;"&gt; REM Target folder (Final destination folder)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue; font-size: 10pt; background: white; mso-highlight: white; font-family: 'Courier New';"&gt;&lt;STRONG&gt;SET&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-highlight: white;"&gt; "tmpdir&lt;/SPAN&gt;&lt;SPAN style="color: red; font-size: 10pt; background: white; mso-highlight: white; font-family: 'Courier New';"&gt;&lt;STRONG&gt;=&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-highlight: white;"&gt;C:\Temp\extracted-tmp"&lt;/SPAN&gt;&lt;SPAN style="background: white; color: green; font-family: 'Courier New'; font-size: 10pt; mso-highlight: white;"&gt; REM Temporary holding folder&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: green; font-family: 'Courier New'; font-size: 10pt; mso-highlight: white;"&gt;REM empties the temporary holding folder&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: green; font-family: 'Courier New'; font-size: 10pt; mso-highlight: white;"&gt;&lt;SPAN style="color: blue; font-size: 10pt; background: white; mso-highlight: white; font-family: 'Courier New';"&gt;&lt;STRONG&gt;DEL&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-highlight: white;"&gt; /q "&lt;/SPAN&gt;&lt;SPAN style="color: #ff8000; font-size: 10pt; background: yellow; mso-highlight: yellow; font-family: 'Courier New';"&gt;&lt;STRONG&gt;%tmpdir%&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-highlight: white;"&gt;\&lt;/SPAN&gt;&lt;SPAN style="color: red; font-size: 10pt; background: white; mso-highlight: white; font-family: 'Courier New';"&gt;&lt;STRONG&gt;*&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-highlight: white;"&gt;"&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: green; font-family: 'Courier New'; font-size: 10pt; mso-highlight: white;"&gt;REM although the temporary holding folder should have only one .zip file&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: green; font-family: 'Courier New'; font-size: 10pt; mso-highlight: white;"&gt;REM I still use a loop as I don't know the name of the .zip file&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: green; font-family: 'Courier New'; font-size: 10pt; mso-highlight: white;"&gt;REM You could remove the loop and hard code the name in place of &lt;SPAN style="font-family: Courier New;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #ff8000; font-size: 10pt; background: yellow; mso-highlight: yellow; font-family: 'Courier New';"&gt;&lt;STRONG&gt;%%Z&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-highlight: white;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: green; font-size: 10pt; background: white; mso-highlight: white; font-family: 'Courier New';"&gt;REM We will never know the name of the extracted HTML file hence the second&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: green; font-size: 10pt; background: white; mso-highlight: white; font-family: 'Courier New';"&gt;REM FOR loop&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue; font-size: 10pt; background: white; mso-highlight: white; font-family: 'Courier New';"&gt;&lt;STRONG&gt;FOR&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;STRONG&gt;&lt;SPAN style="background: yellow; color: #ff8000; font-family: 'Courier New'; font-size: 10pt; mso-highlight: yellow;"&gt;%%Z&lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New'; font-size: 10pt; mso-highlight: white;"&gt; IN&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-highlight: white;"&gt; ("&lt;/SPAN&gt;&lt;SPAN style="color: #ff8000; font-size: 10pt; background: yellow; mso-highlight: yellow; font-family: 'Courier New';"&gt;&lt;STRONG&gt;%srcdir%&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-highlight: white;"&gt;\&lt;/SPAN&gt;&lt;SPAN style="color: red; font-size: 10pt; background: white; mso-highlight: white; font-family: 'Courier New';"&gt;&lt;STRONG&gt;*&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-highlight: white;"&gt;.zip")&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 10pt; background: white; mso-highlight: white; font-family: 'Courier New';"&gt;&lt;STRONG&gt; DO&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: #0080ff; font-family: 'Courier New'; font-size: 10pt; mso-highlight: white;"&gt; (&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-highlight: white;"&gt;&amp;nbsp; "C:\Program Files\7-Zip\7z.exe" e "&lt;/SPAN&gt;&lt;SPAN style="color: #ff8000; font-size: 10pt; background: yellow; mso-highlight: yellow; font-family: 'Courier New';"&gt;&lt;STRONG&gt;%%Z&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-highlight: white;"&gt;" -o"&lt;/SPAN&gt;&lt;SPAN style="color: #ff8000; font-size: 10pt; background: yellow; mso-highlight: yellow; font-family: 'Courier New';"&gt;&lt;STRONG&gt;%tmpdir%&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-highlight: white;"&gt;"&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: blue; font-size: 10pt; background: white; mso-highlight: white; font-family: 'Courier New';"&gt;&lt;STRONG&gt;FOR&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;STRONG&gt;&lt;SPAN style="background: yellow; color: #ff8000; font-family: 'Courier New'; font-size: 10pt; mso-highlight: yellow;"&gt;%%I&lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New'; font-size: 10pt; mso-highlight: white;"&gt; IN&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-highlight: white;"&gt; ("&lt;/SPAN&gt;&lt;SPAN style="color: #ff8000; font-size: 10pt; background: yellow; mso-highlight: yellow; font-family: 'Courier New';"&gt;&lt;STRONG&gt;%tmpdir%&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-highlight: white;"&gt;\&lt;/SPAN&gt;&lt;SPAN style="color: red; font-size: 10pt; background: white; mso-highlight: white; font-family: 'Courier New';"&gt;&lt;STRONG&gt;*&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-highlight: white;"&gt;")&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 10pt; background: white; mso-highlight: white; font-family: 'Courier New';"&gt;&lt;STRONG&gt; DO MOVE&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-highlight: white;"&gt; "&lt;/SPAN&gt;&lt;SPAN style="color: #ff8000; font-size: 10pt; background: yellow; mso-highlight: yellow; font-family: 'Courier New';"&gt;&lt;STRONG&gt;%%I&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-highlight: white;"&gt;" "&lt;/SPAN&gt;&lt;SPAN style="color: #ff8000; font-size: 10pt; background: yellow; mso-highlight: yellow; font-family: 'Courier New';"&gt;&lt;STRONG&gt;%tgtdir%&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt; mso-highlight: white;"&gt;\Result.html"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="background: white; color: #0080ff; line-height: 107%; font-family: 'Courier New'; font-size: 10pt; mso-highlight: white; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;HTH - Daniel.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 02:25:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-17-1-export-HTML-to-destination-folder-issue/m-p/1186222#M12353</guid>
      <dc:creator>Daniel_Jenkins</dc:creator>
      <dc:date>2016-09-19T02:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting 17.1 - export HTML to destination (folder) issue</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-17-1-export-HTML-to-destination-folder-issue/m-p/1186223#M12354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel, Thank you for this workaround.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can solve the problem, however it is not possible to create what i wanted to straight from NPrinting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is also another thing i noticed. In NPrinting Help:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/nprinting/17.2/Content/QlikViewEntityReports/HowCreateQVEntityReports/Create-Entity-Reports.htm" title="http://help.qlik.com/en-US/nprinting/17.2/Content/QlikViewEntityReports/HowCreateQVEntityReports/Create-Entity-Reports.htm"&gt;Creating entity reports ‒ Qlik NPrinting&lt;/A&gt;&lt;/P&gt;&lt;P&gt;it says that Qlik Entity report can be created from QlikView &amp;amp; Qlik Sense documents. I wanted to check with you whether this is true as i was not able to create Entity report from Qlik Sense. I am using ver 17.1.2.0. When i try to create such a report qlik sense connection is not available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you please comment on that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lech&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2016-09-21_9-36-04.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138109_2016-09-21_9-36-04.jpg" style="height: 340px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 23:38:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-17-1-export-HTML-to-destination-folder-issue/m-p/1186223#M12354</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2016-09-20T23:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting 17.1 - export HTML to destination (folder) issue</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-17-1-export-HTML-to-destination-folder-issue/m-p/1186224#M12355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lech,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did you find any solution to this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are facing the same problem.&lt;/P&gt;&lt;P&gt;We are not able to choose a connection when we select QlikEntity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 14:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-17-1-export-HTML-to-destination-folder-issue/m-p/1186224#M12355</guid>
      <dc:creator>jan_lance</dc:creator>
      <dc:date>2016-12-08T14:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting 17.1 - export HTML to destination (folder) issue</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-17-1-export-HTML-to-destination-folder-issue/m-p/1186225#M12356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is a bug in documentation - reported and getting fixed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The entity report is not supported with Qlik Sense - that is official statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Lech&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 20:56:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-17-1-export-HTML-to-destination-folder-issue/m-p/1186225#M12356</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2016-12-08T20:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting 17.1 - export HTML to destination (folder) issue</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-17-1-export-HTML-to-destination-folder-issue/m-p/1186226#M12357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is the situation the same in NP17.3.1.&lt;/P&gt;&lt;P&gt;Also is there a way to override the HTML files created in the folder.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2017 05:58:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-17-1-export-HTML-to-destination-folder-issue/m-p/1186226#M12357</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-04T05:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting 17.1 - export HTML to destination (folder) issue</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-17-1-export-HTML-to-destination-folder-issue/m-p/1186227#M12358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure - dropped subject as client was not willing to build bunch of workarounds (which is fully understandable).&lt;/P&gt;&lt;P&gt;I do not undersant your second question - html file are having each time new GUID id and are zipped in folder. You can overwrite zip folders.&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Lech&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2017 06:09:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-17-1-export-HTML-to-destination-folder-issue/m-p/1186227#M12358</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2017-08-04T06:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting 17.1 - export HTML to destination (folder) issue</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-17-1-export-HTML-to-destination-folder-issue/m-p/1186228#M12359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply. Will take up with Qlik support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 00:20:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-17-1-export-HTML-to-destination-folder-issue/m-p/1186228#M12359</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-07T00:20:22Z</dc:date>
    </item>
  </channel>
</rss>

