Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.