<?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 Publisher .pdf Report not showing data correctly in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Publisher-pdf-Report-not-showing-data-correctly/m-p/347758#M1275727</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got an issue with Qlikview Publisher not exporting tables correctly in a report to pdf. It works fine when i export through the desktop or web browser, however, it doesn't work when using publisher to export.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table (shown below) which calculates correctly through client and web browser, however, the "Purch last Year" columns show as 0 when exported to .pdf but ONLY through publisher;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="18233" class="jive-image-thumbnail jive-image" height="153" onclick="" alt="Table1.bmp" src="https://community.qlik.com/legacyfs/online/18233_Table1.bmp" style="width: 609.2920353982302px; height: 153px;" width="609" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm guessing it's to do with how i've set the report up so i'll explain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Total Items Purch. is simply:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum([Quantity Invoiced])&lt;/P&gt;&lt;P&gt;Total Items Purch. Last Year uses set analysis:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({$&amp;lt;[Order Date] = {"&amp;gt;=$(=date(addyears(vMinOrderDate,-1)))&amp;lt;=$(=date(addyears(vMaxOrderDate,-1)))"}, Year=, [Week Number]=, Month=&amp;gt;}[Quantity Invoiced])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where vMinOrderDate = min([Order Date])&lt;/P&gt;&lt;P&gt;and vMaxOrderDate =max([Order Date])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "Month" field is how users select the date range and is made from MonthName([Order Date]) so they have to select the month and year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next is where i believe i may be going wrong. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need this report to reload monthly on the 1st with the just previous month's data.As a result, I've built a dynamic bookmark and referenced publisher to loop and reduce based on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="18235" class="jive-image" alt="table2.bmp" src="https://community.qlik.com/legacyfs/online/18235_table2.bmp" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The bookmark works how i want it to in the client and web browser but when run through publisher, the Last Years figures for all columns show 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="18236" class="jive-image-thumbnail jive-image" onclick="" alt="table3.bmp" src="https://community.qlik.com/legacyfs/online/18236_table3.bmp" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help? Is there a better way to dynamically select the previous month each month?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Publisher .pdf Report not showing data correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Publisher-pdf-Report-not-showing-data-correctly/m-p/347758#M1275727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got an issue with Qlikview Publisher not exporting tables correctly in a report to pdf. It works fine when i export through the desktop or web browser, however, it doesn't work when using publisher to export.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table (shown below) which calculates correctly through client and web browser, however, the "Purch last Year" columns show as 0 when exported to .pdf but ONLY through publisher;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="18233" class="jive-image-thumbnail jive-image" height="153" onclick="" alt="Table1.bmp" src="https://community.qlik.com/legacyfs/online/18233_Table1.bmp" style="width: 609.2920353982302px; height: 153px;" width="609" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm guessing it's to do with how i've set the report up so i'll explain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Total Items Purch. is simply:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum([Quantity Invoiced])&lt;/P&gt;&lt;P&gt;Total Items Purch. Last Year uses set analysis:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({$&amp;lt;[Order Date] = {"&amp;gt;=$(=date(addyears(vMinOrderDate,-1)))&amp;lt;=$(=date(addyears(vMaxOrderDate,-1)))"}, Year=, [Week Number]=, Month=&amp;gt;}[Quantity Invoiced])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where vMinOrderDate = min([Order Date])&lt;/P&gt;&lt;P&gt;and vMaxOrderDate =max([Order Date])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "Month" field is how users select the date range and is made from MonthName([Order Date]) so they have to select the month and year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next is where i believe i may be going wrong. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need this report to reload monthly on the 1st with the just previous month's data.As a result, I've built a dynamic bookmark and referenced publisher to loop and reduce based on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="18235" class="jive-image" alt="table2.bmp" src="https://community.qlik.com/legacyfs/online/18235_table2.bmp" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The bookmark works how i want it to in the client and web browser but when run through publisher, the Last Years figures for all columns show 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="18236" class="jive-image-thumbnail jive-image" onclick="" alt="table3.bmp" src="https://community.qlik.com/legacyfs/online/18236_table3.bmp" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help? Is there a better way to dynamically select the previous month each month?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Publisher-pdf-Report-not-showing-data-correctly/m-p/347758#M1275727</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
  </channel>
</rss>

