<?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: Email in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/Email/m-p/2419034#M41011</link>
    <description>&lt;P&gt;So yeah - all easy and possible but it requires API setup and my and&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48729"&gt;@Ruggero_Piccoli&lt;/a&gt;&amp;nbsp;links provide practically all required steps.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The concept is basically to trigger tasks from Qlik Sense qmc (instead of using a trigger in NPrinitng). That way you have a lot more control over the whole process and also by using Qlik load script you can control if that reload was already run on the day.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let us know if you are happy with such setup.&lt;/P&gt;
&lt;P&gt;cheers&lt;/P&gt;</description>
    <pubDate>Thu, 15 Feb 2024 03:03:08 GMT</pubDate>
    <dc:creator>Lech_Miszkiewicz</dc:creator>
    <dc:date>2024-02-15T03:03:08Z</dc:date>
    <item>
      <title>Email</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Email/m-p/2418714#M41000</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;is there any way to say to NP that DO THIS TASK UNTIL SEND THE EMAIL, when the email was send, stop the TASK.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I want NP to send the email when the app is reload, the email needs to be send just one time a day!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is there anyway to do this loop.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;thanks,&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 10:51:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Email/m-p/2418714#M41000</guid>
      <dc:creator>Jimi</dc:creator>
      <dc:date>2024-02-14T10:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Email</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Email/m-p/2418756#M41002</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/233006"&gt;@Jimi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is not really clear what you are trying to do and what your goal is purely from the description you have provided so far. I think we need more clear indication on what you are trying to do. Meanwhile if you are trying to say that first you want to ensure that Qlik Sense app needs to finish reloading and only then you want to generate NPrinitng report (and send it via email or whatever other distribution option you want to use) then yes - this is possible and commonly used with the use of API and Qlik load script where you can setup task chaining in your QMC as well as incorporate logic in your Qlik script to only run report once per day.&lt;/P&gt;
&lt;P&gt;I have written some time ago quite wide range of subroutines to support just that task:&amp;nbsp;&lt;A href="https://nprintingadventures.com/2019/04/08/nprinting-api-qlik-rest-subroutines/" target="_blank"&gt;https://nprintingadventures.com/2019/04/08/nprinting-api-qlik-rest-subroutines/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Follow the link and all other links within that blog post to get more understanding how to set it up.&lt;/P&gt;
&lt;P&gt;cheers&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 12:05:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Email/m-p/2418756#M41002</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2024-02-14T12:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Email</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Email/m-p/2418799#M41005</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1326"&gt;@Lech_Miszkiewicz&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thanks for your reply!&lt;/P&gt;
&lt;P&gt;I have a report in NP that I need to send it via email, I need the email to be sent only after the app is reload. In trigger section we can set the time where the email is sent but this doesn't help in my situation because I don't know where the app finish reload!&lt;/P&gt;
&lt;P&gt;what i am looking for is something like Loop, so it continue checking the app to finish the loads and when it does it sent the email automatically.&lt;/P&gt;
&lt;P&gt;thanks..&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 13:39:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Email/m-p/2418799#M41005</guid>
      <dc:creator>Jimi</dc:creator>
      <dc:date>2024-02-14T13:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Email</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Email/m-p/2418862#M41006</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Give a check at the following conversations:&lt;/P&gt;
&lt;P&gt;-&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-NPrinting/How-to-Trigger-NPrinting-Task-from-Qlik-Sense-App-or-Task/td-p/2014140" target="_blank"&gt;https://community.qlik.com/t5/Qlik-NPrinting/How-to-Trigger-NPrinting-Task-from-Qlik-Sense-App-or-Task/td-p/2014140&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;-&amp;nbsp;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/How-to-manage-your-NPrinting-task-execution-from-QlikView-script/ta-p/1483650" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Documents/How-to-manage-your-NPrinting-task-execution-from-QlikView-script/ta-p/1483650&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;-&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/td-p/54441/page/2" target="_blank"&gt;https://community.qlik.com/t5/Qlik-NPrinting/How-to-use-Qlik-NPrinting-APIs-inside-a-Qlik-Sense-load-script/td-p/54441/page/2&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Please next time give at the conversation a subject that summarize the request so other readers could benefit of the solution.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Ruggero&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 15:28:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Email/m-p/2418862#M41006</guid>
      <dc:creator>Ruggero_Piccoli</dc:creator>
      <dc:date>2024-02-14T15:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Email</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Email/m-p/2419034#M41011</link>
      <description>&lt;P&gt;So yeah - all easy and possible but it requires API setup and my and&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48729"&gt;@Ruggero_Piccoli&lt;/a&gt;&amp;nbsp;links provide practically all required steps.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The concept is basically to trigger tasks from Qlik Sense qmc (instead of using a trigger in NPrinitng). That way you have a lot more control over the whole process and also by using Qlik load script you can control if that reload was already run on the day.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let us know if you are happy with such setup.&lt;/P&gt;
&lt;P&gt;cheers&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 03:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Email/m-p/2419034#M41011</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2024-02-15T03:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Email</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Email/m-p/2423141#M41087</link>
      <description>&lt;P&gt;Thanks for the links, I will check them.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Feb 2024 12:51:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Email/m-p/2423141#M41087</guid>
      <dc:creator>RosemaryPotter</dc:creator>
      <dc:date>2024-02-24T12:51:21Z</dc:date>
    </item>
  </channel>
</rss>

