Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is it possible to create macros that allow to upload datas whenever the app is openend?
Macro - no. QlikSense is not using macros.
You can try to write an extension to QS (basically using javascript + html/css).
Maybe these extensions will be helpful:
Macro - no. QlikSense is not using macros.
You can try to write an extension to QS (basically using javascript + html/css).
Maybe these extensions will be helpful:
Hi,
Thank you so much for your response. I found what I need inside Dev Hub that permits me to create a button where I can launch a re-load data. the string is: "<lui-button ng-click="app.doReload()">Reload app</lui-button><br/>".
I would know if it's possible to create an automatically re-load after a programmed number of minutes
http://branch.qlik.com/#!/project/58276ae8d4dbcc7481114356
Try this extension - you can define the time to reload.
Thanks for your response,
nevertheless I have some problems concerning the installation of the extension.
In particular I don't know how the extension should be transfered on qlik
Hi Matteo,
it is easy, where (in folder) you installed you Qlik Sense: you should have some folder like: Extensions; here you should save your extension and in Qlik Sens Desktop (see screenshot))you can use your extension
I hope that helps
Beck
Just download the zip file:
http://branch.qlik.com/#!/project/58276ae8d4dbcc7481114356
(then click on link to the "github" link, where the file is stored)
and copy whole folder to the location as below:
C:\Users\your_username\Documents\Qlik\Sense\Extensions\
After refresh you can use the extension in Qlik Sense (drag and drop - just like bar chart etc.)
Thanks,
I realize after my message that my question was really simple...
I launched the extension but the extension creates a pop up:
I can't understand why.
The version of Qlik sense dekstop is the 3.2 SR4 one
thanks,
I launched the extension but when I try to reload the data, a pop up appears:
I don't know how to fix this problem, I just did what you told me