Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
paulsparrow
Contributor III
Contributor III

Scheduled run pulling from excel documents

I have an app scheduled to run every night that reads folders containing excel spreadsheets that are owned and updated by other team members.  The problem I have is if someone leaves one of the files open the job fails.

Is there a way to write something in the script to ignore open excel files?

Is there another approach I could take?

1 Solution

Accepted Solutions
ahaahaaha
Partner - Master
Partner - Master

Hi Paui,

Look at here Error variables ‒ QlikView

My be a solution to set in a script

set ErrorMode=0;

Regards,

Andrey

View solution in original post

2 Replies
m_woolf
Master II
Master II

Set ErrorMode

ahaahaaha
Partner - Master
Partner - Master

Hi Paui,

Look at here Error variables ‒ QlikView

My be a solution to set in a script

set ErrorMode=0;

Regards,

Andrey