Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
ilaria_dimaio
Partner - Contributor
Partner - Contributor

How to import a .txt or a .ini file in Qlik Sense

Good Morning,

I need to import a txt file in Qlik Sense. In this file I set some parametrics variables and i need the app reads and includes them.

If i change some variables in the file I want the app changes them automatically.

Thanks

2 Replies
rittermd
Master
Master

Can you provide an example?

rubenmarin

Hi Ilaria, If it's a txt with script (LET var = value;...) you can use include:

https://help.qlik.com/en-US/sense/April2018/Subsystems/Hub/Content/Scripting/SystemVariables/Include...

$(Include=sample.txt);

If it's a tabular file with name-value but no script you will need to load as a regular flat file and create the variables in a bucle.