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

Announcements
Join us at Qlik Connect 2026 in Orlando, April 13–15: Register Here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

stop @ printer selection

hi,

i wrote a macro with:

ActiveDocument.Print Report "RP01"

this code always automatically creates and prints the report......

is there another way to create the report via macro and stop at the printer selection?

regards

Labels (1)
1 Reply
Not applicable
Author

Here is a recent post that discusses opening the print dialog using a macro: http://community.qlik.com/forums/t/16219.aspx

A quick scan through that thread seems to suggest that:

ActiveDocument.PrintReport "RP01" , , true

Should open the print dialog, which should allow the user to select a printer.