Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QlikView Access Point Screen Size Dynamic adjustment

Hi Guys,

I have developed an a[plication on my Laptop size 15 Inch. What I want if some one sees this application on big monitor It should expand automatically but this is not happening.

If I see same application on big monitor, there is lot of white space in on right side and down side and even on big screen application size is same as my laptop size.

There is any setting fore this?

6 Replies
ziadm
Specialist
Specialist

Hi

unfortunately qlikview does not detect the resolution and adjust to right size,

I suggest that you develop a macro to zoom into the document and fill the white spaces

Sub ZoomToFit

rem ** fit active sheet to window and apply same zoom to all sheets **
ActiveDocument.ActiveSheet.FitZoomToWindow
' ActiveDocument.GetApplication.WaitforIdle
' ActiveDocument.ActiveSheet.ApplyZoomToAllSheets
End Sub

Not applicable
Author

Hi Mohammad,

Thanks for clarifying it.

May I know where should I use the above code in application?

ziadm
Specialist
Specialist

Hi

make a button and propperties-->Action-->Add

Action Type -->External

Action --> Run Macro

Click the Button Edit Module

Then past the Macro Code in the editer

Once done make sure that you type the Macro Name in the text box

Regards

Ziad

Not applicable
Author

Hi Ziad,

Thank you very much.

Will try this option and let you know how it goes.

kschramm
Partner - Contributor II
Partner - Contributor II

Hello.  This is very cool.  The question I have is that the button works when I run it on my desktop but does not seem to work when executing on Access Point.  Is it supposed to ZoomToFit on Access point as well?  Is there a macro setting of some sort that need to be set either on the server or within the QVW?

Again, thank you for your suggestion.  I have developed 4-5 apps and I always struggle with the sizing within AP.  I have looked for best practices documents (what to set your screen size at when developing to match the size in AP for example) and there does not seem to be much out there. 

ziadm
Specialist
Specialist

Unfortunately Qlikview development and GUI are specific to screen size. if you are deplloying the App on desktop screen then you are have to make sure users are having the same development resolution.

If you are deploying your QVW to iPad or maller screens the you have to use containers and make sure of the visualizations size on these screens

The best is to start on Qliksense , iHTML5 script and does not require re-sizing your app.  its develop once and deploy on any size