Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
I am very new to qlik sense, I want to create on extension folder to refresh some other qvf files without opening those files by creating one button in current qvf file (what i will open daily in that file). For that i am not able to find / write JS and QEXT Programs.
Can anyone please help me for the Javascript, QEXT
And I am using Qlik sense Desktop Edition
Thank you in advance
Hi Sudhakar Battula,
I did not find a Qlik Branch extension doing what you want to achieve, but this thread may lead you in the right direction: https://community.qlik.com/thread/158784
Hope this helps,
Arnaldo
petter-s Can you please help me out from this
Hi Sudhakar,
As per your query, my suggestion will be to create a reload button in the main qvf file. In QMC, you have to assign trigger task to reload other qvf files.
If want to build the extension for reload button, then you have to use QRS API in side javascript giving all the task id to trigger.
For manually testing you can try using POSTMAN APP.
Regards
Sandeep Roy
Hi Sandeep,
I am using Qlik Sense Desktop Edition
For that can you please suggest something. Otherwise is there any possibility to reload the document for every 15/30 mins without open
Hi Sudhakar,
The link to the thread I posted before contains C# code (Program.cs) using the .Net SDK; it is the starting point to resolve your issue; Can you use it?
HTH
Arnaldo
Hi Arnaldo,
I will try with that link and will give update