Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Afternoon,
i'm hoping that someone can shed some light on the above?
I've added a macro to a dashboard that will allow the user to export a chart to excel (not just the data but the image itself).
It only seems to work in the IE Plugin (i need it to work in Chrome also).
thanks in advance
1. Yes, most macros work only in IE Plugin, not in AJAX.
2. See function ClientPlatform() in "help".
1. Yes, most macros work only in IE Plugin, not in AJAX.
2. See function ClientPlatform() in "help".
Whether macros work or not depends on which client you use: The Internet Explorer PlugIn (OCX) or Ajax (JS). The Plugin runs client side and is quite capable, whereas the Ajax client is a thin client that cannot run client side macros at all, so it is very limited when it comes to the macro functionality.
See also http://community.qlik.com/blogs/qlikviewdesignblog/2014/04/28/macros-are-bad
Concerning functions: try ClientPlatform()
HIC
Thank you!