Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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

Please add me Anil_Babu_Samineni to interact faster when reply back. Speak low think High.

Before develop something, think If placed (The Right information | To the right people | At the Right time | In the Right place | With the Right context)