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

arunsankarkk

Members
  • Posts

    20
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Posts posted by arunsankarkk

  1. hi folks
    Have you make sure that in ur SUBREPORT_DIR are you getting the exact path of the SubReport where it is located.(ie)are u getting 'C:EclipseeditionsubreportHeader.jasper' this path in SUBREPORT_DIR.

     

    Regards

    Arun



    Post Edited by arunsankarkk at 03/01/2010 12:00
  2. Hi Everybody

                           i have a requirement like i need to diaplay a subreport inside another subreport. This is working fine. But my actual problem is if i have dynamic content ( In detail band of innermost subreport values will be filled according to values iam populating from DB. So it can have 1 row or 10 rows or more than that ) it is not displaying the subrport detail part.

    For example if i have only 3 rows to display in my innersubreport detailband it works fine, but if there is more than that the detail band will not display. hope somebody can help me out in this issue.


    Thanks in advance

    Arun

  3. I was using 3.5.2. In that i didnt find the option to create group.So i installed #.0.0 for this purpose. And 3.0.0 is more flexible to work with crossTabs.



    Post Edited by arunsankarkk at 02/25/2010 10:35
  4. Hii
    can i know which version of iReport you are using..???
    If it is 3.0.0 you have an option 'ReportGroups' in View tab .Give the GroupExpression as $F{supervisor}. This will create a group for you.



    Post Edited by arunsankarkk at 02/25/2010 06:15
  5. Thank you Harv for your reply.
    Actually my problem was that the innermost subreport was not getting displayed, eventhough i use a static text field in that subReport.
    Then i resolved that and i got a new problem of couldnot load innermost SubReport jrxml. This i achieved my giving the complete path of inermost subreport in SubReport Expression. Now its working fine for me.

    Any way thank you once again.Hope you will help if i come across aome other doubts.



    Post Edited by arunsankarkk at 02/25/2010 04:28
  6. Hiii guys..

     

    I have worked on some crossTab reports, but dont know whether we can achieve the changing of reportheight dynamically..but we can disable fields in report. Just pass condition in editExpression.

     

    Eg

    ($V{field}.equals("a") ? $P{parameter1} : $P{parameter2}...

     

    You should pass field value while populating values to report(mean to say set Field("a"), Field("b")...).

     

     

    Hope this is the doubt you all have and iam clear in my explaination

  7. hello monzerg

    i think you can pass it as an expression in fielsExpression. For example if u need to get "status1" you just give the condition as $F{filed}.equals("1") ? $P{status 1 parameter u need to send here}: $F{filed}.equals("2") ? $P{status 2}........

     

    i hope this will do.

  8. Can u be more specific...

     

    i have some doubts

    (1) Do you have any dynamic columns..means to say all ur month columns will display for all product i guess.. if that is the case it is very simple...Plz let me know your requirement.

  9. Iam not sure whether u can do it in a single taxt field. But if you can give four text field you can resolve this issue(two to get field values and two to get the input strings). Even i tried to give in a single text field but it didnt work for me. But this worked. U can try it out like the way i said.

     

    And if u got the solution to give in a single text field plz let me know.

  10. hello jmadiso
    Even iam not an expert on crossTab but still i have solution for 2 of your questions

    (1) The ability to not display column headers whenever they are deemed unnecessary.??

    (a)for displaying column and columnheaders in crossTab u just need to pass a string value with the values you are populating in the list and in elementexpression of that colum give a ternary operator and check for this value.

    eg:$F{COLUMNHEADER}.equals("what u are passing")? $F{parameterOf FirstColumn}:$P{parameterOf SecondColumn}.

    (2) Through crossTab wizard u can give only two columnGroups but u have XML for this reports.Through Xml u can give as many u need.
     

     (3) For explicitily breaking the column u have pagebreak and column break in iReports.


    hope this will be helpful fpr you.



    Post Edited by arunsankarkk at 02/03/2010 05:45
  11. Hai everybody,

               I have a crosstab report with one row group and one column group. I need to get the sum of all the values obtained in the fields and display it below the column.Now i have a POJO class which holds the value and the type i declared as string.

    The problem with me is iam getting only the value obtained in the last column and getting printed in the total column instead of summing the whole column values

    Any solution will be appretiated.

    Thanks in advance.

  12. Iam using iReport for the past 4 months.Now i have an requirement that i need to sort columns explicitily. Im my case i have a crossTab and i have  two groupBy. So atleast i need to sort by the first GroupBy. From iReport i can do it. But i have a comparator map in which iam passing the value to be sorted(whether it is ascending or descending). If somebody can help me out in this i will be very thankful to you.

     

    Thanks in advance

×
×
  • Create New...