<?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: Configuring Conditional Trigger for NPrinting PublishTasks Based on Metadata Connection Reload Status in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/Configuring-Conditional-Trigger-for-NPrinting-PublishTasks-Based/m-p/2453005#M41536</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1326"&gt;@Lech_Miszkiewicz&lt;/a&gt;, Correct i am using QS with NPrinting. Sure i dont need to reload the metadata daily and i dont do that.&lt;/P&gt;</description>
    <pubDate>Thu, 16 May 2024 06:23:34 GMT</pubDate>
    <dc:creator>JHuis</dc:creator>
    <dc:date>2024-05-16T06:23:34Z</dc:date>
    <item>
      <title>Configuring Conditional Trigger for NPrinting PublishTasks Based on Metadata Connection Reload Status</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Configuring-Conditional-Trigger-for-NPrinting-PublishTasks-Based/m-p/2449357#M41462</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="HwtZe"&gt;&lt;SPAN class="jCAhz ChMk0b"&gt;&lt;SPAN class="ryNqvb"&gt;At the moment I have two triggers, one for the connection: so that the metadata connection reload takes place early in the morning and another trigger on the publish task so that the report is published in the afternoon.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="jCAhz ChMk0b"&gt;&lt;SPAN class="ryNqvb"&gt;but what I'm looking for is if there are any possibilities to configure a trigger condition in Nprinting to ensure that the publish task is only executed when this metadata connection is successfully reloaded,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thank you very much for your help&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 14:04:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Configuring-Conditional-Trigger-for-NPrinting-PublishTasks-Based/m-p/2449357#M41462</guid>
      <dc:creator>hudhud_hoda</dc:creator>
      <dc:date>2024-05-06T14:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Conditional Trigger for NPrinting PublishTasks Based on Metadata Connection Reload Status</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Configuring-Conditional-Trigger-for-NPrinting-PublishTasks-Based/m-p/2449364#M41463</link>
      <description>&lt;P&gt;I think your best bet is creating a chain reload in QlikSense with the NPrinting API.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Explenation in:&amp;nbsp;&lt;A href="https://nprintingadventures.com/" target="_blank"&gt;https://nprintingadventures.com/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 14:22:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Configuring-Conditional-Trigger-for-NPrinting-PublishTasks-Based/m-p/2449364#M41463</guid>
      <dc:creator>JHuis</dc:creator>
      <dc:date>2024-05-06T14:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Conditional Trigger for NPrinting PublishTasks Based on Metadata Connection Reload Status</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Configuring-Conditional-Trigger-for-NPrinting-PublishTasks-Based/m-p/2449452#M41464</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/219553"&gt;@hudhud_hoda&lt;/a&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Agree with &lt;SPAN&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/102209"&gt;@JHuis&lt;/a&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;APIs are the way to go. There is no built in feature in NPrinting that enables event based triggers.&lt;/P&gt;
&lt;P&gt;I am including the necessary steps first create GET and POST connections. Note that these MUST work with "test succeeded" messages before attempting to use the APIs.&lt;/P&gt;
&lt;H5&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-create-NPrinting-GET-and-POST-REST-connections/ta-p/1832298" target="_blank" rel="noopener"&gt;How to create NPrinting GET and POST REST connections&lt;/A&gt;&lt;/H5&gt;
&lt;P&gt;As well as two apps containing the necessary code.&lt;/P&gt;
&lt;P&gt;The Apps contain instructions but I suggest you build out the API calls in your own app as the shared apps are just one way to do it. So you may use them as a guide.&lt;/P&gt;
&lt;P&gt;You will find the full list of public APIs available here:&lt;BR /&gt;&lt;A title="NPrinting API Library" href="https://help.qlik.com/en-US/nprinting/February2024/Content/NPrinting/Extending/NPrinting-APIs-Reference-Redirect.htm" target="_blank" rel="noopener"&gt;NPrinting API Library&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;When you have the apps working as expected, then you can utilize the QMC (Qlik Sense or Qlikview) to leverage event based activities.&lt;/P&gt;
&lt;P&gt;&lt;A title="Create Qlik Sense Tasks" href="https://help.qlik.com/en-US/sense-admin/February2024/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Administer_QSEoW/Managing_QSEoW/create-reload-tasks.htm" target="_blank" rel="noopener"&gt;Create Qlik Sense Tasks&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Again, these above are recommendations only. Others here may have different approaches.&lt;/P&gt;
&lt;P&gt;If you need extended support to develop your requirement further outside the Qlik Community, you may wish to contact one of our trusted Qlik Partners or request a Qlik Professional Services engagement through your Qlik Account Manager.&lt;/P&gt;
&lt;P&gt;Kind regards...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 18:22:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Configuring-Conditional-Trigger-for-NPrinting-PublishTasks-Based/m-p/2449452#M41464</guid>
      <dc:creator>Frank_S</dc:creator>
      <dc:date>2024-05-06T18:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Conditional Trigger for NPrinting PublishTasks Based on Metadata Connection Reload Status</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Configuring-Conditional-Trigger-for-NPrinting-PublishTasks-Based/m-p/2449586#M41468</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/219553"&gt;@hudhud_hoda&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Agree with&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/102209"&gt;@JHuis&lt;/a&gt;&amp;nbsp;- using API is perfect for that. In the link&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;&amp;nbsp;there are subroutines ready to use (feel free to modify what you need to your liking) which will do the job for you. If you read and follow all links step by step you should be able easily to set this all up without issues.&lt;/P&gt;
&lt;P&gt;cheers&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 06:03:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Configuring-Conditional-Trigger-for-NPrinting-PublishTasks-Based/m-p/2449586#M41468</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2024-05-07T06:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Conditional Trigger for NPrinting PublishTasks Based on Metadata Connection Reload Status</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Configuring-Conditional-Trigger-for-NPrinting-PublishTasks-Based/m-p/2449592#M41469</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/102209"&gt;@JHuis&lt;/a&gt;., just want to come back to our post -&amp;nbsp;You have mentioned that you are using Qlik sense with NPrinting so the question I have is why do you need to reload metadata daily? That should not be required!&lt;/P&gt;
&lt;P&gt;cheers&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 06:19:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Configuring-Conditional-Trigger-for-NPrinting-PublishTasks-Based/m-p/2449592#M41469</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2024-05-07T06:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Conditional Trigger for NPrinting PublishTasks Based on Metadata Connection Reload Status</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Configuring-Conditional-Trigger-for-NPrinting-PublishTasks-Based/m-p/2453005#M41536</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1326"&gt;@Lech_Miszkiewicz&lt;/a&gt;, Correct i am using QS with NPrinting. Sure i dont need to reload the metadata daily and i dont do that.&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 06:23:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Configuring-Conditional-Trigger-for-NPrinting-PublishTasks-Based/m-p/2453005#M41536</guid>
      <dc:creator>JHuis</dc:creator>
      <dc:date>2024-05-16T06:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Conditional Trigger for NPrinting PublishTasks Based on Metadata Connection Reload Status</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Configuring-Conditional-Trigger-for-NPrinting-PublishTasks-Based/m-p/2453013#M41537</link>
      <description>&lt;P&gt;sorry - that was question to&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/219553"&gt;@hudhud_hoda&lt;/a&gt;&amp;nbsp;actually...&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 06:32:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Configuring-Conditional-Trigger-for-NPrinting-PublishTasks-Based/m-p/2453013#M41537</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2024-05-16T06:32:27Z</dc:date>
    </item>
  </channel>
</rss>

