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

Assign content of file to context variable

Content of .dat file i.e 20181231 to be assigned to context variable.For that key variable how to write the value column if .dat file present in 'c:/viks' folder.
Labels (2)
2 Replies
Anonymous
Not applicable
Author

Please make use of a tFileinputDelimited component to read the data from the file and a tContextLoad component to assign the context values read from the input file to the context variables at runtime.

Anonymous
Not applicable
Author

There is context file (config.txt) having context variable 'Dim'.During
runtime i need to read data from period.dat file containing date (20180212).