-
Re: load table
Dan Sullivan Jul 17, 2017 11:18 AM (in response to antony qvw)i don't believe Qlik has this built in functionality. However, on Qlik Branch you can find an extension that can be used to trigger a load/refresh data source for the app.
-
Re: load table
antony qvw Jul 18, 2017 12:54 AM (in response to Dan Sullivan)Hi,
Thanks for your response!!!
Can you provide the extension link on the same???
-
-
Re: load table
Arvind Patil Jul 18, 2017 2:34 AM (in response to antony qvw)Hi Antony,
The button is frontend Functionality. all OPeration performed in the front end after reloading the Data.
Thanks,
Arvind Patil
-
Re: load table
Graeme Smith Jul 18, 2017 3:24 AM (in response to antony qvw)It will depend on your specific use case as to whether or not this will work for you, but in the past where we have needed the end users to control which files can or need to be loaded we would just store this list of files to be loaded in an Excel "configuration" file. The users can then just update the Excel configuration file to specify which files should be loaded, which types of data, and from where. The QV load script then just loads the list of files from the Excel configuration file and processes them one by one. Depends on your specific use case as to whether or not this approach will work for you, but this has worked well for me in some situations where we need to load multiple files into a single application, and the list of files is being managed centrally by a business user.