Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
shyamcharan
Creator III
Creator III

Sizing of the dashboard to multiple screens

Hi Experts,

I have a very basic question.

While designing the dashboard, do I need to cater to the size of device that is used to view the dashboard?

I am in assumption that Qlik will automatically sizes the window of the objects to fit to the screen/monitor.

Currently, I am designing the dashboard screen to a width of 1120 assuming to be used on IPad's.

Please advice on this.

Labels (2)
2 Replies
gf
Creator III
Creator III

One way would be a small macro which automatically sizes the screen.

SUB AutoZoom

     ActiveDocument.GetApplication.WaitForIdle
     ActiveDocument.ActiveSheet.FitZoomToWindow

END SUB

Add this macro as a triggered event when document opens.

 

HirisH_V7
Master
Master

I don't think qlikview will automatically do this, user need to zoom in or out to adjust desired view once initially, that will be saved. It will be fitted with same zoom from next login. Probably this is the way we are working on currently,To utilize complete area of sheet by developer to show case more reports in one page.

In case if we require less reports and fit it into a particular space, to be viewed in only one device means. we can go ahead with your approach.

Using macro, may cause performance issue. That's again based on size of app and other parameters.



HirisH
“Aspire to Inspire before we Expire!”