Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
srinivas1921
Contributor III
Contributor III

How to enable button after disabled based on time condition?

Hi,

I have created Qlik app for EDX. In my application there are two buttons to run ETL task and to Run QlikView task.

whenever I want to run ETL task then I will click on ETL task button and  this Button will be disabled (Means it is visible but non clickable). But after 60 min I want to enable (Clickable) this ETL task Button again (In the macro, we have set fixed time 60 min for ETL task).

Please suggest solution on this.

Many Thanks in advance.

3 Replies
Or
MVP
MVP

I would not recommend using QlikView for this sort of thing - time-based polling is not QlikView's forte. Why not create an external application for these triggers?

Anonymous
Not applicable

Hi srinivas, use Now(1) to know actual time and update it each second.

Regards!!

krishnacbe
Partner - Specialist III
Partner - Specialist III

Do not configure these settings in Qlikview. Try to use Batch scripts or Windows task scheduler to initiate the EDX.