Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.