Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello @Lech_Miszkiewicz
I'm calling in Qlik sense an nprinting task and I'm looping while execution status is running
I'm able to catche of the execution status is Abored or Failed
but when the execution status is Failed, I want to catch the error message thrown by Nprinting
is this feasible ?
SQL SELECT
"id",
"result",
"progress",
"status",
"completed"
FROM
JSON (wrap off) "data"
WITH
CONNECTION( URL "$(vExecutionURL)", HTTPHEADER "cookie" "$(vL.Cookie)", QUERY "Limit" "$(vL.Query_Limit)")
this is the script ; what I meant is there a column that would contain the error message in case there is one?
Kindly advise
Hi @ali_hijazi
Documentation does not list endpoint with this information: https://help.qlik.com/en-US/nprinting/February2024/APIs/NP+API/index.html
Cheers
Hi @ali_hijazi
Documentation does not list endpoint with this information: https://help.qlik.com/en-US/nprinting/February2024/APIs/NP+API/index.html
Cheers
@ali_hijazi I agree with Lech, not a way to do this 😞