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: 
Not applicable

How to Control screen resolution in qlikview


Hi All,

We have this requrement where we need to show same dashboard on small and larger monitors. We are asked if there is any option to implement some sort of marco or anything which will help a dashboard to layout properly on different dashbaords.

Thanks

11 Replies
fkeuroglian
Partner - Master
Partner - Master

Hi,you can do it using a macro to fit the dashboard as per the screen size.

this will be your macro  code:

------------------------------------------------------

Sub Zoom

ActiveDocument.GetApplication.WaitForIdle

ActiveDocument.ActiveSheet.FItZoomToWindow

End Sub

-----------------------------------------------------

then you can create a button to execute this or onyl load the macro when the document open

perform the Action ---------> Run Macro   -----> Zoom

I hope it will help you.

good luck

Fernando

Not applicable
Author


Hi Thnaks for the reply,, Never worked on Macro,,can you please help me on where do i write this.

fkeuroglian
Partner - Master
Partner - Master

Hi, no problem

see the attached

press CTL + M to view the edit module, there you create all the macros code

tell me if you need something

Fernando

Not applicable
Author

Thanks,, do we need to do anything to run this qvw on server? I mean qvw with this code.

fkeuroglian
Partner - Master
Partner - Master

What do you use, ieplugin or full browser?

try to put in the folder that contain all the document that you see in the server and just click in the button to see if works on in the server.

the desktop version works ok, now try in the server, then you could create a triger that execute when the document open and call the macro to auto adjust screen

Good luck

Tell me if you need something

Fernando

aveeeeeee7en
Specialist III
Specialist III

Hi Faisal

While creating Dashboards or Application keep in mind to set the Screen resolution earlier and then start working on creating Dashboards and Application.

Kindly check the Screen Resolution of your users and work accordingly.

Go to View> Resize Window> Select one Screen Resolution on which you have to work> After selecting the desired resolution, start creating your dashboard within that area only.

Screen Resolution.bmp

Regards
Aviral Nag

Not applicable
Author

Hi Fernando,

first of all I would like to than kyou for your reply. I have tried this qvw via AJAX and Plug In,,, It seems it only works with IE Plug In. We would like to make it work with AJAX as that is by default... Can You please explain if there is such limitation or we can do something to make it work on both or atleast on AJAX.

Thanks

fkeuroglian
Partner - Master
Partner - Master

Hi faisal

because of that i asked you before what browser do you use, it is not working using ajax because use some macro that only are allowed with ie plugin

now i have search to use in ajax if i have some improove or i find the solution i will tell

Fernando

ashfaq_haseeb
Champion III
Champion III

Hi Faisal.

Look it the attached extension help you.

http://community.qlik.com/message/245239#245239

Regards

ASHFAQ