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

Store Error in txt

Hello at all,

i want to store any Error that appears when i load my xml Files.

Here is my example:

IF ScriptError<>1 then

  -----> Save Date and Time with ErrorCode

    store Fehler into $(vPath2)\Fehler.txt (txt);

END IF   

But i dont know how i can save the date with time and ErrorCode in the txt File. The loop i have

should not be corrupted, only the Error should be save into a txt File. How i can make a

single line for each error and save this with the above parameters in a txt File?

Greets

1 Reply
jvitantonio
Specialist III
Specialist III

Hi there. Check this app out. I hope this helps.