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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Print Report via clicking a button

Hi all:

I have created a report for printing gathering a number of objects. Now I would like to create a button in QlikView that the user can click so that a specific report is taken and printed from the screen. Does anybody have a code snipped hanging around for this particular task?

I don't have any detailed knowledge about VBScript or JavaScript but I imagine the code to be something like following:

Print(<ReportName>)

Our QV server is still on 8.5. Unsure to what extend that is important.

Thanks.

Jochem

1 Solution

Accepted Solutions
Not applicable
Author

Try this in Macro ... where RP01 is report name

ActiveDocument.PrintReport "RP01"

Talha

View solution in original post

1 Reply
Not applicable
Author

Try this in Macro ... where RP01 is report name

ActiveDocument.PrintReport "RP01"

Talha