<?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: Nprint issue in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/Nprint-issue/m-p/2543983#M6467</link>
    <description>&lt;P&gt;Many issues here:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;what is the datatype of the Reporting_Week field&lt;/LI&gt;&lt;LI&gt;to use formula you need to change type of filter from "Value is" to either "Evaluate value" or "Advanced Search"&lt;/LI&gt;&lt;LI&gt;Depending on the type of the field you need to make sure your formula returns such type. It is critical to understand that duals are numerical values with possible symbol representation and in NPrinting we need to pass numerical value of it.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I wrote quite a few posts about this and I strongly encourage you to read about it to get an understanding of the issue rather than trying to guess:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://nprintingadventures.com/2019/02/15/the-pitfalls-of-nprinting-filters-part-1-dates-and-duals/" target="_blank"&gt;https://nprintingadventures.com/2019/02/15/the-pitfalls-of-nprinting-filters-part-1-dates-and-duals/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://nprintingadventures.com/2022/03/19/filters-in-nprinting-how-hard-can-it-be-part-3-evaluate-value/" target="_blank"&gt;https://nprintingadventures.com/2022/03/19/filters-in-nprinting-how-hard-can-it-be-part-3-evaluate-value/&lt;/A&gt;&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://nprintingadventures.com/2024/11/29/advanced-search-filter-trap/" target="_blank"&gt;https://nprintingadventures.com/2024/11/29/advanced-search-filter-trap/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;</description>
    <pubDate>Mon, 02 Mar 2026 09:01:54 GMT</pubDate>
    <dc:creator>Lech_Miszkiewicz</dc:creator>
    <dc:date>2026-03-02T09:01:54Z</dc:date>
    <item>
      <title>Nprint issue</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Nprint-issue/m-p/2543924#M6463</link>
      <description>&lt;P&gt;Hi I am using Nrpint for some data but I cannot seem to get the filter to select the lastest weekending date&lt;/P&gt;&lt;P&gt;i've tried lots of options on co pilot but nothing works&lt;/P&gt;&lt;P&gt;for example in advance search&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=REPORTING_WEEK=Max(REPORTING_WEEK)&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;=REPORTING_WEEK = Max({1} TOTAL Aggr(If(Len(Trim(REPORTING_WEEK))&amp;gt;0, REPORTING_WEEK), REPORTING_WEEK))&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;=Max({1} TOTAL Aggr(If(Len(Trim(REPORTING_WEEK))&amp;gt;0, REPORTING_WEEK), REPORTING_WEEK))&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;none of these work&amp;nbsp;&lt;/P&gt;&lt;P&gt;hope someone can help&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="1.jpg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/187105iD22AADE6771375CB/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.jpg" alt="1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2026 21:02:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Nprint-issue/m-p/2543924#M6463</guid>
      <dc:creator>RobMazaheri</dc:creator>
      <dc:date>2026-02-27T21:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Nprint issue</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Nprint-issue/m-p/2543977#M6466</link>
      <description>&lt;P&gt;Could it be that your field is a dual, and that you are dking a string comparison between the string value and the numeric that is returned from using&amp;nbsp;&lt;EM&gt;max(REPORTING_WEEK)&lt;/EM&gt;?&lt;/P&gt;&lt;P&gt;It's been a while since I used NPrinting, but I believe you should be able to state that you want to do comparisons on the numeri(or evaluated) value. Alternatively, force your expression to return a string, maybe by using &lt;EM&gt;maxstring(REPORTING_WEEK)&lt;/EM&gt; instead.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2026 06:02:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Nprint-issue/m-p/2543977#M6466</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2026-03-02T06:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Nprint issue</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Nprint-issue/m-p/2543983#M6467</link>
      <description>&lt;P&gt;Many issues here:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;what is the datatype of the Reporting_Week field&lt;/LI&gt;&lt;LI&gt;to use formula you need to change type of filter from "Value is" to either "Evaluate value" or "Advanced Search"&lt;/LI&gt;&lt;LI&gt;Depending on the type of the field you need to make sure your formula returns such type. It is critical to understand that duals are numerical values with possible symbol representation and in NPrinting we need to pass numerical value of it.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I wrote quite a few posts about this and I strongly encourage you to read about it to get an understanding of the issue rather than trying to guess:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://nprintingadventures.com/2019/02/15/the-pitfalls-of-nprinting-filters-part-1-dates-and-duals/" target="_blank"&gt;https://nprintingadventures.com/2019/02/15/the-pitfalls-of-nprinting-filters-part-1-dates-and-duals/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://nprintingadventures.com/2022/03/19/filters-in-nprinting-how-hard-can-it-be-part-3-evaluate-value/" target="_blank"&gt;https://nprintingadventures.com/2022/03/19/filters-in-nprinting-how-hard-can-it-be-part-3-evaluate-value/&lt;/A&gt;&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://nprintingadventures.com/2024/11/29/advanced-search-filter-trap/" target="_blank"&gt;https://nprintingadventures.com/2024/11/29/advanced-search-filter-trap/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2026 09:01:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Nprint-issue/m-p/2543983#M6467</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2026-03-02T09:01:54Z</dc:date>
    </item>
  </channel>
</rss>

