<?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: Page feature issues in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/Page-feature-issues/m-p/1666148#M27646</link>
    <description>&lt;P&gt;Thank you both for your input, this has helped me greatly! Appreciate the support!!&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jan 2020 10:16:22 GMT</pubDate>
    <dc:creator>QlikBeginner1</dc:creator>
    <dc:date>2020-01-16T10:16:22Z</dc:date>
    <item>
      <title>Page feature issues</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Page-feature-issues/m-p/1665340#M27605</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am building an NPrinting report, and using the 'Page' feature to split the data by year in separated sheets.&lt;/P&gt;&lt;P&gt;I have data from 2016- 2020. However, when I download the file from the news stand, NPrinting is creating sheets from dates going back from 1950. All these sheets are blank until 2014 where there is data.&lt;/P&gt;&lt;P&gt;How can I avoid this, to only create sheets where there is data?&lt;/P&gt;&lt;P&gt;Thanks in advance!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="example.JPG" style="width: 980px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/26796i4A3C7D61BE3C953F/image-size/large?v=v2&amp;amp;px=999" role="button" title="example.JPG" alt="example.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 11:12:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Page-feature-issues/m-p/1665340#M27605</guid>
      <dc:creator>QlikBeginner1</dc:creator>
      <dc:date>2020-01-14T11:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Page feature issues</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Page-feature-issues/m-p/1665405#M27606</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Create a filter that keeps only the years you want to see and apply it to the report.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Ruggero&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 13:15:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Page-feature-issues/m-p/1665405#M27606</guid>
      <dc:creator>Ruggero_Piccoli</dc:creator>
      <dc:date>2020-01-14T13:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Page feature issues</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Page-feature-issues/m-p/1665474#M27616</link>
      <description>&lt;P&gt;Hi Ruggero,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the response. Does this mean every year I will need to manually update the filter in the report to bring in the new years worth of data?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 15:46:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Page-feature-issues/m-p/1665474#M27616</guid>
      <dc:creator>QlikBeginner1</dc:creator>
      <dc:date>2020-01-14T15:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Page feature issues</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Page-feature-issues/m-p/1665604#M27623</link>
      <description>&lt;P&gt;no, you dont need to update it all the time&lt;/P&gt;&lt;P&gt;using advanced search filter you can use &amp;gt;= , or &amp;gt; or simply calculate x number of years based on some condition ( for example "year(today())-2". details in links below&lt;/P&gt;&lt;P&gt;&lt;A href="https://nprintingadventures.com/2019/06/26/nprinting-filters-part-3-advanced-search/" target="_blank"&gt;https://nprintingadventures.com/2019/06/26/nprinting-filters-part-3-advanced-search/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/nprinting/November2019/Content/NPrinting/ReportsDevelopment/Static-dynamic-filters.htm#anchor-9" target="_blank"&gt;https://help.qlik.com/en-US/nprinting/November2019/Content/NPrinting/ReportsDevelopment/Static-dynamic-filters.htm#anchor-9&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You could also clean up a data in your load script and keep only records in data model you need so there are no previous years .&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 23:29:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Page-feature-issues/m-p/1665604#M27623</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2020-01-14T23:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Page feature issues</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Page-feature-issues/m-p/1665836#M27636</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I agree with&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1326"&gt;@Lech_Miszkiewicz&lt;/a&gt;&amp;nbsp;but please note that advanced search is supported starting from June 2019&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Filter support QlikView and Qlik Sense Advanced Search&lt;/STRONG&gt;&lt;BR /&gt;Qlik NPrinting filters support QlikView and Qlik Sense Advanced&amp;nbsp;Search. You can create dynamic filters that, for example, keep values&amp;nbsp;after a specified date; or text that contains a specific string and uses&amp;nbsp;the same syntax of QlikView and Qlik Sense advanced search.&lt;/P&gt;
&lt;P&gt;So, if you are using September 2018 as per your label, you first need to upgrade your installation to June 2019 or newer to use advanced search. I always suggest latest.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Ruggero&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 14:56:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Page-feature-issues/m-p/1665836#M27636</guid>
      <dc:creator>Ruggero_Piccoli</dc:creator>
      <dc:date>2020-01-15T14:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Page feature issues</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Page-feature-issues/m-p/1666148#M27646</link>
      <description>&lt;P&gt;Thank you both for your input, this has helped me greatly! Appreciate the support!!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 10:16:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Page-feature-issues/m-p/1666148#M27646</guid>
      <dc:creator>QlikBeginner1</dc:creator>
      <dc:date>2020-01-16T10:16:22Z</dc:date>
    </item>
  </channel>
</rss>

