Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to execute macro in a QVW at a particular time only?

I have a macro in a QVW file. I need this macro to run at a specific time . Is there a way this can be scheduled or written in the Macro itself?

1 Reply
Anil_Babu_Samineni

You can use this?

Application.OnTime TimeSerial(15,0,0), "Your Function Name" // That means Sub Name - Here you could replace Name

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful