Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Peony
Creator III
Creator III

How to get applications reload status(QMC and Work)?

Hi everyone.

Is there in Qlik some function or some other thing that allow to check application reload status?

My goal is to create an app that will updating with high frequency as  allow end user to  monitor application reload status. 

There is a need to check status both for apps that published and updating manually or with QMC tasks ans also for apps that opened and updatiing in Work.

For now I don't know even know where to start to solve this task. Hope you may help me with your advises. 

Labels (1)
1 Solution

Accepted Solutions
SerhanKaraer
Creator III
Creator III

Hello Peony,

I suppose it is a better choice to show the last data reload time to the user. Reload time is updated after success of the relevant task. You can use ReloadTime() function in any expression.

If you still need to show the status, you can use QRS API:

https://community.qlik.com/t5/Qlik-Sense-Integration-Extensions-APIs/Qlik-Sense-API-get-task-statuse...

Also there is an extension showing the status tho the end user in the garden. Here it is:

https://developer.qlik.com/garden/5eb3c54c5b486b001208d8a0

View solution in original post

2 Replies
SerhanKaraer
Creator III
Creator III

Hello Peony,

I suppose it is a better choice to show the last data reload time to the user. Reload time is updated after success of the relevant task. You can use ReloadTime() function in any expression.

If you still need to show the status, you can use QRS API:

https://community.qlik.com/t5/Qlik-Sense-Integration-Extensions-APIs/Qlik-Sense-API-get-task-statuse...

Also there is an extension showing the status tho the end user in the garden. Here it is:

https://developer.qlik.com/garden/5eb3c54c5b486b001208d8a0

Peony
Creator III
Creator III
Author

Hi @SerhanKaraer 

Thank you for the links, will go through them.  I definitely need to show task status because of the additional task - send an e-mails when task changed its status.