<?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 in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Filter/m-p/102385#M3656</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Currently this is only possible in NP16 using variable filters. This is a roadmap item for NPrinting 18.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jul 2018 15:17:36 GMT</pubDate>
    <dc:creator>Stephen_Jasionowski</dc:creator>
    <dc:date>2018-07-18T15:17:36Z</dc:date>
    <item>
      <title>NPrinting Filter</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Filter/m-p/102384#M3655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Is it possible to add a filter to an NPrinting report as below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Columns: Type, Origin, Dest&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I would like to add the following filter: if the type = 'export' then uses Origin as '&lt;SPAN style="font-size: 13.3333px;"&gt;MEL&lt;/SPAN&gt;' otherwise use Dest as '&lt;SPAN style="font-size: 13.3333px;"&gt;MEL&lt;/SPAN&gt;'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;IF(Type='Export', Origin = 'Mel', Dest='Mel')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I have a report showing exports and imports for different countries. I need to create 2 separate NPrinting reports for Melbourne (MEL) and London (LHR)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hope someone can help.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 15:06:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Filter/m-p/102384#M3655</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-18T15:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Filter</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Filter/m-p/102385#M3656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Currently this is only possible in NP16 using variable filters. This is a roadmap item for NPrinting 18.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 15:17:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Filter/m-p/102385#M3656</guid>
      <dc:creator>Stephen_Jasionowski</dc:creator>
      <dc:date>2018-07-18T15:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Filter</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Filter/m-p/102386#M3657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have any links on how this is done using variable filters?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 15:33:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Filter/m-p/102386#M3657</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-18T15:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Filter</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Filter/m-p/102387#M3658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a variable in QS app (gave a default value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Passed it to Edit template .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a filter and used "Evaluate" option instead of "Value is" and gave the value as vRegion(Variable in my case)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;evaluate =vRegion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ran the report to get the variable output as the default value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way variable is passed from QS app to Report via NPrinting Variable .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://help.qlik.com/en-US/nprinting/April2018/Content/ReportsDevelopment/Static-dynamic-filters.htm" rel="nofollow" target="_blank"&gt;https://help.qlik.com/en-US/nprinting/April2018/Content/ReportsDevelopment/Static-dynamic-filters.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 16:53:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Filter/m-p/102387#M3658</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-07-18T16:53:22Z</dc:date>
    </item>
  </channel>
</rss>

