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

Screen Optimizations

Is there any way in QlikView to create a dashboard that dynamically adjusts to fit screens of different sizes?  That is, no matter what size screen a user has, they won't have to scroll to see the entire page?

1 Solution

Accepted Solutions
aaronnash
Partner - Contributor II
Partner - Contributor II

As far as I know, you can only do this in the desktop mode and with the IE Plugin.  I have yet to find a reasonable way to accomplish this in AJAX.

If that works for you, just run a macro like this on open:

 

Sub Autozoom

ActiveDocument.GetApplication.WaitForIdle
ActiveDocument.ActiveSheet.FitZoomToWindow

End Sub

View solution in original post

5 Replies
Anonymous
Not applicable
Author

Wait for QlikView.Next

Not applicable
Author

Haha, thanks

aaronnash
Partner - Contributor II
Partner - Contributor II

As far as I know, you can only do this in the desktop mode and with the IE Plugin.  I have yet to find a reasonable way to accomplish this in AJAX.

If that works for you, just run a macro like this on open:

 

Sub Autozoom

ActiveDocument.GetApplication.WaitForIdle
ActiveDocument.ActiveSheet.FitZoomToWindow

End Sub

Anonymous
Not applicable
Author

Aaron Nash,
I'd expect that a macro like this works in AJAX...  Anyway, be aware of the layout quality if you use zoom, there will be distortion of objects and fonts

Not applicable
Author

That's what I was afraid of, I'm shocked QlikView hasn't come up with an easy way to do it by now.  Hopefully soon!