Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

SHRINK TO FIT ON ACCESS POINT

I am trying to print  a Dashboard from access Point but its cutting of the edges and some numbers.  How can I use fit to page option . I have tried both Chrome and IE

2 Replies
vikasmahajan

Use this extension Fit Zoom to Window Document Extension

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
jagan
Partner - Champion III
Partner - Champion III

Hi,

You can trigger below macro in

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

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

Regards,

jagan.