jaspersoft html5 combo column line chart trying to sync up dual Y axis
I have an HTML5 (HighCharts) in a Japersoft Studio 7.9.0 report (no, i can’t use a later version of the Studio tool). it started out as a column chart showing project counts and costs (side by side) across years (x-axis). the y-axis scale is on the left and both sets correspond to it.
i added two superimposed lines that show the cap-ex and op-ex breakdowns of the cost column. the problem is the y-axis for the scale on the right correlates only to the line data, so it’s scale is off compared to the y-axis scale on the left (count and cost).
how can i make the y-axis scale for the line data be the same as the y-axis scale for the column data. this needs to be dynamic as i cannot hard code the second y-axis range.
i’m sure something like this is buried deep in the Chart Formatting Advanced Properties section, i just don’t know which properties would affect this.
I’m displaying my jaspersoft report details vertically.. how can I display the totals of these details as the right most column?
I updated my report to display vertically so my Fiscal years appear as columns instead of rows. I also created variables to aggregate all these fiscal years values. How can I display these totals as the last column of my table (like in the image)
I’m displaying my jaspersoft report details vertically.. how can I display the totals of these details as the right most column?
I updated my report to display vertically so my Fiscal years appear as columns instead of rows. I also created variables to aggregate all these fiscal years values. How can I display these totals as the last column of my table (like in the image)
jaspersoft studio parameter form list of values
I’ve created a report based of a dataset from Oracle table. I can see the values from query in report preview just fine. Now I need a parameter, which value would be selected from list of values (no manual input). So I have created parameter “p_par”, with default set of values (a, b, c):
How to import custom classes into a JasperSoft Studio?
I’m working with JasperSoft Studio 6.17.0. I need to create a report that using DTOs written by me in Java. I’ve imported the folder target
with compiled DTOs into Jaspersoft’s Java Build Path, and now I can choose my classes as types for parameter values. That is the behavioral I expect. But when I try to compile or preview the report, I recieve the error Errors were encountered while compiling report expressions class file:
and MyDTO cannot be resolved to a type
.
Jaspersoft help – copying subreport jrxml files
using Jaspersoft Studio 7.9.0
The main issue is trying to copy an existing subreport in the repository folder under the main report.
Let’s say there’s a folder called “Portfolio Report”
Under it is a main.jrxml, which has a sub-report named (for lack of anything better) “SubRep”.
I want to make some major revisions to SubRep, so I figure making a copy of it and calling it SubRep2.jrxml and making changes to it, then in Main.jrxml, using the sub-report properties expression point to “repo:SubRep2.jrxml” instead of “repo:SubRep.jrxml”. this way I still have the original SubRep which I can roll back to. Minor changes I have no issue with modifying the active sub-report, but big changes, I like to version-archive the older sub-report in the folder.
I tried opening the SubRep, then doing a Save As and calling it SubRep2. The only problem is it doesn’t show up in the Repository Explorer (even after publishing it to the server). But it’s there because if I try to create a new XML file in the folder with the name SubRep2, it says that the ID is in use – even though it’s not visible (even after doing a refresh on the folder).
I’ve tried exporting/importing and copy/paste. There is nothing that I’ve tried that will make the new sub-report visible in the repository explorer.
esProc and Japersoft Studio fail to integrate
In esProc I created a simple query.
query
JasperSoft report iterates a list multiple times
I have a strange issue in jaspersoft 6.20 report generation. I’m using it in java. I am passing a parameter with a list inside. It has 6 elements. As You can see in the code below I am even printing out iteration through the list. I have no idea why it does the iteration n times, where n is the list size.
Jaspersoft fram is not reducing size when textfields inside are removed(remove line when blank)
[](https://i.sstatic.net/UmnAkMqE.png)