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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
adiarnon
Creator III
Creator III

reload with condition

 

hi,

i want to check the file folder before reload

if the folder is- 'C:\Qlikview\tfs\'

i want to exit script and that no data will reload to the model.

if its not i want to make a full reload.

i have a problem because i cant ask whats the folder before the binary.

if Replace(DocumentPath(),subfield(DocumentPath(),'\',-1),'')='C:\Qlikview\tfs\' then
EXIT Script;
else

Binary ;

not working!

what can i do?

adi

 

1 Reply
swuehl
MVP
MVP