Skip to main content
Announcements
Defect acknowledgement with Nprinting Engine May 2022 SR2, please READ HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
ilanbaruch
Specialist
Specialist

Copy To Clipboard value NPrinting image report

Hi All

i'm using image as part of an excel report

when executing the report images are coming corrupted (57% of the original)

after changing ClipboardZoom Leven under settings->user preferences -> export to 100%

report comes out OK.

but this value is constantly changing every day ..back to 57%

+ in this model i have a fit zoom macro

Sub Fit

  ActiveDocument.ActiveSheet.FitZoomToWindow

  ActiveDocument.GetApplication.WaitforIdle

  ActiveDocument.ActiveSheet.ApplyZoomToAllSheets

End Sub

is this macro Causing ClipboardZoom to change??

1 Solution

Accepted Solutions
Ruggero_Piccoli
Support
Support

Hi,

This is an old version. Before to go ahead with the investigation please update to Qlik NPrinting 16.8 and try with it. QlikView triggers and macros are not supported. You must remove them from the original document.

Best Regards,

Ruggero

---------------------------------------------

When applicable please mark the appropriate replies as CORRECT https://community.qlik.com/docs/DOC-14806. This will help community members and Qlik Employees know which discussions have already been addressed and have a possible known solution. Please mark threads as HELPFUL if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads as HELPFUL if you feel additional info is useful to others.



Best Regards,
Ruggero
---------------------------------------------
When applicable please mark the appropriate replies as CORRECT. This will help community members and Qlik Employees know which discussions have already been addressed and have a possible known solution. Please mark threads with a LIKE if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads with LIKEs if you feel additional info is useful to others.

View solution in original post

6 Replies
Lech_Miszkiewicz
Partner Ambassador/MVP
Partner Ambassador/MVP

Clipboard zoom level is a "User" setting, so you need to set it up using a user which runs your NPrinitng reports. It needs to be done using your service account running NPrinitng service/server and it might be different to settings used when designing report.

Also - can you provide info what version of NPrinitng are you using?

regards

Lech

cheers Lech, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful to the problem.
Lech_Miszkiewicz
Partner Ambassador/MVP
Partner Ambassador/MVP

Well - in general NPrinitng is not supporting documents with triggers, so you are running unsupported configuration.

cheers Lech, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful to the problem.
ilanbaruch
Specialist
Specialist
Author

NP 16.6.0.0

Lech_Miszkiewicz
Partner Ambassador/MVP
Partner Ambassador/MVP

also look here:

Qlikview 12 - Clipboard Zoom self-adjusting?!

cheers Lech, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful to the problem.
Ruggero_Piccoli
Support
Support

Hi,

This is an old version. Before to go ahead with the investigation please update to Qlik NPrinting 16.8 and try with it. QlikView triggers and macros are not supported. You must remove them from the original document.

Best Regards,

Ruggero

---------------------------------------------

When applicable please mark the appropriate replies as CORRECT https://community.qlik.com/docs/DOC-14806. This will help community members and Qlik Employees know which discussions have already been addressed and have a possible known solution. Please mark threads as HELPFUL if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads as HELPFUL if you feel additional info is useful to others.



Best Regards,
Ruggero
---------------------------------------------
When applicable please mark the appropriate replies as CORRECT. This will help community members and Qlik Employees know which discussions have already been addressed and have a possible known solution. Please mark threads with a LIKE if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads with LIKEs if you feel additional info is useful to others.
ilanbaruch
Specialist
Specialist
Author

disabling the macro did the job.

thank you