Jump to content

sunianu

Members
  • Posts

    30
  • Joined

  • Last visited

 Content Type 

Forum

Downloads

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Events

Profiles

Posts 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 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

     

     

     

     

     

     

     

     

  5. 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
  6. 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

  7. 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

  8. 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

     

     

     

     

     

  9. 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

     

     

     

     

     

  10. 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

     

     

     

     

     

     

     

     

     

×
×
  • Create New...