Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a macro to do something, and I also want to record some information into a log file.
Can I do it by macro?
In your load script, you can write on the log file with the "TRACE" command.
But I'm not sure is that you want ?
Thank you, Martin. But it is not what I want.
I want to write anything to a .TXT file when I running a Macro.
Go to the following page for tips on creating a text file and writing in the text file.
http://www.computerperformance.co.uk/ezine/ezine12.htm
Or google "vbscript write text file".
Remember to Allow System Access to the QlikView Macro in the Edit Module... window.
Regards.
Thank you, Karl.