Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
lescoulm
Contributor
Contributor

Zoom does not work with Ajax

Hello,

I have put the following code on opening my QlikView application :

SUB FitZoomToWindow
ActiveDocument.ActiveSheet.FitZoomToWindow
ActiveDocument.GetApplication.WaitforIdle
ActiveDocument.ActiveSheet.ApplyZoomToAllSheets
END SUB

When I open the application with IE Plugin, It works but with Ajax, It does not work.

Have you an idea of the problem ? I use QlikView 10 on my PC, QlikView Server 9 and my browser is IE8.







1 Reply
vgutkovsky
Master II
Master II

Well, most macros don't work with AJAX, and I bet this is one of the ones that are not supported...see page 304 of the QVS Reference Manual for more details.