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: 
Not applicable

Macros

how to use macros..

1 Solution

Accepted Solutions
sujeetsingh
Master III
Master III

Hi,

Go to the Module Editor (Ctrl + M) and select the language you are going to use. Most of the examples (if not all of them) in these forums are written in VBScript, just search the forums for macro and whatever you want to achieve.

Hope that helps.

How to start writing macro????

Export to Excel

View solution in original post

3 Replies
sujeetsingh
Master III
Master III

Hi,

Go to the Module Editor (Ctrl + M) and select the language you are going to use. Most of the examples (if not all of them) in these forums are written in VBScript, just search the forums for macro and whatever you want to achieve.

Hope that helps.

How to start writing macro????

Export to Excel

mario-sarkis
Creator II
Creator II

open your QVW document

press CTRL+M to go to macro editro where you can write VBSCRipt or JScript

you can define Subs and call them from Actions of buttons, text ojbects ,etc...

ex:

sub MyFirstMacro

msgbox("hello")

endsub

ashfaq_haseeb
Champion III
Champion III

Hi,

Check this

http://community.qlik.com/docs/DOC-4870

Regards

ASHFAQ