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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to hide selection boxes while printing to pdf

I want to export - print to PDF a sheet. it is working perfectly . I want to hide the selection boxes while exporting, which are also getting exported on the PDF.

1 Reply
suniljain
Master
Master

Pls Write Following Macro to perform selection during Export to PDF.

ActiveDocument.ClearAll TrueActiveDocument.Fields("WORK_YEAR").Select ActiveDocument.Evaluate("Current_Year")
ActiveDocument.Fields("WORK_WEEK").Select ActiveDocument.Evaluate("LastWeek")