Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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

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