Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Can Nprinting is possible in Qliksense2.2?

Hi,

Can nprinting is possible in Qlik sense?

If possible can anyone help me to guide how to achieve this?

Thanks

Tanushree Roy

14 Replies
Not applicable
Author

Not for now, but it will be soon. You can use Qlikview developer license + Nprinting to achieve mailing functionality for now.

simondachstr
Luminary Alumni
Luminary Alumni

Not nPrinting directly, but fairly easy to achieve something very similar using phantomjs.

Not applicable
Author

Hi Martin,

Thanks for your reply.

Can you please elaborate how to achieve this by phantomjs?

Thanks

Tanushree Roy

simondachstr
Luminary Alumni
Luminary Alumni

Sure - have a look at the following link: Screen Capture | PhantomJS

Not applicable
Author

Hi Martin,

Thanks for your reply.

How to relate this with Qliksense. Where to wright that lines of code? and How is this help to sending a mail automatically?

Kindly guide me..

Thanks

Tanushree Roy

simondachstr
Luminary Alumni
Luminary Alumni

This is not a supported and native Qlik Sense functionality, you would need to start developing your own tools based on open source code & phantomjs and integrate them with Qlik Sense.

reddy-s
Master II
Master II

Hi Tanushree,

NPrinting is on the road map and should be available this year.

Michael_Tarallo
Employee
Employee

Hello Tanushree,

As a Qlik rep - I will chime in here - NPrinting is only available for QlikView at the moment. There are plans to make its functionality and reporting capabilities work with Qlik Sense, there isn't a disclosed time period just yet and of course roadmap content is subject to change without notice and at the discretion of the vendor. So please stay tuned to our materials and announcements in the coming year.

Please mark the appropriate replies as CORRECT / HELPFUL so our team and other members know that your question(s) has been answered to your satisfaction.

Regards,

Mike Tarallo

Qlik

Regards,
Mike Tarallo
Qlik
undergrinder
Specialist II
Specialist II

Hi Tanushree,

I made a short example, you can use it freely

PhantomJS/screenshooter.js at master · undergrinder/PhantomJS · GitHub

I've tested by Qlik Sense Desktop.

Usage:

  1. Download phantomjs
  2. Add phantomjs/bin folderpath to the PATH variable
  3. Download screenshooter.js
  4. It's directory type: phantomjs screenshooter.js test.png localhost:4848/app... 10000

Arguments:

     1. URL*       example: https://example.com

     2. Filename     example: example.png

     3. Waiting for rendering  default: 0 ->QlikSense I suggest to set 10000

     4. Screen width     default: 1366

     5. Screen height   default: 768

     6. Screenshot top position**

     7. Screenshot left position**

     8. Screenshot width size**

     9. Screenshot height size**

     *mandatory fields

     **if omitted then fullscreen

Set waiting time to 10000, it could be enough time to rendering the QlikSense app.

G.