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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tFileOutput

Can my output files be increased (ie saved by day and identified by date)?

Labels (3)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

You a global variable with the current datetime to be reused to construct the filename. You need to manage it by yourself.

View solution in original post

3 Replies
TRF
Champion II
Champion II

You can construct your filename as you want including using date or what you want.
If that's not answer your question, please clarify.
Anonymous
Not applicable
Author

Thanks for the help... But what I intend is that it be saved in automatic with the date the job is run, so that it keeps a history in excel.

TRF
Champion II
Champion II

You a global variable with the current datetime to be reused to construct the filename. You need to manage it by yourself.