Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have got an Excel file i would like to upload to Qlik Sense (used on Google Chrome).
I want Qlik to look for & upload the Excel file automatically when I open Qlik Sense.
I currently have the following script:
[RawData_LOAD]:
LOAD *,
FROM 2020_03_25_upload.xlsx
(ooxml, embedded labels, table is Today);
however it does not work. Does one of you have an idea how to solve this issue?
Thanks a lot,
Marguerite
@LHERMITTE_M
If you update the data in your excel file you will need to reload the app on Qlik Sense so the data gets updated.
The best solution would be creating a task to reload the file in an interval of time that you are going to set, for example every hours.
In case you do not want to create the task, you can reload the data manually every time you open the app.