/build/static/layout/Breadcrumb_cap_w.png

Custom Report Layout

 

I recently ran across an issue with running a report on some custom inventory http://www.itninja.com/question/report-on-custom-inventory. I'm not much of an XML person although JVerbosk did an excellent job explaining. 

This lead to a few Google searches where I came across this article. http://www.kace.com/support/resources/kb/article/Customizing-a-Report-Layout-With-Jasper-iReport I was able to get this working with a few "tweaks" to this article.

Changes I made:

  1. I did download version 4.6.0 (2012-05-21) from http://sourceforge.net/projects/ireport/files/iReport/.
  2. I did not set compatibility mode. I'll explain later. There is a known bug that we'll fix with Notepad ++. http://jasperforge.org/plugins/espforum/view.php?group_id=83&forumid=101&topicid=98267

 

I first created my report using "Classic Reports". It gave me the following layout.

 

Using iReport I was able fully customize this layout. 

One important tool that helped me for this particular report was "Stretch with Overflow". Since the custom inventory was the result of a recursive lookup I never really knew how large the field would need to be. 

 

 

 

For the most part the above link will explain how to configure everything. One thing I did notice it after copying the xml from iReport to Kace I received this error 


Error Running Report

Exception while running report. org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: Attribute 'uuid' is not allowed to appear in element 'jasperReport'.

This was solved using Notepad++.(http://filehippo.com/download_notepad/).

      1. Paste the xml from iReport to Notepad++.
      2. Then select search>replace (Ctrl+H). In the find field enter ' uuid=.+?"' (w/o the singe quotes. make sure to leave the space in the beginning). Leave "Replace With" blank. 
      3. Select "Regular Expression" in the bottom left on this same window. This will remove all the uuid="  ".
      4. The copy from Notepad++ into "XML Report Layout" in KACE. (Classic Reports Only).

 

The next error I recieved was 

Error Running Report

Exception while running report. com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for

This can be solved by removing the duplicate SQL query in the xml (towards the top). This is discussed more in http://www.kace.com/support/resources/kb/article/Customizing-a-Report-Layout-With-Jasper-iReport.

I was able to change the entire layout using this tool. 

 

 


Comments

This post is locked
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ