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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Writing status to a txt file while loading

Hi All,

I have a complex app which does the qvd creation. This app generates qvds that will be used to load other apps. The script has numerous pre-calculations so that the qvd will have precalculated dimensions and these can be used in other apps.

The biggest challenge is we are on an oudated HW and has to live with that for some time.

The qvd creation take 12-18 hrs .

What I am trying to do is create a custom status report(txt) and keep apending it.

Is there any way to create/update an existing file using the QVW load script?

ex.

2012-12-10 08:00:00 AM: Load process started

2012-12-10 08:01:00 AM: Order QVD creation started

2012-12-10 08:30:00 AM: Order QVD creation completed

2012-12-10 08:40:00 AM: YTD BIN calc started

2012-12-10 10:40:00 AM: YTD BIN calc finished

2012-12-10 10:45:00 AM: Wrote YTD BIN table to QVD

.

.

.

.

.

and so on

Thanks,

Aji Paul.

Labels (1)
10 Replies
Not applicable
Author

Thanks Miguel!

Thats awesome! That will work!