Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

AutoZoom & AccessPoint using AJAX Client

Hi Everyone!

I have been looking over all over the community for a solution that will allow for auto zoom solutioncould be used in Chrome or IE.  I want my application to resize to the end users monitor size.  Typical size ranges from 23 inches to 27 inches.  I did find a macro solution on community which worked great for IE but not for Chrome.  The goal is to have auto zoom for both. 

Here is the macro:

Sub FitZoom()

ActiveDocument.ActiveSheet.FitZoomToWindow

End Sub

Is there a trigger feature I could use instead of the marco that would auto zoom on chrome too? 

Or could someone recommend how I should build applications for monitors that range from 23Inches to 27inches?

Thank you!

0 Replies