Jump to content
We've recently updated our Privacy Statement, available here ×

Ram Ayanavilli

Members
  • Posts

    35
  • Joined

  • Last visited

Ram Ayanavilli's Achievements

Contributor

Contributor (5/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

0

Reputation

  1. Thank you very much for your reply. Yes, I also want to use new versions but in my company, all reports were developed on older and outdated iReport 1.3.3. For some reports, not sure which version they used. As you suggested I will try to update the properties. And we are not using the Jasper server to deploy the report but calling the report from other java web applications. Thanks.
  2. Hi, I am working as an iRport developer(along with Java projects). Got one requirement to add the barcode to the existing report. The challenge here is first I need to know the version of the existing report and need to add the barcode. Can we any version of iReport to make changes to the existing report? Will we get any compatible issues? Kindly help. Thanks, Naresh
  3. Hi Shree, It is too late however may be it will be helpful to others... As Hozawa said iReport deprecated but I also had same issue and I found one solution for this and it worked for me. Solution: First create a image (either png or jpg) for the INR symbol. Next Step is place the image in your report where you want to display by adjusting the size to match with next field you want to display either amount or text. Thanks & Naresh.
  4. Hi All, I am working on iReport 3.7.0 and my requirement and issue I explaidned below. Req: I need to call the jrxml report form the java code and fetch the records on excel sheet (They are Using POI but I am not sure about this). Issue: This report is working fine with 65000 records and the issue is when the data is more means when we have more than 1 lakh records this report not fetching the whole data and missing the records after it's limits over. I would like to print this data into multiple sheets without missing the data. With iReport export options and properties I able to achive this on my local machine but is it will work on java application. Can anybody help me with this issue.
  5. Hi Judin, Can you send your report to me. naresh.baylogic@gmail.com
  6. I have tried this but it wont work for me . I am using iREport 3.7.5 and I used below expressions for the page break. It was printed one empty column but not print the data into next page in excel sheet. new java.lang.Boolean((int)($V{PAGE_COUNT}.intValue())%1000==0) $V{PAGE_COUNT}. == 1000
  7. Hi All, I am Naresh and I am working as Jasper Developer. Recently I getting one issue with existing(created by some one) report i.e, net.sf.jasperreports.engine.JRRuntimeException: Infinite loop creating new page due to column header overflow. However in this report I don't have any report and it contains page header, column header and footers with detailband. While I am trying to run the report with 1000 records of data I am not getting any issues but if trying to execute the report with huge data I am getting the above issue. Not able to understand the behaviour of this report and how to fix issue. I am using iReport 3.7.0. I know it is outdated but for maintanance we have to use this. I checked split type as Stretch and splitType ='true' for PageHeader, Column Header and Page footer and Column footer. And also used printwhen expression to avoid the repeated headers for one page. Can you please help me to avoid this issue and please let me know if I missed anything in this report.
  8. Thank you for the reply. However the value coming from database as "4999.000000-10000.000000" and other case is I need to check either it has numbers in decimals like 4999.987. So some value is there instead of zeros I need to dispaly those decimals also. For Example: if value like 4999.000000-10000.000000 then value should display as 4999-10000 or if value like 4999.983 - 10000.983 then the value should be 4999.983 - 10000.983
  9. Hi All, I am working on iReport 3.7.0 with Postgres DB and Oracle DB. I am trying to show the vmlues like 4999-1000 on PDF. It is comig from Database as Sh tring. With Oracle DB data I don't have any issue but with Postgres the values are displaying like 4999.000000-10000.00000(It is String) and also amount showing like 6000.000000. Actually I don't want display the decimal. How can I fix this issue for "4999.000000-10000.00000" I need to display like 4999 - 10000 (This is coming as one value from DB). Thanks, Naresh
  10. Hi, Great finally you gotsolution. Then can u please explain and share the java code to get the excel sheet names dynaically? Thanks, Naresh
  11. Hi All, Would you please help me with this requirement. Problem: Actually I want to display the data in excel sheets like sheet1, sheet2,... sheetn. As per my requirement I will get Large amount of data and i need to split the data into different tabs if the records exceeds the excvel records limit and for that tabs I need to give name like. ABC1,ABC2,...ABCn. ABC is the static name. And I need to design the report with two subreports and each should have it's own static name. Thanks, Naresh
  12. Hi All, Would you please help me with this requirement. Problem: Actually I want to display the data in excel sheet s like sheet1, sheet2,... sheetn. As per my requirement I will get Large amount of data and i need to split the data into different tabls if the records exceeds the excvel records limit and for that tabs I need to give name like. ABC1,ABC2,...ABCn. ABC is the static name and I have two subreports in my report. Thanks, Naresh
  13. Hi All, Would you please explain for what this is. Actually I want to display the data in excel sheet s like sheet1, sheet2,... sheetn. As per my requirement I will get Large amount of data and i need to split the data into different tabls if the records exceeds the excvel records limit and for that tabs I need to give name like. ABC1,ABC2,...ABCn. ABC is the static name and I have two subreports in my report. Thanks, Naresh
  14. Hi All, I am JasperReports developer and I attending to interviews for better opportunity. While attending to interviews the interviewers asking Java & JasperReports developer. But I am not much familier with Java. So, What areas I need to cover to work as Jasper and Java developer. Like in some cases they asking like "If we delete one or two fields from report remaining fields are automatically reset the size" How can we reache this solutions with Java? What tutorial I need to follow to achive these solutions? Please help me.. Thanks, Naresh
×
×
  • Create New...