Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.