Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
lockematthewp
Creator II
Creator II

Objects moving/resizing

I am currently developing a dashboard in Qlikview. However when I send it to someone else to publish it on the server, many of the objects are moved and/or resized. I am not sure if this is an issue with my/his Qlikview settings or what the cause may be. I would really appreciate any help with this matter.

4 Replies
dplr-rn
Partner - Master III
Partner - Master III

move or resize in what way?
can you share a screenshot.
you can prevent move and resize in chart properties-->layout--> disable allow move/size
krishna_2644
Specialist III
Specialist III

You should always check the UI in 'Web View Mode' and then publish onto server. Usually the objects get resized or moved when published on accesspoint.
lockematthewp
Creator II
Creator II
Author

correct.JPGincorrect.JPG

gf
Creator III
Creator III

I used a small macro which is triggered on open document. Or you can assign this macro to a button "Auto fit" or something like that.

SUB AutoZoom

ActiveDocument.GetApplication.WaitForIdle
ActiveDocument.ActiveSheet.FitZoomToWindow

END SUB