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

Macro and Hyperlink not working in Ajax

I have insalled and configured a Qlikview Server 11 SR2 machine with all option enabled for macro execution.

All works well in IE Plugin, but macro for excel export does not work in Ajaxzfc (full browser option).

the macro is:

ActiveDocument.GetSheetObject("CH160").SendToExcel()

Also I have included a world map referencing google's api chart (http://chart.apis.google.com/chart?&cht=t) and this not working properly on Full Browser Version (Ajaxzfc).

Any suggestion?

Thankyou.

1 Solution

Accepted Solutions
gainkarthi
Partner - Specialist
Partner - Specialist

Adding to the above note please find the difference between IE and Ajax

AJAXIE Client Plug in
1. No extra download and Installation required. Good for Chrome, firefox and safari1.IE plug-in is required
2. Direct tunneling, much faster over HTTPs2. Faster in selections, depend upon the configuration
3. Good for Mobile Device3. Feature is not available
4. Requires ports 4747 and 477e open in both client and the server both inbound and outbound4.This is done over HTTPs. So no port issue. 443 is usually open.
5.MS Office Integration is difficult5.Microsoft Office drag and drop only available in IE plug in
6.Macro and alert is not possible6.Alerts can only be created and triggered from Windows (IE Plug-in) versions of QlikView
7. The communication between a QlikView Server and a QlikView Windows client is encrypted. If, however, the AJAX client is used, the communication is not encrypted7. By default Https. man-in-the-middle and eavesdropping attacks is less possible.

View solution in original post

3 Replies
gainkarthi
Partner - Specialist
Partner - Specialist

Macro wont work in AJAX page and it will work only with IE Plugin.

gainkarthi
Partner - Specialist
Partner - Specialist

Adding to the above note please find the difference between IE and Ajax

AJAXIE Client Plug in
1. No extra download and Installation required. Good for Chrome, firefox and safari1.IE plug-in is required
2. Direct tunneling, much faster over HTTPs2. Faster in selections, depend upon the configuration
3. Good for Mobile Device3. Feature is not available
4. Requires ports 4747 and 477e open in both client and the server both inbound and outbound4.This is done over HTTPs. So no port issue. 443 is usually open.
5.MS Office Integration is difficult5.Microsoft Office drag and drop only available in IE plug in
6.Macro and alert is not possible6.Alerts can only be created and triggered from Windows (IE Plug-in) versions of QlikView
7. The communication between a QlikView Server and a QlikView Windows client is encrypted. If, however, the AJAX client is used, the communication is not encrypted7. By default Https. man-in-the-middle and eavesdropping attacks is less possible.
Not applicable
Author

Thankyou very much Karthikeyan Subramaniam

Now i have to find a method to call export excel in ajax, because I have some minimized object, and macro was created for excel export of these objects.