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

My macro will only execute when I edit/test

I have a button with a Mcro to run an export.  When I test the macro in edit module, it works fine. However, if I simply push the button, nothing happens.

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

You use hyperlink as name for the macro you want to call, but in the module its name is ExportToExcel. If you change hyperlink into ExportToExcel it should work.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

You use hyperlink as name for the macro you want to call, but in the module its name is ExportToExcel. If you change hyperlink into ExportToExcel it should work.


talk is cheap, supply exceeds demand
Anonymous
Not applicable
Author

Excellent!  Tank you!