Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
souadouert
Specialist
Specialist

macros qlik planification

i need to know if i have the possiblity to automatically trigger (schedule) qlikview macros from server:

example the macro x will exécute one time per week with date variable


1 Reply
Anil_Babu_Samineni

Here, Is the one approach

Sub Workbook_Open()

Application.OnTime TimeValue("18:00:00"), "MyMacro" ' This macro works every day 6 PM

End Sub

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