Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikplaut
Partner - Contributor III
Partner - Contributor III

Fit zoom to window Macro in Access Point

Hello,

Is there any way to make the Fit to window Macro trigger when accessing the document via the Access Point?

This is the macro i am using:

Sub FitZoomToWindow

                rem ** fit active sheet to window **

                ActiveDocument.ActiveSheet.FitZoomToWindow

                ActiveDocument.GetApplication.WaitForIdle  

       ActiveDocument.GetApplication.Refresh

                ActiveDocument.ActiveSheet.ApplyZoomToAllSheets

end sub

I tried the trigger via a button or a variable, but still when I access the document via an iPad using Safari or Chrome, the trigger will not do anything.

Any suggestions?

Thank you in advance,

Bogdan

4 Replies
Not applicable

Hi,

your macro works only with local client or ie plugin.

You can try this document extension http://community.qlik.com/thread/58941

Alex

vikasmahajan

Macros never works in access points.

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
Not applicable

On iPad use the QlikView application for iPad you find in iTunes or use the document extension published here http://community.qlik.com/thread/58941

Hope help, Regards.

qlikplaut
Partner - Contributor III
Partner - Contributor III
Author

Thanks everyone for your input. I tried using the extension but I cannot get it to work. At this point I am still searching for a solution, and if not I will need to manually modify the app so it fits the ipad screen.

In case I come across the solution to the problem, I will post it here.

Thanks,

Bogdan