Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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).
what is the purpose for that, you can use command line for the app execution, like
qv.exe yourapp.qvw /r
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.
You can disable logging on the QDS.
And clear checkbox "Generate Logfile" in the document properties
I do not want to disable all output. I want to disable output only for a part of ETL script.