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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
kakaderanjit53
Creator III
Creator III

Error in Image format

Hi Qlik Community,

I am creating a Nprinting HTML report using qliksense application,

but there are some errors occurring here,PFB details and help me to resolve it:

1. There is error in the Image format its not appearing as actual as in the qliksense application,

for more details PFA.

2. Another problem is unable to customize the size of image in the Nprinting html report.,

3.Last one is  how to place the image object in the appropriate size and placement.,

my html code is ::

<html>
    <body Style="text-align: center;">
<h3 Style="text-align: center; font: 21px verdana;">
       
  Dealer Geography-wise Target vs Actuals Scorecard

  </h3>
  <img src="%%JhsqZJ%%" alt="JhsqZJ"> <img src="%%460fe3a9-dc7e-4616-a7a1-ecaf40dbdb8d%%" alt="460fe3a9-dc7e-4616-a7a1-ecaf40dbdb8d">  
   <h3 Style="text-align: Left; font: 21px verdana;">
   Dealer Target vs Actuals Scorecard
   </h3>
<img src="%%e964bd64-7fa2-4165-9ac3-fbbee278aa2f%%" alt="e964bd64-7fa2-4165-9ac3-fbbee278aa2f">
<img src="%%1df73dc8-6a74-4d1a-9eb3-6de680ace7d6%%" alt="1df73dc8-6a74-4d1a-9eb3-6de680ace7d6">
<img src="%%hxhcXk%%" alt="hxhcXk">
<img src="%%khZaU%%" alt="khZaU">
<img src="%%61a6dabe-e914-4126-b669-104fc3c377c3%%" alt="61a6dabe-e914-4126-b669-104fc3c377c3">
   </body>
</html>

3 Replies
vinieme12
Champion III
Champion III

use the height and width , properties of  img tag

HTML Images

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
kakaderanjit53
Creator III
Creator III
Author

Thanks for your important reply,

but after using the height,width and image properties of image,the quality of image  decreasing,

how to overcome such problem,any idea?

vinieme12
Champion III
Champion III

I just google  "img tag maintain aspect ratio"

css - How to maintain aspect ratio using HTML IMG tag - Stack Overflow

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.