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

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
jerryr125
Creator III
Creator III

NPrinting - HTML Report - Table Chart Type

Hi - 

I have created a NPrinting Report using HTML.

The report works just fine.  

I am displaying a Bar Charts, Pie Charts, etc...as images - no issues.

When I display a Table Chart as an image - there is an issue that the Table Chart does not display the every row in the Table Chart.  

Why ? Any thoughts or settings I am missing ??

Thanks - Jerry

Labels (2)
1 Solution

Accepted Solutions
Lech_Miszkiewicz
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi, This seems quite logical and works as I would expect it to. To prove my point just forget about NPrinting and go directly to Qlik Sense and try to export table as an image. If table has a lot of rows (for example 1000 it will be exported with scrollbar and only some of the rows would be visible.

Table chart is likely to have a lot more rows which are not to be shown in the image as image dimensions are simply too small. Table can have scroll bar which can (for example ) create 100 000 rows. Would you expect your image to become as big?

NPrinting images are sent in default dimensions. To learn more about dimensions of images and the way they are rendered go to official help site. Note that some of those features may not be present in older NPrinting versions and you will have to upgrade to benefit from them.

https://help.qlik.com/en-US/nprinting/November2019/Content/NPrinting/ReportsDevelopment/Image-Dimens...

On the other note in html report i would export tables as data and would build html table using <table > tags with <td> and <tr> tags... just standard html... you will not have trouble with the amount of rows

 

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.

View solution in original post

1 Reply
Lech_Miszkiewicz
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi, This seems quite logical and works as I would expect it to. To prove my point just forget about NPrinting and go directly to Qlik Sense and try to export table as an image. If table has a lot of rows (for example 1000 it will be exported with scrollbar and only some of the rows would be visible.

Table chart is likely to have a lot more rows which are not to be shown in the image as image dimensions are simply too small. Table can have scroll bar which can (for example ) create 100 000 rows. Would you expect your image to become as big?

NPrinting images are sent in default dimensions. To learn more about dimensions of images and the way they are rendered go to official help site. Note that some of those features may not be present in older NPrinting versions and you will have to upgrade to benefit from them.

https://help.qlik.com/en-US/nprinting/November2019/Content/NPrinting/ReportsDevelopment/Image-Dimens...

On the other note in html report i would export tables as data and would build html table using <table > tags with <td> and <tr> tags... just standard html... you will not have trouble with the amount of rows

 

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.