Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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

1 Reply
Not applicable
Author

Everyone?