Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear All:
I am a Beginner in QLikview. I am using Qlikview 8.5 to write a report.
Here is the part of Qlikview script to load the QVD from corresponding directory:
/------------------------------------------------------------------------
File ='RCHSTOCK'& extract_date &'.qvd(qvd)';
LOAD * FROM QVD\test\$(File);
/--------------------------------------------------------------------
I would like to add some script to check if the corresponding QVD is exist before loading.
If QVD do not exist, then quit the script
Any people could help? Thank you!
From
Neo