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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] tFTPPut - use context in the filemask

Hi,
Can I use the contexts in the filemask for the file name?
I have the following name in the filemask and I get syntax errors.
+context.File+context.Yr+context.Mo+"_final.csv"
but if I don't use contexts, I'm fine with this "test201109_final.csv"
Thanks.
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi
You are able to use the contexts, but there is a syntax errors in your expression, the correct one should be:
context.File+context.Yr+context.Mo+"_final.csv"
Good luck!
Best regards
Shong

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi
You are able to use the contexts, but there is a syntax errors in your expression, the correct one should be:
context.File+context.Yr+context.Mo+"_final.csv"
Good luck!
Best regards
Shong
Anonymous
Not applicable
Author

Thank you very much Shong. I got it now 🙂