Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi friend,
i am getting excel file daily from out side so i want load in qlikview automatically . so please tell me any one there is any script to load automatically when i click reload button in qlikview
thanks
subbu
if the file structure is same for all the files than place all your files in one folder and try like this
LOAD *
from
foldername\*.xlsx;
You don't have to use bat files.
Just create proper scheduler action and add parameters (/R and QVW file name)