Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi,
your macro works only with local client or ie plugin.
You can try this document extension http://community.qlik.com/thread/58941
Alex
Macros never works in access points.
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.
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