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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Modify context variables

Hi,
I have a job that initialize context with a file. That's ok.
One of these varaibles is a date (FileDate yyyy_MM_dd)
After some process, i want to add one day to this date and store it in the file.
How can i do that ?
Thansk for your help
Labels (2)
3 Replies
Anonymous
Not applicable
Author

Hello
Extract all the data in the file, modify the date, then output data to a new file instead of the old file.
Best regards

shong
Anonymous
Not applicable
Author

And with witch component do you modify the context variable ?
Anonymous
Not applicable
Author

Have a look at this post https://community.talend.com/t5/Archive/Using-Strings-to-do-a-match/td-p/173466
It talks about doing date math. Read through it and view the photos.