pathfinder2104.work
Members-
Posts
48 -
Joined
-
Last visited
pathfinder2104.work's Achievements
-
Integers rather than decimals in the value axe
pathfinder2104.work replied to bob007's topic in Products
PS Posting here because someone has spammed me so I can't post anymore questions please help. -
Integers rather than decimals in the value axe
pathfinder2104.work replied to bob007's topic in Products
Any solution to this problem ??? Has anyone solved it ?? I have tried setting these properties from my code but its not working. parameters.put(DefaultChartTheme.PROPERTY_RANGE_AXIS_INTEGER_UNIT, true); parameters.put(DefaultChartTheme.PROPERTY_DOMAIN_AXIS_TICK_INTERVAL, 10); Anything is missing ??? or Am I forgetting anything?? I have assumed that these parameters will be already there in Jasper (or Do I need to create them ??!!). -
Can not set evaluation time to "now" for chart
pathfinder2104.work replied to pathfinder2104.work's topic in Products
Using jasper studio 5.5.1 Final- 1 reply
-
- charts
- jasperreports library
-
(and 2 more)
Tagged with:
-
Hi, Can I print multiple graphs within same report in such a way that each graph displays the first column of the table and all this part is kept within a group, can I create such a report for multiple inputs ? ( I want to repeat the group).
-
- jasperreports library
- jaspersoft studio
-
(and 1 more)
Tagged with:
-
Hi, I have four charts in my report and I can not set the evaluation time to "now" every time I set it even from the source(xml) it changes back to Group. How can I correct this ??? Or this is an correct behavior ? How can ask chart to load the data group wise?
- 1 reply
-
- charts
- jasperreports library
-
(and 2 more)
Tagged with:
-
Is there a way to ignore pagination withing group??
-
- jasperreports library
- pagination
-
(and 1 more)
Tagged with:
-
please correct me if I am wrong regarding the blank space comment in the my answer.
- 2 replies
-
- jasperreports library
- jaspersoft studio
-
(and 1 more)
Tagged with:
-
Never mind, found the solution to this, I am posting this for others like me. You can achieve this by using the grouping of records, while grouping for a chart several things to keep in mind are, 1. the data that you are retrieving should be in desired order i.e use ORDER BY, GROUP BY in your query, 2. Change the property of that chart. a. Evaluate at group level. b. Reset the data at the group level.(same goes for the variables i.e sum of rows in one group you need to reset that variable value at the group level). c. Setting the group property for "keep togather" and "start on each page". 3. I guess ( I might be wrong correct me if I am wrong) the group values to be printed togather dependes on the space on the page, if you minimise the blank space then all the records in one group are being printed on the same page.
- 2 replies
-
- jasperreports library
- jaspersoft studio
-
(and 1 more)
Tagged with:
-
Hi, I want to repeat the following part for all the customers provided as input , is it possible to do so in jasper report?? If so How can I achieve it ? Pardon my bad drawing but the graph is a bar chart.
- 2 replies
-
- jasperreports library
- jaspersoft studio
-
(and 1 more)
Tagged with:
-
Hi all, I just want to repeat the page footer(only pagefooter) on each page of my report how do I do this?
- 1 reply
-
- jasperreports library
- jaspersoft studio
-
(and 1 more)
Tagged with:
-
I guess its supported you have to create a jar for this and then add it to your class path, also to be it effective in your pdf generated keep the font as INHERITED, remove all the pdffont tags/properties from your report. <font fontName="Calibri" size="11" isBold="true"/> Here is the tutorial for creating a jar. http://rekowski.info/home/technical/java/embedded-fonts-with-jasperreports-and-maven.xml I faced the same issue and after a long head banging I got the answer from my friend.
-
Repeating only page footer on each page
pathfinder2104.work replied to pathfinder2104.work's topic in Products
I can't post my jrxml here its against my company rules. Can you provide me some pointers? like which properties should I set etc?- 3 replies
-
- jasperreports library
- jaspersoft studio
-
(and 1 more)
Tagged with:
-
Jasper report is not generated for the same date.
pathfinder2104.work replied to pathfinder2104.work's topic in Products
The reason why I come to this conclusion is that if I manually pass these dates as "2014-05-15 00:00:00" and "2014-05-15 23:59:59" I get the report generated with correct values but when I pass the same values from a java programe it is causing me the trouble that I mentioned in above comment.- 3 replies
-
- jasperreports library
- jaspersoft studio
-
(and 1 more)
Tagged with:
-
Jasper report is not generated for the same date.
pathfinder2104.work replied to pathfinder2104.work's topic in Products
From other questions I was inspired to convert to the java.util.Date to java.lang.String. Now still the trouble exists. I guess it has to do with the time format, Even if I specify "2014-05-15 00:00:00" and "2014-05-15 23:59:59" it accept it as "2014-05-15 12:00:00" and "2014-05-15 11:59:59" is this a BUG ??? or some other thing that I need to do and I am not doing????- 3 replies
-
- jasperreports library
- jaspersoft studio
-
(and 1 more)
Tagged with:
-
Hi, I am using Jasper studio 5.5.1, I have created a report for bills created for a shop application. In my report if I choose the same date say 2014-05-15 00:00:00 to 2014-05-15 23:59:59. The reports are not being displayed although there is data related to this field and falls within the date range specified in database. I tried using this query. SELECT * FROM VIEW_BILLINGHISTORY WHERE dateCreated >= "FROM_DATE_VALUE_GOES_HERE" AND dateCreated<="TO_DATE_VALUE_GOES_HERE". I am not able to display any data in the report, the report generated is blank.
- 3 replies
-
- jasperreports library
- jaspersoft studio
-
(and 1 more)
Tagged with: