Anybody has any idea by which return code Qlikview job will fail.
When I tried to return -1 or 1 then job complets with warning but I want the job should fail.
The scenario is, I am calling a batch job from a qlikview job which I created in QEMC external program . Based on the return code from batch job, the Qlikview job should succeed or fail.
When I returned 0 then it secceeded but when I returned any other number then it completes with warning. It didn't fail.