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

sunianu

Members
  • Posts

    30
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Everything posted by sunianu

  1. I have a crosstab which has 4 pages and there are around 250/300 records for each page. To show one page - it is taking very long time on HTML where as when I export to PDF, it takes very less time to load all the 4 pages. I dont have any clue to improve the performance. I noticed that there are all different styles and table tags for each <td> tag separately (I checked from view source of the html page). So I am suspecting that all these extra styles and tags are causing the delay (I am not sure though). Any one has any clues????? Please share/help! Any info on this is appreciated. Thanks, Sunianu.
  2. hi, I want to modify my pie chart legend. now i am getting the legend as xxx = 100 yyy=200 what I want is xxx= $ 100 yyy=$ 200 ie i want to add $ symbol with the legend text . I tried to achive this thru JRAbstractChartCustomizer but i couldnot ...Following is the piece of code public void customize(JFreeChart jFreeChart, JRChart jrChart) { String sCurrency = (String) this.getParameterValue("currencySymbol"); LegendTitle tt= jFreeChart.getLegend(); I dont know how to proceed after this. or Is thr any other way to achive this Thanks Suni
  3. Hello, I am running a jrxm from IReport 3. Master report has one sub report. I am passing 5 parameters to Subreport out of which two are dates If i hardcode the dates in the subreport query then report is taking only 2 secs to generate. If I pass parameters from master report instead of hardcoding then the report is taking more than 10 mins. Why this is happening. Any Idea? Thanks Suni
  4. Hi, I am using version 3.0.0. I a using a crosstab for diaplaying the details. Border lines for all the columns are working correctly on HTML. but when export to excel most of the border lines are missing. I am using lineWidth="1.0" . Can anybody help me to solve this problem Thanks Suni
  5. Hi, I am using version 3.0.0. I a using a crosstab for diaplaying the details. Border lines for all the columns are working correctly on HTML. but when export to excel most of the border lines are missing. I am using lineWidth="1.0" . Can anybody help me to solve this problem Thanks Suni
  6. Hello, That worked. Thank you very much I have one more doubt.How can I achieve this in Cross tab ? Thanks Leena
  7. Hello... Can you explan how you achived this? My requirement is also the same but i dont know how to do this Thanks Suni
  8. hello Were you able to solve this issue...I am also facing the same problem..can you help me Thanks Suni
  9. hello Edward. Thanks for your reply. I tried these way, but still i am getting null . The variable displayed correctly when I displayed it on the master report (returned variable), but its null when i pass this value to another subreport Thanks Suni
  10. Hello.... Were you able to achive this? My requirement is also the same. I am also getting null . Thanks Suni
  11. Hi, I have 20 subreports in a main report. Subreport5 will return a parameter back to main report and I want to pass that parameter value to another subreport say Subreport 10. i how can I achive this ? Thanks Suni
  12. Hi , I am exporting my report to PDF.Is there a way to open Pdf's Report at a certain size like 100% Thanks Suni
  13. Hi, I have a cross tab with 2 row group . I am getting all the details correctly lik Customer A 10 Customer A 20 Sub Total Customer A 30 Customer B 20 SubTotal Customer B 20 Customer C 40 Customer C 60 SubTotal Customer B 100 My Requirement is I need to hide the subtotal based on the number of items in that group. ie Subtotal need to be displayed if the number of items in that group is greater than 1. In the abouve example subtotal is not requied for customer B because customer B has only one item How can i achive this in IReport Many Thanks Suni
  14. Hello, I am using cross tab with 5 Row group and 1 column group. I want to display a total based on third Row Group. Total for 1st and 2nd Row group display with out any problem ,but not displaying the subtotal based on third row group. Please help me If possible , try a cross tab with 5 row group and subtotal based on third row group. I dont know what is wrog with my jrxml Thanks Suni Post Edited by suni anu at 11/18/08 17:14
  15. Hello, I have attached the jrxml... U can see "Hello" is not displaying...i gave that for testing the report Thanks Suni
  16. Hello.... I am working on Crosstab. My crosstab has 3 row group and one column group. Item,organization and Phone are the three row group field. I want to show Total based on Item and organizations. Eg. item organization phone Header Item1 AAA 122 10 Item1 AAA 123 20 Subtoatal AAA 30 Item1 BBB 122 10 Item1 BBB 123 20 Subtoatal BBB 30 Total Item1 60 I placed "Total <item> " on Organization Total header and "SubTotal <Org>" on Phone total Header. Item total is coming correctly but Subtotal is not displayed . So My problem is text field placed on the "Phone total Header" is not displaying Thanks Suni
  17. Hello.... I am working on Crosstab. My crosstab has 3 row group and one column group. Item,organization and Phone are the three row group field. I want to show Total based on Item and organizations. Eg. item organization phone Header Item1 AAA 122 10 Item1 AAA 123 20 Subtoatal AAA 30 Item1 BBB 122 10 Item1 BBB 123 20 Subtoatal BBB 30 Total Item1 60 I placed "Total <item> " on Organization Total header and "SubTotal <Org>" on Phone total Header. Item total is coming correctly but Subtotal is not displayed . So My problem is text field placed on the "Phone total Header" is not displaying Thanks Suni
  18. Hello, Thanks for you reply I passed $V{PAGE_NUMBER} from master to subreport but the number displayed on the subreport was 1(master reports page no) instead of 3. Also how can I get the last page number of a subreport Thanks Suni
  19. Hello.... I have one master report with 40 subreports . I placed page number in the Page footer section of master report. All sub reports are displaying correctly with page numbers. How can I get page number of each subreport in the main report ? or how can I get on which page the subrport s displayed ? Thanks Suni
  20. Hello.... I have one master report with 40 subreports . I placed page number in the Page footer section of master report. All sub reports are displaying correctly with page numbers. How can I get page number of each subreport in the main report ? or how can I get on which page the subrport s displayed ? Thanks Suni
  21. Hello Andrew Have you put the example somewhere ? .... I am in the same situation but I cannt do this. I would be very helpful if you can give your example. many Thanks Suni
  22. Hello, I have seen lot of people saying about "jasper sample" in several threads. Where can i get jasper samples Please give me url .... Thanks Suni
×
×
  • Create New...