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: 
shree909
Partner - Specialist II
Partner - Specialist II

Help with the screen resolution

Hi ,

i have  a qlikview application that was developed on my local system with screen resolution 1600 x1200.

when it was deployed  on the server and given acces to users with url. they are able to open the applicaiton but the

problem is they are getting  the scroll  bars for the applicaiton, and the reason is they are using sxcreen resolution less of 1600x1200.

is there a way that qlikview will fit to the screen resolution of their local system  for the users who acces the application, no matter what  scrren resoultion could be???

1 Solution

Accepted Solutions
whiteline
Master II
Master II

Answering your original questoin, no there is no way.

I think there is a possibility to develop dynamic layouts but its rather complex.

Much more complex than just reajust your app.

The only build in trick is mobile view but this is not the case.

You have to reajust all your layouts manualy.

Its not so hard, use alignment buttons on Design ToolBar and type numerical Pos and Sizes for Charts (Properties->Caption).

The backgrounds with target resolution borders is much more useful during development than resize window option.

View solution in original post

9 Replies
Not applicable

I do not think that Qlikview Supports this. The best method would probably be to develop the application using the most used screen size. (Select View, Resize Window, Select Resolution)

shree909
Partner - Specialist II
Partner - Specialist II
Author

Thanks for the reply. i did that  but the thing is users are going to see the applicaiton through url.

so they dont  get that option?

Not applicable

Doing this does not adjust the object in the application. This is more so that you can create applications based on a screen size that is different from yours. You would select a different screen resolution, then design it based on that size so that when users with that resolution view the file they will not have to scroll.

bgerchikov
Partner - Creator III
Partner - Creator III

Yuo can resize window from the view menu. Just verify required resolution with users.

shree909
Partner - Specialist II
Partner - Specialist II
Author

if i resize the window  i am loosing the contentlike borders and objects??

is there any way that can be done. the thing is applicaiton already developed and now the issue has comeup.

bgerchikov
Partner - Creator III
Partner - Creator III

If you resize the window you must ajust your layouts. Resolution has to be part of the user requirements.

whiteline
Master II
Master II

Answering your original questoin, no there is no way.

I think there is a possibility to develop dynamic layouts but its rather complex.

Much more complex than just reajust your app.

The only build in trick is mobile view but this is not the case.

You have to reajust all your layouts manualy.

Its not so hard, use alignment buttons on Design ToolBar and type numerical Pos and Sizes for Charts (Properties->Caption).

The backgrounds with target resolution borders is much more useful during development than resize window option.

Not applicable

Hi,

Try this macro, it will fit the resolution of the user screen.

Sub AutoZoom

ActiveDocument.GetApplication.WaitForIdle

ActiveDocument.ActiveSheet.FitZoomToWindow

End Sub

Regards,

Pavan.

Not applicable

!Hi Shree

This can be achieved by using extension option in qlikview

you can use ZoomToFit... Just do a little bit of research, how to enable Extension on your application and

You have to install this zoomtofit extension and this will create a folder structure in your QlikTech Folder and you have to give that path on the server

Than the app will shrink according to the size of the screen that you use,, it works perfectly on google chrome