<?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 send multiple report based on trigger (filtering by date) in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-send-multiple-report-based-on-trigger-filtering-by/m-p/2134081#M40372</link>
    <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;
&lt;P&gt;I need help with below:&lt;/P&gt;
&lt;P&gt;I have just created a report in nprinting that fetch the data from Qlik Sense for all dates, and I wanted to add 2 trigger for the report:&lt;BR /&gt;1 trigger will be monthly, which will send a report for the previous month only.&lt;BR /&gt;2sd trigger will be weekly, which will send a report for last week's data&lt;/P&gt;
&lt;P&gt;now what's confusing for me is that, how to send 2 reports for the previous month and last week for the same report?&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 21:17:45 GMT</pubDate>
    <dc:creator>contributor_H</dc:creator>
    <dc:date>2024-11-15T21:17:45Z</dc:date>
    <item>
      <title>Nprinting send multiple report based on trigger (filtering by date)</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-send-multiple-report-based-on-trigger-filtering-by/m-p/2134081#M40372</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;
&lt;P&gt;I need help with below:&lt;/P&gt;
&lt;P&gt;I have just created a report in nprinting that fetch the data from Qlik Sense for all dates, and I wanted to add 2 trigger for the report:&lt;BR /&gt;1 trigger will be monthly, which will send a report for the previous month only.&lt;BR /&gt;2sd trigger will be weekly, which will send a report for last week's data&lt;/P&gt;
&lt;P&gt;now what's confusing for me is that, how to send 2 reports for the previous month and last week for the same report?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:17:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-send-multiple-report-based-on-trigger-filtering-by/m-p/2134081#M40372</guid>
      <dc:creator>contributor_H</dc:creator>
      <dc:date>2024-11-15T21:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Nprinting send multiple report based on trigger (filtering by date)</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-send-multiple-report-based-on-trigger-filtering-by/m-p/2134252#M40380</link>
      <description>&lt;P&gt;Solution 1:&lt;/P&gt;
&lt;P&gt;1. Create a single task&lt;/P&gt;
&lt;P&gt;2. Create 2 NP filters&amp;nbsp;&lt;/P&gt;
&lt;P&gt;filter1: month(now()-1)&lt;/P&gt;
&lt;P&gt;filter2: week(now()-1)&lt;/P&gt;
&lt;P&gt;3. Duplicate the Report&lt;/P&gt;
&lt;P&gt;4. Attach filter 1 to report 1&lt;/P&gt;
&lt;P&gt;5. Attached filter2 to report 2&lt;/P&gt;
&lt;P&gt;6. Attached both reports to the same NP publish task&lt;/P&gt;
&lt;P&gt;7. Schedule/trigger the report as needed. (you didn't mention the required frequency of report delivery for this scenario)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Solution 2.&lt;/P&gt;
&lt;P&gt;1. Create two tasks&lt;/P&gt;
&lt;P&gt;2. Create 2 NP filters&amp;nbsp;&lt;/P&gt;
&lt;P&gt;filter1: month(now()-1)&lt;/P&gt;
&lt;P&gt;filter2: week(now()-1)&lt;/P&gt;
&lt;P&gt;3. Attach filter 1 to task 1&lt;/P&gt;
&lt;P&gt;4. Attach filter 2 to task 2&lt;/P&gt;
&lt;P&gt;5. Attach the original report to the two separate tasks&lt;/P&gt;
&lt;P&gt;6. Schedule/trigger the report as needed. (you didn't mention the required frequency of report delivery for this scenario)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps...&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 21:31:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-send-multiple-report-based-on-trigger-filtering-by/m-p/2134252#M40380</guid>
      <dc:creator>Frank_S</dc:creator>
      <dc:date>2023-11-02T21:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Nprinting send multiple report based on trigger (filtering by date)</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-send-multiple-report-based-on-trigger-filtering-by/m-p/2134257#M40383</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/247832"&gt;@contributor_H&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;your requirement isn't clear.&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Ask yourself a question - do you need both reports to be sent in single email and if they need to be triggered conditionally
&lt;OL&gt;
&lt;LI&gt;If yes - then
&lt;OL&gt;
&lt;LI&gt;you need to add 2 reports to single task&lt;/LI&gt;
&lt;LI&gt;you need to create conditions for each of them and choose when the condition is met (I dont know if your last month report needs to be triggered daily or only at particular day of the month - thats were you can for example set trigger daily and use condition when report is generated)&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;If no - then just use 2 tasks - it is less confusing and requires less complicated setup. Then you have very simple setup to follow. 1 task - 1 report - 1 filter and 1 trigger&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;cheers&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 22:01:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-send-multiple-report-based-on-trigger-filtering-by/m-p/2134257#M40383</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2023-11-02T22:01:58Z</dc:date>
    </item>
  </channel>
</rss>

