Skip to main content
Announcements
Defect acknowledgement with Nprinting Engine May 2022 SR2, please READ HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
StaHorse
Contributor III
Contributor III

How to find Report name using Report ID

I'm going through the logs of failed Apps, and I get these ID's, now I need to know which Reports failed, how do I use these ID to track the actual report that has failed/

 

StaHorse_0-1686054608685.png

 

1 Solution

Accepted Solutions
Lech_Miszkiewicz
Partner Ambassador/MVP
Partner Ambassador/MVP

Very simple way is to put report id to url (see screenshot)

Lech_Miszkiewicz_0-1686059145972.png

Alternative would be to use governance dashboard app:

https://community.qlik.com/t5/Official-Support-Articles/Qlik-NPrinting-Governance-Dashboard-Version-...

 

You can also use API for that:https://help.qlik.com/en-US/nprinting/May2023/APIs/NP+API/index.html?page=47

 

As you can see there are many ways you can do this. 

 

 

cheers Lech, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful to the problem.

View solution in original post

3 Replies
Lech_Miszkiewicz
Partner Ambassador/MVP
Partner Ambassador/MVP

Very simple way is to put report id to url (see screenshot)

Lech_Miszkiewicz_0-1686059145972.png

Alternative would be to use governance dashboard app:

https://community.qlik.com/t5/Official-Support-Articles/Qlik-NPrinting-Governance-Dashboard-Version-...

 

You can also use API for that:https://help.qlik.com/en-US/nprinting/May2023/APIs/NP+API/index.html?page=47

 

As you can see there are many ways you can do this. 

 

 

cheers Lech, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful to the problem.
StaHorse
Contributor III
Contributor III
Author

Hi,

Thank you, I will look at the link provided. I'm trying to build an App that will take the Scheduler logs and report on those failed reports based on the logs. So I don't think I can take Report ID on your screen.

Regards

Lech_Miszkiewicz
Partner Ambassador/MVP
Partner Ambassador/MVP

sure. 

then either governance dashboard method which connects via postgres or API method I mentioned will do the job. 

You can also see subroutines I wrote to use API via Qlik Script here: https://nprintingadventures.com/2019/04/08/nprinting-api-qlik-rest-subroutines/

cheers Lech, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful to the problem.