Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
qlik_venu
Creator
Creator

Fit Zoom to Windows

Hi,

I am using the following code for the 'fit to windows'.

Sub Zoom

ActiveDocument.ActiveSheet.FitZoomToWindow
ActiveDocument.GetApplication.WaitforIdle
ActiveDocument.ActiveSheet.ApplyZoomToAllSheets

End Sub

I had added this macro to the Document Open Trigger.

no when i open the dashboard in the client, its working fine. The windows get fitted properly.

But when I try to access the dashboard through the Qlikview plugin in the IE browser, its not executing the Macro.

I am not sure why the document on load trigger based macro is not working in this case.

Can you please guide me in this.

Thanks,

Venu

0 Replies