Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Have a look at
Binary load based on documentpath()