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

Automatically adjust screen resolution in QlikView

I need automatically adjust screen resolution in QlikView helpme please

2 Replies
disqr_rm
Partner - Specialist III
Partner - Specialist III

Search forum (here) for "AutoZoom".

By the way, it will not be possible for AJAX based app access. If you are using IE Plugin it will work. You cannot zoom AJAX based pages, and you would need to design your app with specific screen size wireframes you are interested into.

sasikanth
Master
Master

HI

try to use a macro code like this

Sub Autozoom

ActiveDocument.GetApplication.WaitForIdle
ActiveDocument.ActiveSheet.FitZoomToWindow

End Sub

may be helpful