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: 
agni_gold
Specialist III
Specialist III

Need help on screen resolution

Hi Experts ,

I have prepared my dashboard in normal resolution ,

Now my client wants to my dashboard at (1680 x 1050) max resolution. Is this possible to change the resolution after development.

Thanks & Regards ,

Agnivesh

5 Replies
Clever_Anjos
Employee
Employee

Are they using plugin? You can set the zoom maybe would satisfy your need.

If you want a perfect screen, you should resize and move your objects

sujeetsingh
Master III
Master III

I think you need to resize.

beck_bakytbek
Master
Master

Hi try this and use : Document Properties>Triggers>Add Actions> On Open

sub zoom

ActiveDocument.ActiveSheet.FitZoomToWindow
ActiveDocument.GetApplication.WaitForIdle
ActiveDocument.ActiveSheet.ApplyZoomToAllSheets
ActiveDocument.GetApplication.WaitForIdle

end sub

Please let me know if its working

Beck

PradeepReddy
Specialist II
Specialist II

better option is re-size the Sheet Objects to new screen resolution..

Macros won't work on  Ajax plugin..