Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Update DB value based on success or failure at end of job

Hi,

 

I have a global variable "passOrFail" set in globalMap. At the end of all the operations in a job, I need to check or "passOrFail" variable, if it is set to 1, I need to update a status value in DB as 1 else I need to update status value to 0. Can anyone please let me know how I can achieve the same ?

 

Thanks. 

Labels (2)
1 Reply
Anonymous
Not applicable
Author

before your outputDB component check for global variable  "passOrFail" value in java and set status value to 1/0 as per condition matched and let all other columns be as it is

 

 

 

 

Regards 

Chandra Kant