Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qlickview Screen Resolution

Hi,

We have created Dash board with few graphs and tables for our management and the reports are created on a particular screen which is larger than usual laptop screens. I just wanted to check if qlickview has option to automatically adjust the view to screen size its open in to. As Graphs we have created doesn't fit properly on smaller screen and we get multiple scroll bars to navigate.

Thanks

1 Reply
Not applicable
Author

yes, I think

add a macro on open macro

SUB FitZoomToWindow

ActiveDocument.ActiveSheet.FitZoomToWindow

END SUB