<?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 Filter Exclusion in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Filter-Exclusion/m-p/1762311#M30537</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You have to create the field with the load script. Qlik NPrinting cannot create new fields on the source apps.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ruggero&lt;/P&gt;</description>
    <pubDate>Tue, 17 Nov 2020 15:47:22 GMT</pubDate>
    <dc:creator>Ruggero_Piccoli</dc:creator>
    <dc:date>2020-11-17T15:47:22Z</dc:date>
    <item>
      <title>NPrinting Filter Exclusion</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Filter-Exclusion/m-p/1762113#M30527</link>
      <description>&lt;P&gt;Hi all –&lt;/P&gt;&lt;P&gt;I’m struggling with creating a NPrinting filter and hoping you might be able to help. It seems like a fairly straightforward request but not sure how to implement it.&lt;/P&gt;&lt;P&gt;An example data set:&lt;/P&gt;&lt;P&gt;&lt;U&gt;Product&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/U&gt; &lt;U&gt;City of Sale&lt;/U&gt;&lt;BR /&gt;Apple&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Philadelphia&lt;BR /&gt;Apple&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;New York&lt;BR /&gt;Apple&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Chicago&lt;BR /&gt;Orange&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Philadelphia&lt;BR /&gt;Orange&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; New York&lt;BR /&gt;Orange&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Chicago&lt;BR /&gt;Pear&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Philadelphia&lt;BR /&gt;Pear&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; New York&lt;BR /&gt;Pear&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Chicago&lt;/P&gt;&lt;P&gt;For my report, I want to &lt;U&gt;exclude&lt;/U&gt; Apples and Pears if they are sold in Philadelphia. Can I create something using the Advanced Search Filter to exclude &lt;U&gt;only&lt;/U&gt; those items?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2020 00:35:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Filter-Exclusion/m-p/1762113#M30527</guid>
      <dc:creator>tomdon14</dc:creator>
      <dc:date>2020-11-17T00:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Filter Exclusion</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Filter-Exclusion/m-p/1762117#M30528</link>
      <description>&lt;P&gt;Remember that filters in NPrinting are the same as selections in Qlik Sense. If you wish to apply filters on Product or City fields it will not be possible, so no - there is no way you can apply such filter with this data set.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What you are showing us is a combination of 2 fields which in your case are stored as 2 separate fields. If that is the case you will not be able to apply what you are trying to as selection on one field will be global and exclusion will be applied on all rows where Apples and Pears are.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Solution would be to :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;create composite field in your data model, which would be built of those 2 fields.&lt;/LI&gt;&lt;LI&gt;or use another field (some field from fact table which will uniquely describe combination of Product and city and apply advanced filter on that field) see below example:&lt;/LI&gt;&lt;/UL&gt;&lt;LI-CODE lang="markup"&gt;Load 
	*,
	Rand()*1000 as sales
Inline
	[Product,      City of Sale
	Apple,           Philadelphia
	Apple ,          New York
	Apple ,          Chicago
	Orange,        Philadelphia
	Orange ,       New York
	Orange ,      Chicago
	Pear,             Philadelphia
	Pear ,           New York
	Pear,            Chicago
	]
;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;loading this as a data model you can then apply advanced filter on "sales" field using following Advanced search expression:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=sum({&amp;lt;Product={"*"},[City of Sale]={"*"}&amp;gt;-&amp;lt;Product={'Apple','Pear'},[City of Sale]={'Chicago'}&amp;gt;}sales)&amp;gt;0&lt;/LI-CODE&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Lech&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2020 02:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Filter-Exclusion/m-p/1762117#M30528</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2020-11-17T02:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Filter Exclusion</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Filter-Exclusion/m-p/1762256#M30536</link>
      <description>&lt;P&gt;Thank you Lech. Is it possible to create a concatenated field (ie. ApplePhiladelphia) in NPrinting and apply a filter on that field? Thanks again.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2020 13:19:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Filter-Exclusion/m-p/1762256#M30536</guid>
      <dc:creator>tomdon14</dc:creator>
      <dc:date>2020-11-17T13:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Filter Exclusion</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Filter-Exclusion/m-p/1762311#M30537</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You have to create the field with the load script. Qlik NPrinting cannot create new fields on the source apps.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ruggero&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2020 15:47:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Filter-Exclusion/m-p/1762311#M30537</guid>
      <dc:creator>Ruggero_Piccoli</dc:creator>
      <dc:date>2020-11-17T15:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Filter Exclusion</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Filter-Exclusion/m-p/1762412#M30538</link>
      <description>&lt;P&gt;That is what I called "composite field" and as I said before it needs to be done in data model (not in NPrintig). Ruggero confirmed the same!&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2020 21:36:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Filter-Exclusion/m-p/1762412#M30538</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2020-11-17T21:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Filter Exclusion</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Filter-Exclusion/m-p/1762415#M30539</link>
      <description>&lt;P&gt;Thank you all. I've been able to identify a unique identifier for each row (RowID) and use that to exclude the items in question. It's not a perfect solution but it looks like it will work.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2020 21:49:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Filter-Exclusion/m-p/1762415#M30539</guid>
      <dc:creator>tomdon14</dc:creator>
      <dc:date>2020-11-17T21:49:21Z</dc:date>
    </item>
  </channel>
</rss>

