<?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 NPrinting 17: Exclude Values - 'Failure Filter Materialization' in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-17-Exclude-Values-Failure-Filter-Materialization/m-p/44363#M1615</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an NPrinting report with a filter that instead of selecting, I need to exclude certain values.&amp;nbsp; Right now, I've got my filter looking like this, which is wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QNPrintingFilter.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/201285_QNPrintingFilter.PNG" style="height: 93px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obviously, this doesn't work and instead leads to the following error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_1525274718252576 jive_text_macro" jivemacro_uid="_1525274718252576" modifiedtitle="true"&gt;
&lt;P&gt;exception System.Exception: Failure Filter Materialization, fields with formula:&lt;/P&gt;
&lt;P&gt;F\Bill To ID'. No report will be generated. &lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to create an exclusion filter in NPrinting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 May 2018 15:24:36 GMT</pubDate>
    <dc:creator>JustinDallas</dc:creator>
    <dc:date>2018-05-02T15:24:36Z</dc:date>
    <item>
      <title>NPrinting 17: Exclude Values - 'Failure Filter Materialization'</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-17-Exclude-Values-Failure-Filter-Materialization/m-p/44363#M1615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an NPrinting report with a filter that instead of selecting, I need to exclude certain values.&amp;nbsp; Right now, I've got my filter looking like this, which is wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QNPrintingFilter.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/201285_QNPrintingFilter.PNG" style="height: 93px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obviously, this doesn't work and instead leads to the following error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_1525274718252576 jive_text_macro" jivemacro_uid="_1525274718252576" modifiedtitle="true"&gt;
&lt;P&gt;exception System.Exception: Failure Filter Materialization, fields with formula:&lt;/P&gt;
&lt;P&gt;F\Bill To ID'. No report will be generated. &lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to create an exclusion filter in NPrinting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2018 15:24:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-17-Exclude-Values-Failure-Filter-Materialization/m-p/44363#M1615</guid>
      <dc:creator>JustinDallas</dc:creator>
      <dc:date>2018-05-02T15:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting 17: Exclude Values - 'Failure Filter Materialization'</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-17-Exclude-Values-Failure-Filter-Materialization/m-p/44364#M1616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yo my knowledge, you cannot create exclusion filtering, all evaluation filters needs to be "evaluated" as a single value.&lt;/P&gt;&lt;P&gt;My recomendation would be to create the filter in the qvw/qvf instead à la "if(not match([Bill TO ID9,'value1','value2',valueN'),1,0) as _FlagNPValidBillTo or similar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't like solutions where you have to alter the qvw for NP to work for most cases its better to either create a NP specific qvw or add NP specific fields to fulfil your reporting needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We will, in the hopefully not so distant future, have a reporting tool that can solve all needs without the need of alter the source documents.&lt;/P&gt;&lt;P&gt;In the best of worlds we could have filters on connections, evaluation criterias that returns multiple values and no limitations for source documents with triggers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br Johan &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2018 08:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-17-Exclude-Values-Failure-Filter-Materialization/m-p/44364#M1616</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2018-05-04T08:15:53Z</dc:date>
    </item>
  </channel>
</rss>

