Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all,
My data is stored in Excel file - I uploaded first version of my Excel file to Qlik and used the data in that file to create a dashboard. Let's say the file name is [MyExceldata.Sep.xlsx].
Say comes next month I have my refreshed data stored in another Excel file, named [MyExceldata.Oct.xlsx]. Can I upload/attach this new file to Data Manager and replace the Sep file? I tried to delete the Sep file and all charts and vizs are gone after I did so. or does the Excel file's name have to be the same every time I want to refresh/replace it?
Thanks.
Hi,
We need to make some assumptions. There is no direct way to replace the file in an example you have shared, so if we focus on the way we can solve it, I would think about the following steps:
FROM MyExceldata* (of course including path elements: lib:\\, etc.
As a result, you get the latest file name.
Store it into a variable with LET function including other path elements in order to get sort of: = 'lib://…/Test_Path/MyExceldata.Oct.xlsx';