<?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: How to Create Static and Dynamic Filters Based on Fields in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/How-to-Create-Static-and-Dynamic-Filters-Based-on-Fields/m-p/1568526#M23461</link>
    <description>&lt;P&gt;the other simpler option is to create a flag in data model during script reload&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;if(category number &amp;gt;= 500 and category number &amp;lt;= 750, 1,0) as flag_500_750&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;then in NPrinting you can use filter like:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Field&lt;/STRONG&gt;: flag_500_750&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Numeric value is:&lt;/STRONG&gt;&amp;nbsp;1&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Lech&lt;/P&gt;</description>
    <pubDate>Fri, 12 Apr 2019 05:36:48 GMT</pubDate>
    <dc:creator>Lech_Miszkiewicz</dc:creator>
    <dc:date>2019-04-12T05:36:48Z</dc:date>
    <item>
      <title>How to Create Static and Dynamic Filters Based on Fields</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/How-to-Create-Static-and-Dynamic-Filters-Based-on-Fields/m-p/1568503#M23458</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are using QlikSense and NPrinting together currently.&lt;/P&gt;&lt;P&gt;In one of our tables, we have a column e.g. category number that ranges from 1 to 1000.&lt;/P&gt;&lt;P&gt;How do I create a dynamic filter in NPrinting that will filter out category number that fulfills a condition? i.e. category number &amp;gt;= 500 and category number &amp;lt;= 750?&lt;/P&gt;&lt;P&gt;So far, I have not been successful in finding relevant documentations or discussion threads on how to solve this in QlikSense and NPrinting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your inputs.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:52:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/How-to-Create-Static-and-Dynamic-Filters-Based-on-Fields/m-p/1568503#M23458</guid>
      <dc:creator>griffinleow</dc:creator>
      <dc:date>2024-11-16T03:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Static and Dynamic Filters Based on Fields</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/How-to-Create-Static-and-Dynamic-Filters-Based-on-Fields/m-p/1568506#M23459</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the following link under "Adding Filter"&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/nprinting/February2019/Content/NPrinting/DistributionSchedulesAutomation/Distribute-User-Specific.htm" target="_blank"&gt;https://help.qlik.com/en-US/nprinting/February2019/Content/NPrinting/DistributionSchedulesAutomation/Distribute-User-Specific.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 04:36:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/How-to-Create-Static-and-Dynamic-Filters-Based-on-Fields/m-p/1568506#M23459</guid>
      <dc:creator>mcsshg2011</dc:creator>
      <dc:date>2019-04-12T04:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Static and Dynamic Filters Based on Fields</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/How-to-Create-Static-and-Dynamic-Filters-Based-on-Fields/m-p/1568522#M23460</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Currently NPrinting 17 and newer does not support search filters (i believe they are on road map though and might be released in future releases).&lt;/P&gt;&lt;P&gt;As of now you can take following steps to built a solution:&lt;/P&gt;&lt;P&gt;&lt;A href="https://nprintingadventures.wordpress.com/2019/02/25/the-pitfalls-of-nprinting-filters-part-2-search-string-filters/" target="_blank"&gt;https://nprintingadventures.wordpress.com/2019/02/25/the-pitfalls-of-nprinting-filters-part-2-search-string-filters/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Lech&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 05:32:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/How-to-Create-Static-and-Dynamic-Filters-Based-on-Fields/m-p/1568522#M23460</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2019-04-12T05:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Static and Dynamic Filters Based on Fields</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/How-to-Create-Static-and-Dynamic-Filters-Based-on-Fields/m-p/1568526#M23461</link>
      <description>&lt;P&gt;the other simpler option is to create a flag in data model during script reload&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;if(category number &amp;gt;= 500 and category number &amp;lt;= 750, 1,0) as flag_500_750&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;then in NPrinting you can use filter like:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Field&lt;/STRONG&gt;: flag_500_750&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Numeric value is:&lt;/STRONG&gt;&amp;nbsp;1&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Lech&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 05:36:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/How-to-Create-Static-and-Dynamic-Filters-Based-on-Fields/m-p/1568526#M23461</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2019-04-12T05:36:48Z</dc:date>
    </item>
  </channel>
</rss>

