Jump to content
Changes to the Jaspersoft community edition download ×

nitin403

Members
  • Posts

    73
  • Joined

  • Last visited

nitin403's Achievements

Enthusiast

Enthusiast (6/14)

  • First Post Rare
  • Collaborator Rare
  • Conversation Starter Rare
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. When I compile this report on my local M/C using iReport 2.0.1/2.0.5 it works fine. But when I put this template on Prod. server where form this template PDF report is created using Servlet it fails. I am using style text in this report. I think same library/jar files are missing on Prod. server. But I am unable to understand which one is missing. This report doesn't fails on my local M/C. thanks lucianc Issue resloved. Actually I was just copy pasting the lib files. After I started the tomcat server it is working properly. Post edited by: nitin403, at: 2008/05/21 13:33
  2. Hi all, I recently updated some changes in a Report using iReport 2.0.5 And it works prefectly. I am using tomcat server and creating using servlet. But when i try to implement on our test server it doesnot show properly. I have a table format report with every cell having broder. In Ireport it shows properly. But on the test server it shows no border. And also fields with sytle text is not diplaying. I think I miss in some library files, But I don't know which one. Thanks for your help in advance.
  3. hi, I found the solution. I used following code Code: (Float.parseFloat($F{UnusedCreditAmount})) < Float.parseFloat("0"«») ? "<style forecolor='#ff0000'>" + $F{UnusedCreditAmount} + "</style>" : $F{UnusedCreditAmount}
  4. Hi, Thanks for your reply. Here is the case. I have a field, let say $F{UnusedCreditAmount} = "1234.12" I need to display it in my report as red color when -ve and black when +ve I know the code to print this field in Red. I tried many combination but it always gives error message in IReport 2.0.5 while compling Below is the error Code:he operator > is undefined for the argument type(s) Double, int value = (java.lang.String)(((new Double(((java.lang.String)field_UnusedCreditAmount.getValue()))>0) Thnaks for your help in advance
  5. Hi all, I need to compare a string which is double value with zero. And do some conditional print of value. I tried searching and using them. But always failed in doing so. It is like this. There is a string. and I want to check that if it is greater then 0 then print one thing or else print something else. This string can be like 1234.12 also. Thanks for your help in advance.
  6. What you asked for here is not possible. But why do you want the summary band after title band. If you explain what you are trying to achieve then we might be able to help.
  7. Try putting your title band section into column band section of the subreport JRXML template. The sample file you have provided is a bit confusing. If you can provide the JRXML then I might be able to help. Or if you can give an example of what you are getting and what you what you want that might also be helpful in resolving your issue.
  8. Hi! all I think martynhiemstra is correct. But u can create 2 frames. 1st will have your report & 2nd will refresh your report 10sec of loading the 1st frame. 2nd frame will be invisible off course. But surely even I would have liked if I could add some javascript to it.
  9. Hi! Even I would like to know how to add such javascript to a HTML report.
  10. Hi! Even I have face such problem previously. 1st, if there there is no data in the master report then then there is no report for the child report also. So make sure that the master report get some data in the query. Create some dumpy field for testing put them in the detail band and run it. If these dont show any report then please send your JRXML files on these forum.
  11. Thanks a lot it worked out perfectly. Thanks martynhiemstra.
  12. Hi, All. I have a text field called "ProjectAmount", which holds a String value. I want the total of this field in the column footer. So created a variable called "TotalPro". the expression is new BigDecimal($F{ProjectAmount}) This works fine. But if ProjectAmount is "" or null the report fails. In this report if such a condition comes then it should ignore this, and continue with rest of the report. I was not able to formulate the correct equation. Thanks for your help in advance.
  13. Hi, lucianc This post is making me confused. Can u explain this with an small example. what does "when a group breaks all the groups underneath it also break" means. Thanks for your help in advance.
  14. Hi, lucianc This post is making me confused. Can u explain this with an small example. what does "when a group breaks all the groups underneath it also break" means. Thanks for your help in advance.
×
×
  • Create New...