Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to export table data to excel sheet using vb macro, I was able to do export using macro on qv9 server, after migrating same application on qv11 export is not working. do we need to do any additional set up to enable export data to excel using macro.Also Debug option is also not available in QV11 macro window.
Thank you, Now its working.
Hi,
On client machine it is working with internet explorer plugin but full browser version it not working.
Thanks
Nishant
Adding to the above note please find the difference between IE and Ajax
AJAX | IE Client Plug in |
1. No extra download and Installation required. Good for Chrome, firefox and safari | 1.IE plug-in is required |
2. Direct tunneling, much faster over HTTPs | 2. Faster in selections, depend upon the configuration |
3. Good for Mobile Device | 3. Feature is not available |
4. Requires ports 4747 and 477e open in both client and the server both inbound and outbound | 4.This is done over HTTPs. So no port issue. 443 is usually open. |
5.MS Office Integration is difficult | 5.Microsoft Office drag and drop only available in IE plug in |
6.Macro and alert is not possible | 6.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 encrypted | 7. By default Https. man-in-the-middle and eavesdropping attacks is less possible. |