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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
praveenkumar_s
Creator II
Creator II

sub routines and macros

how to use subroutines and macros in qlik...list some of basic macro code ..

2 Replies
el_aprendiz111
Specialist
Specialist

Hi

https://help.qlik.com/en-US/qlikview-developer/12.0/Subsystems/Automation/Content/automation-edit-mo...

Example:

Sub SelectField 

ActiveDocument.Fields("field").select "xxx" 

End Sub 

Sub Unselect 

ActiveDocument.Fields("field").clear 

End sub

Sub Msg

Msgbox "My msgxxxxx "

End Sub

Frank_Hartmann
Master II
Master II

This might be helpful:

Useful Qlikview Macros