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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Use a temporary file

Hello;
how can i use a temporary file to store data and later use this file.
I can create a temporary file with "TcreateTemporaryFile but i can't put a data into.
Please can you help me.
Labels (2)
3 Replies
Anonymous
Not applicable
Author

First, you need to decide if you really want a temporary file or just have the regular output file and then the input file with the same name.
Some hints on how to use the temporary file can be found in 4347
Anonymous
Not applicable
Author

Hello romyos
Use the global variable: ((String)globalMap.get("tCreateTemporaryFile_1_FILEPATH")). On any text field, press Ctrl+blank space, you will see a list of global variables. Please see the screesnhot.
Best regards
shong
Anonymous
Not applicable
Author

Hi;
Thank you very much.
Problem resolved