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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Logging context variable values

Hi all,
In my job has four context variables. I will assign the value for the context variables When I execute the job .
Now I am logging job flows into the file using tstatcatcher component, Now I need to log the context variable values into the file.

How to log the context variables value into file??
Please guide me in this...
Thanks
Ayyandurai
Labels (2)
4 Replies
Anonymous
Not applicable
Author

Hi
Here is the normal way for saving context variables into a file.
tFixFlowInput--main-->tFileOutputDelimited
Let's say we have a context variable called context.new1.
In the 'Values' of tFixFlowInput, you can type context.new1 for a String column.
Regards,
Pedro
_AnonymousUser
Specialist III
Specialist III

Thank you for the response it was so helpful for me 0683p000009MA9p.png
Anonymous
Not applicable
Author

Thanks by my side too.
Anonymous
Not applicable
Author

You may also consider using tContextDump which will output ALL context variable settings