Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Responsive Dashboard Possible in Qlikview ???

HI All,

Responsive Width is possible in qlikview ?

My Dashboard looks different in different monitors.

Regards,

Keerthi KS

1 Solution

Accepted Solutions
jagan
Luminary Alumni
Luminary Alumni

Hi Keerthi,

Trigger the below macro in

Sub FitZoomToWindow 

     ActiveDocument.GetApplication.WaitForIdle 

     ActiveDocument.ActiveSheet.FItZoomToWindow 

End Sub 

Settings -> Document Properties -> Triggers -> On open -> Add Action -> Add -> External -> Run Macro -> Give Macro Name (FitZoomToWindow)

Before that paste the above macro code in the Edit Module window (Ctrl + M).

For some other sample macros check the link below

Useful Qlikview Macros

Regards,

jagan.

View solution in original post

6 Replies
PrashantSangle

Hi,

There is no direct solution availble.

You have to use macro for it.

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Not applicable
Author

I never wrote any macro function. Do you know what has to be done.

Please help me with this.

Regards,

Keerthi KS

PrashantSangle

Hi,

go to below URL

-> Re: Auto Adjust the Size of the Screen

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
jagan
Luminary Alumni
Luminary Alumni

Hi Keerthi,

Trigger the below macro in

Sub FitZoomToWindow 

     ActiveDocument.GetApplication.WaitForIdle 

     ActiveDocument.ActiveSheet.FItZoomToWindow 

End Sub 

Settings -> Document Properties -> Triggers -> On open -> Add Action -> Add -> External -> Run Macro -> Give Macro Name (FitZoomToWindow)

Before that paste the above macro code in the Edit Module window (Ctrl + M).

For some other sample macros check the link below

Useful Qlikview Macros

Regards,

jagan.

jerrysvensson
Partner - Specialist II
Partner - Specialist II

A note:

This will only work if you use Plugin as client.

Peter_Cammaert
Partner - Champion III
Partner - Champion III

Readymade solutions:

  • iPad client for QlikView (scales dashboard to fit the device screen)
  • Qlik Sense (really responsive solution)

With QlikView, you may face situations/set-ups that do not allow for responsive design.