Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Try this in Macro ... where RP01 is report name
ActiveDocument.PrintReport "RP01"
Talha
Try this in Macro ... where RP01 is report name
ActiveDocument.PrintReport "RP01"
Talha