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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

IPAD Zoom

Good morning everyone!

I'm having the following situation: with the code below (which I took from somewhere), I inserted a trigger for him zooming to open the document. The problem is, he seems to be applying a 'zoom scale'. What would be: it decreases slightly the first folder to the second step when it slows down a little more and so to adapt fully. And when he arrives at the correct size, if I go back to the first folder, it is also the correct size.

Does anyone know why this happens or what is wrong?

Sub Zoom

ActiveDocument.ActiveSheet.FitZoomToWindow();

ActiveDocument.GetApplication.WaitforIdle();

ActiveDocument.ActiveSheet.ApplyZoomToAllSheets();

End Sub

By

Rebeca Gums

Labels (1)
1 Reply
Not applicable
Author

Everyone?