Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have 5 qvw files. I want these files share the same load script. So I can renew one script, it is better than edit each qvw files. How can I do this?
Hi,
Yes, it is possible. you could achieve this with the help of include statement.
Create your load script in text file and save that text file on your folder, Assume the text file which you have created is "ETL_TEST_LOAD.TXT" and you could call this in all your Qlikview application using Include statement.When ever you do changes to the txt file, it would automatically reflect in all your applications.
Your code should be as follow
$(Include=c:\users\desktop\qlikview\qlikview test\ETL_TEST_LOAD.TX)
-Sridhar
Hi,
Yes, it is possible. you could achieve this with the help of include statement.
Create your load script in text file and save that text file on your folder, Assume the text file which you have created is "ETL_TEST_LOAD.TXT" and you could call this in all your Qlikview application using Include statement.When ever you do changes to the txt file, it would automatically reflect in all your applications.
Your code should be as follow
$(Include=c:\users\desktop\qlikview\qlikview test\ETL_TEST_LOAD.TX)
-Sridhar
hi
simply put your whole load script into a .txt file and Include this file by your all qlikview files by include command in the Edit tab of the Edit Script Dialouge box.
regards
A'run'