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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Disable Load Script output

Hi everybody!

Is it any possibility to disable output, generated while processing load script?

In my load script there is a fragment where many temporary tables are created and concatenated to one big result table. I would like to hide output of those commands. Like it can be done with Echo Off/Echo On commands in command line.

I can do it by moving this part of Load Script into Hidden Script but in this case it will become unavailable to developers (unless password is entered).

4 Replies
Anonymous
Not applicable
Author

what is the purpose for that, you can use command line for the app execution, like

qv.exe yourapp.qvw /r

Not applicable
Author

Hi Konstantis

Thank you for suggestion but it won’t help if you are loading this app on server DocumentLog.txt file will contain all unwanted output. I’d prefer to decide my self when output must be generated and when not.

Anonymous
Not applicable
Author

You can disable logging on the QDS.

logging.png

And clear checkbox "Generate Logfile" in the document properties

applogging.png

Not applicable
Author

I do not want to disable all output. I want to disable output only for a part of ETL script.