Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
Hi Thnaks for the reply,, Never worked on Macro,,can you please help me on where do i write this.
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
Thanks,, do we need to do anything to run this qvw on server? I mean qvw with this code.
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
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.
Regards
Aviral Nag
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
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
Hi Faisal.
Look it the attached extension help you.
http://community.qlik.com/message/245239#245239
Regards
ASHFAQ