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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

macros

can anyone explain about what is macros and why we use macros with example.

3 Replies
marcus_malinow
Partner - Specialist III
Partner - Specialist III

Shashidar,

Macros are a way of executing VBA script within your QlikView document. I wouldn't recommend using them unless there's absolutely no other way of accomplishing the action you need, there are a number of reasons for this.

Macros are slow. Very slow.

Most actions can be accomplished using non macro actions.

Macros that involve making selections have an impact on the users' server cache. This makes your document less responsive.

I don't believe they work in the Ajax client (though I may be wrong)

Marcus


Not applicable
Author

thank u and plz answer if u know diff between or waht is new in qlikview 9,10,11

marcus_malinow
Partner - Specialist III
Partner - Specialist III

One more reason to avoid them is that they are a royal pain when it's time to upgrade. I don't believe there's a long term future for them so you may solve a problem today but create one for the future.