Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

ScriptError

Hello guys,

I want to find the ideas how to set the estimation of ScriptError; for instance, an inquiry doesn't restore any outcomes (basically on the grounds that there aren't any records returned) A SET statement didn't work for me. Other thoughts? I am aware of the EXIT SCRIPT yet it can't be utilized to send a failure warning from Publisher.

Source: https://help.qlik.com/en-US/sense/September2018/Subsystems/Hub/Content/Sense_Hub/Scripting/ErrorVari...write my essay service

Thanks,

Steve

3 Replies
Gysbert_Wassenaar

I want to find the ideas how to set the estimation of ScriptError;

What do you mean by 'set the estimation of ScriptError'? Afaik ScriptError is set by Qlikview when an error occurs. It's a system variable, not something for the user to set.


talk is cheap, supply exceeds demand
MindaugasBacius
Partner - Specialist III
Partner - Specialist III

I am not sure if I am following you right but may be your solution would be ErrorMode  variable:

https://qlikpad.com/error-handling-qlikview/

https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ErrorVariables/ErrorMo...

Anil_Babu_Samineni

You can define anywhere in script before Exit Script; like

SET ScriptError = 0;

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful