Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
abhijith28
Creator II
Creator II

QlikSense Edx

Hi,

I have a requirement where the Qliksense dashboard has to refresh once the sql database is refreshed succesfully.

I tried to find out the solution in Qlik community, but there was some solution only for QLikview.

How this can be implemented in Qliksense using Edx trigger.

 

 

Thanks,

Labels (1)
6 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Qlik Sense has a REST api you can use: https://support.qlik.com/articles/000056254


talk is cheap, supply exceeds demand
abhijith28
Creator II
Creator II
Author

Thanks for your reply. I got the other solution to implement the auto reload.

Qlik1_User1
Specialist
Specialist

@abhijith28 please suggest what approach you have used..

agni_gold
Specialist III
Specialist III

what was your solution, can you please guide me ?

abhijith28
Creator II
Creator II
Author

Hi,

I could suggest you the algorithm which i had used.

Creating a variable 

compare for the date field in the database and the date which you need in the qliksense app.

Loop the reload till the Qliksense app fetch the latest date from the database.

Thanks,

 

agni_gold
Specialist III
Specialist III

some sample code, please