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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
AntonioB
Contributor
Contributor

Script editor txt file

I saved this script in a file named BooksScript.txt and I want to run it in a Section of the Script editor from that .txt file on my computer. Can you help? Here is the filepath C:\Users\Desktop\


Final:
NoConcatenate
LOAD * Resident Abooks;

Concatenate (Final)
LOAD * Resident Bbooks;

Drop Tables Abooks, Bbooks;

2 Replies
ajaykakkar93
Specialist III
Specialist III

Hi,

I have attached a text file as demo & you can load that using Include

Syntax:

$(Include=[lib://App/DemoLoadFromText.txt]);

Hope this helps you.

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting

ajaykakkar93
Specialist III
Specialist III

Before using this you need to make a new connection

Syntax:

$(Include=[lib://connection_name/FileName.txt]);

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting