Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
profilejamesbond

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.

Labels (4)
1 Reply
Frank_S
Support
Support

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/nprinting/May2022/Content/NPrinting/Extending/NPrinting-APIs-Reference-R...

https://help.qlik.com/en-US/sense/November2022/Subsystems/Hub/Content/Sense_Hub/Apps/app-reload.htm

 

 

Please remember hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!