Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
madhubabum
Creator
Creator

How to create a Error Handling QVD

Hi all

I want create a qvd for Error's only ?

How can we create a Error QVD ?

Thanks

Madhu

3 Replies
Kushal_Chawda

you can try something like

Set ErrorMode=0;

If ScriptErrorCount >0 then

store Table into ..\Qvdname.qvd;

else

other load scripts

end if

settu_periasamy
Master III
Master III

Hi,

Check this link. . may be help..

Error handling in script

jonathandienst
Partner - Champion III
Partner - Champion III

I think you need to clarify what you mean by 'error handling'.

If you mean storing an error message or error report, then you can do this in a qvd (although it may not be the best way of storing this information). And the earlier replies may provide some help.

Otherwise, please provide more information along with examples and samples or the errors and what you would like to do while 'handling' them.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein