
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Qlik Sense to NPrinting Task Trigger
Hi,
I want to trigger NPrinting Report from Qlik Sense task.
I have one dashboard and it refreshed everyday at 09:00 AM and now I want to send the NPrinting Report after the refresh of dashboard. Dashboard must trigger the NPrinting report to run and send.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This can be done using NPrinting API's inside a Qlik Sense App.
I've attached both a reload example and a publish task execution example.
- Create a get and post connection
- Ensure the NP user is a domain account and is an administrator role member in NPrinting
Then leverage the QS QMC enable the reload of these apps a dependency of the Reloaded Qlik Sense app. (make sure to comment out any data related code in the load script. Use only the NP API code.)
Related information:
https://community.qlik.com/t5/Official-Support-Articles/How-to-create-NPrinting-GET-and-POST-REST-co... (also see related information section at end of this article)
https://help.qlik.com/en-US/sense/November2022/Subsystems/Hub/Content/Sense_Hub/Apps/app-reload.htm
