<?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: Nprinting Advanced Search in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-Advanced-Search/m-p/2535986#M43016</link>
    <description>&lt;P&gt;Create new field in dashboard which exclude those field values. &amp;amp; use that in your report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant Sangle&lt;/P&gt;</description>
    <pubDate>Wed, 12 Nov 2025 09:34:07 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2025-11-12T09:34:07Z</dc:date>
    <item>
      <title>Nprinting Advanced Search</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-Advanced-Search/m-p/2535973#M43013</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;BR /&gt;I have an Nprinting Report and I want to create a filter&amp;nbsp;&lt;BR /&gt;the filter should be defined on a field named BU&lt;BR /&gt;I want that BU is any value except&amp;nbsp; BU1 and BU2&lt;BR /&gt;kindly advise on how the syntax is under the Advanced search&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 08:13:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-Advanced-Search/m-p/2535973#M43013</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2025-11-12T08:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Nprinting Advanced Search</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-Advanced-Search/m-p/2535983#M43014</link>
      <description>&lt;P&gt;=Count(Distinct {&amp;lt;Disease=-{'&lt;SPAN&gt;BU1'&lt;/SPAN&gt;,'&lt;SPAN&gt;BU2&lt;/SPAN&gt;'}&amp;gt;}&amp;nbsp;&lt;SPAN&gt;BU&lt;/SPAN&gt;)&amp;gt;0&lt;/P&gt;&lt;P&gt;optional you can use "1" to ignore any other filters you apply in that report:&amp;nbsp;&lt;/P&gt;&lt;P&gt;=Count(Distinct {1&amp;lt;Disease=-{'&lt;SPAN&gt;BU1'&lt;/SPAN&gt;,'&lt;SPAN&gt;BU2&lt;/SPAN&gt;'}&amp;gt;}&amp;nbsp;&lt;SPAN&gt;BU&lt;/SPAN&gt;)&amp;gt;0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 09:31:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-Advanced-Search/m-p/2535983#M43014</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2025-11-12T09:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Nprinting Advanced Search</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-Advanced-Search/m-p/2535985#M43015</link>
      <description>&lt;P&gt;just to clarify - there can be many other ways of writing this advanced search expression - i just use count(distinct.... syntax as I like to be able to use set analysis in it.&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 09:32:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-Advanced-Search/m-p/2535985#M43015</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2025-11-12T09:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Nprinting Advanced Search</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-Advanced-Search/m-p/2535986#M43016</link>
      <description>&lt;P&gt;Create new field in dashboard which exclude those field values. &amp;amp; use that in your report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant Sangle&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 09:34:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-Advanced-Search/m-p/2535986#M43016</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2025-11-12T09:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Nprinting Advanced Search</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-Advanced-Search/m-p/2535989#M43017</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/42758"&gt;@PrashantSangle&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That is not advanced search tip though - This is a valid solution but not appropriate to the question I will argue. Your solution does not require advanced search as you can simply create a flag in load script and use "Value is:" filter.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So bottom line is: for &lt;U&gt;&lt;STRONG&gt;advanced search option&lt;/STRONG&gt; &lt;/U&gt;use my option or other advanced search expression you like to come up with or if you can access data model and add that new field use &lt;U&gt;&lt;STRONG&gt;value is&lt;/STRONG&gt;&lt;/U&gt;&amp;nbsp;filter with flag....&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 10:29:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-Advanced-Search/m-p/2535989#M43017</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2025-11-12T10:29:49Z</dc:date>
    </item>
  </channel>
</rss>

