<?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 using dynamic list in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-filter-using-dynamic-list/m-p/1932016#M36032</link>
    <description>&lt;P&gt;Hi Suzanne,&lt;/P&gt;
&lt;P&gt;Perhaps you can achieve you requirement following these steps:&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Knowledge/How-to-Distribute-NPrinting-Reports-to-Recipients-Based-on/ta-p/1926549" target="_blank"&gt;https://community.qlik.com/t5/Knowledge/How-to-Distribute-NPrinting-Reports-to-Recipients-Based-on/ta-p/1926549&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Kind regards...&lt;/P&gt;</description>
    <pubDate>Tue, 17 May 2022 19:12:32 GMT</pubDate>
    <dc:creator>Frank_S</dc:creator>
    <dc:date>2022-05-17T19:12:32Z</dc:date>
    <item>
      <title>Nprinting filter using dynamic list</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-filter-using-dynamic-list/m-p/1930568#M35998</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I would like to create a nprinting task, which creates a file for each location&amp;nbsp;&lt;STRONG&gt;which is in the source table.&lt;/STRONG&gt; So not iterate through all locations, and create files with only a header in it for locations which aren't in the source table, but create no files for those locations at all.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Details:&lt;BR /&gt;&lt;/STRONG&gt;I've created a table within qlik sense, holding several records, which can be split accross different locations.&lt;BR /&gt;In Nprinting, I would like to create a file for each location, holding the records for that specific location.&lt;BR /&gt;However: Not all locations are in the table. There is a set expression in there (using the intersection "P" command), which only selects the locations on which there is at least 1 customer of a specific type.&lt;BR /&gt;&lt;SPAN&gt;So, in week 1 there could be 2 locations, in week 2 there could be 4 locations. We'll never know in advance.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Any clue? I currently iterate through the locations, and tried to create a filter on the report, but I must include the locations by name in there. And that way my flexibility is gone...&lt;/P&gt;
&lt;P&gt;Curious about your options!&lt;BR /&gt;The only thing I can come up with is to introduce an extra flag in my app, which flags the locations which have customers this month. I can filter on the flag in nprinting. But maybe there's a standard checkbox which I'm overlooking, to not create any empty files.&lt;/P&gt;
&lt;P&gt;Grt,&lt;BR /&gt;Suzanne&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:11:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-filter-using-dynamic-list/m-p/1930568#M35998</guid>
      <dc:creator>Suzanne_van_der_Tang</dc:creator>
      <dc:date>2024-11-15T22:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Nprinting filter using dynamic list</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-filter-using-dynamic-list/m-p/1930637#M36001</link>
      <description>&lt;P&gt;At high level what you appear to be referencing is the use of &lt;I&gt;&lt;STRONG&gt;conditions&lt;/STRONG&gt;&lt;/I&gt;.&lt;/P&gt;
&lt;P&gt;So if you want to send a report, you want to specify a certain nprinting condition.&lt;/P&gt;
&lt;P&gt;The extra flag in your app might be used to trigger your condition. For example if your flag is generated by a variable and if your variable = 1, and condition is 'true' then send report.&lt;/P&gt;
&lt;P&gt;That type of thing.&lt;/P&gt;
&lt;P&gt;Note that if there is more than 1 condition used, all conditions must be met for the report to be sent. Otherwise any single condition failure prevents the report from going out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more on conditions, visit&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;&lt;A href="https://help.qlik.com/en-US/nprinting/May2022/Content/NPrinting/ReportsDevelopment/Conditions.htm" target="_blank"&gt;Conditions&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Kind regards...&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 19:52:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-filter-using-dynamic-list/m-p/1930637#M36001</guid>
      <dc:creator>Frank_S</dc:creator>
      <dc:date>2022-05-13T19:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Nprinting filter using dynamic list</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-filter-using-dynamic-list/m-p/1931521#M36020</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thanks for the reply! I'm not really sure if conditions are the best way to go.&amp;nbsp; It's not that I want the report to conditionally be sent, but I want a report for each location,&amp;nbsp; which is present in the source table of the report. So for example, if only 5 locations hold data out of 10, I only want 5 reports to be generated.&lt;/P&gt;
&lt;P&gt;Grt,&lt;BR /&gt;Suzanne&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 08:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-filter-using-dynamic-list/m-p/1931521#M36020</guid>
      <dc:creator>Suzanne_van_der_Tang</dc:creator>
      <dc:date>2022-05-17T08:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Nprinting filter using dynamic list</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-filter-using-dynamic-list/m-p/1932016#M36032</link>
      <description>&lt;P&gt;Hi Suzanne,&lt;/P&gt;
&lt;P&gt;Perhaps you can achieve you requirement following these steps:&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Knowledge/How-to-Distribute-NPrinting-Reports-to-Recipients-Based-on/ta-p/1926549" target="_blank"&gt;https://community.qlik.com/t5/Knowledge/How-to-Distribute-NPrinting-Reports-to-Recipients-Based-on/ta-p/1926549&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Kind regards...&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 19:12:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-filter-using-dynamic-list/m-p/1932016#M36032</guid>
      <dc:creator>Frank_S</dc:creator>
      <dc:date>2022-05-17T19:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Nprinting filter using dynamic list</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-filter-using-dynamic-list/m-p/1932332#M36037</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Unfortunately, this doesn't help either. I think I might need to explain my problem a little better.&lt;/P&gt;
&lt;P&gt;I've got a table in Qlik, which limits the locations based on a set expression in the measure.&lt;BR /&gt;&lt;EM&gt;For example:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;- I only show the revenue of locations&lt;BR /&gt;- Of which there are customers of type&lt;/EM&gt; x&lt;/P&gt;
&lt;P&gt;So, the table holds only records which I would like to have in my final reports, but the app holds more locations which aren't relevant for my report.&lt;/P&gt;
&lt;P&gt;In NPrinting, I need to export a file to a disk drive, for each of the locations which is in the table. I created a task which iterates through location, and creates a file for this location. But, when I iterate through the location field, all locations are used for the report: Also the ones which are not even in my source table.&lt;/P&gt;
&lt;P&gt;Any clue?&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 09:53:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-filter-using-dynamic-list/m-p/1932332#M36037</guid>
      <dc:creator>Suzanne_van_der_Tang</dc:creator>
      <dc:date>2022-05-18T09:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Nprinting filter using dynamic list</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-filter-using-dynamic-list/m-p/1932584#M36039</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/160553"&gt;@Suzanne_van_der_Tang&lt;/a&gt;&lt;/P&gt;&lt;P&gt;In that case, I will suggest trying to create an NP 'advanced search' filter that contains your set express and apply that filter on the report.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://help.qlik.com/en-US/nprinting/Content/NPrinting/ReportsDevelopment/Static-dynamic-filters.htm#anchor-9" target="_blank"&gt;https://help.qlik.com/en-US/nprinting/Content/NPrinting/ReportsDevelopment/Static-dynamic-filters.htm#anchor-9&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If that isn't the solution then I might recommend speaking with your Qlik Account manager or a Qlik Partner who might assist you in performing a detailed needs analysis to explore this seemingly advanced development requirement.&lt;/P&gt;&lt;P&gt;Kind regards...&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 15:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-filter-using-dynamic-list/m-p/1932584#M36039</guid>
      <dc:creator>Frank_S</dc:creator>
      <dc:date>2022-05-18T15:54:43Z</dc:date>
    </item>
  </channel>
</rss>

