Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
My script as bellow..
Test:
LOAD
@1,
@2
FROM
U:\QlikView\Monitor Dashboard\Email Notification Test\Email test 0720\Email test 0721\test.txt.txt
(txt, codepage is 1252, no labels, delimiter is '\t', msq);
vErrorType=ScriptError;
vErrordetail=ScriptErrorDetails;//Pls check latter for Value not assigning properly
vErrordetail=ScriptErrorList ;
if ScriptErrorCount=0 then //If Script Executed successfully!
//set vError=0;
Store Test into U:\QlikView\Monitor Dashboard\Email Notification Test\Email test 0720\Email test 0721\Error.qvd;
ELSE //If Script not executed successfully!
Set vError=1;
exit script;
end if
Above script im not able access this inside vb script as ScriptErrorDetails value become null.. how i can store this value in variable so i can call this in macro..
Macro Vb script as bellow for call that Error
Set vErrType=ActiveDocument.Variables("vErrordetail")
Thanks in advance.
Can you see something in the variable using the variable overview window?
Is your result similar to this post?
http://community.qlik.com/message/114781#114781
regards,
Erich
Hi,
Can you please describe what are you trying to do and what you want.
Regards,
Kaushik Solanki
Hi
Sorry for late reply as i was bit bussy. my pbm similer as bellow post.
http://community.qlik.com/message/114781#114781
Thank you.