Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
how to use subroutines and macros in qlik...list some of basic macro code ..
Hi
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
This might be helpful: