Skip to main content
11-Garnet
June 9, 2023
Question

Editing Jasper Reports

  • June 9, 2023
  • 2 replies
  • 3876 views

Hello the Community.

 

I'm trying to update the "Variance Summary Report" in JasperSoft Studio.

I want to add tables that would include Attributes we added to the Variance.

I understand I need to create the new Fields in the dataset.
I added some to the DatasetForVRHeader and made sure to match their name with the attribute's internal name.In addition, I aslo found that those reports are relying on Info*Engine.Therefore, I updated the related .xml to include the attributes I want to display in my report.I updated tasks/com/ptc/windchill/enterprise/change2/reports/VarianceSummaryHeader.xml and ChangeItemSummaryHeader.xml.  (tomcat and Info*Engine caches were cleared)
When compiled, the report seems not to understand the changes I made (the added attributes are displayed without value).
Does anybody succeeded in making chenges to those "Info*Engine" generated reports ?

 

Regards.

FranΓ§ois

 

 

 

2 replies

17-Peridot
September 15, 2023

hi, were you able to find a solution to this question? with the lack of response from other community members, this might be a good candidate for a request with PTC Technical Support

fklink11-GarnetAuthor
11-Garnet
September 18, 2023

Hi Scott.

I opened a call at the same time with the Tech Support.

They are till supposed to work on it πŸ™‚

 

I wish I could get in touch with the R&D guy who made the out-of-the box reports.

HelesicPetr
22-Sapphire II
22-Sapphire II
September 18, 2023

Hi @fklink 

I would like to get his contact too πŸ˜„

 

PetrH

17-Peridot
October 4, 2023

@ScottMorris @fklink @rgm1 @HelesicPetr 

This is from memory, I was trying to do some changes a few months ago.

 

You need to do something in Jasper to define where the data for your fields is coming from, and as you are stepping through this, one of the steps creates some class files. It created Java 11 class files, then tried to use them in a Java 8 app. You get a really confusing error code.

 

Someone suggested that the solution was to set up generic Eclipse to load a Jasper module so you had control of the Java versions.

HelesicPetr
22-Sapphire II
22-Sapphire II
October 4, 2023

Hi @rleir 

I was able to configure the attributes, but I wanted to crate own custom report 

I have stuck in some compilation error during the compiling a report back to windchill. 

Some class are missing in a configuration but I can not find a root case even though I opened a case. 

 

If I've had time I would take a look on it πŸ˜„

 

PetrH