Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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
Luminary Alumni
Luminary Alumni

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.