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

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

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.