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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
s_swetha
Contributor
Contributor

Capturing the reload status.

We have created an app and added reload action for customers to refresh whenever they required. But when the customer is reloading the app and at the same time QMC is refreshing as per the scheduled time then there will be a concurrent reloads. To avoid this situation, we are trying to disable the submit button when QMC is refreshing. Is there any way or any solution that we can overcome this situation please let us know.

Labels (2)
1 Reply
Damien_V
Support
Support

Hi @s_swetha 

Are you talking about the "reload app" action in the button object inside an app?
There is no option to detect if a reload task is already ongoing with that object.
You could potentially build your own extension object and include some logic in your code to check that if you want to perform that kind of scenario.

If the issue is solved please mark the answer with Accept as Solution.