Skip to main content
Announcements
Global Transformation Awards! Applications are now open. Submit Entry
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