Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
mohitd910
Creator II
Creator II

How to Make a qvw Responsive

i want to make my qvw responsive according to laptop or desktop it changes automatically how it is possible in qlikview and not qliksense

12 Replies
PrashantSangle

Hi,

You can acheive this with macro.

There is no direct fuctionality available in QlikView.

Search on community you will find required macro.

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 🙂
gsbeaton
Luminary Alumni
Luminary Alumni

Hi Mohit,

Sorry it won't be possible.  If there was a action that got the browser size eg clientWidth() and clientHeight() and easier manipulation of the CSS then a QlikView developer would have a fighting chance of building something responsive.

Your best bet is to create an application for each client size (this is usually limited to 1 or 2 in a corporate environment).  You can then give the user a choice of which application they open via access point, or build your own intermediate web page which does sense the client type and shows only the appropriate app variants.

jagan
Luminary Alumni
Luminary Alumni

Hi Mohit,

Try this macro

  1. Sub FitZoomToWindow 
  2. ActiveDocument.GetApplication.WaitForIdle 
  3. ActiveDocument.ActiveSheet.FItZoomToWindow 
  4. End Sub

on Settings -> Document Properties -> Triggers -> Document Event Triggers -> OnOpen

This will adjust to the resolution you are using.

Hope this helps you.

Regards,

Jagan.