Jump to content
JasperReports 7.0 is now available ×

gest

Members
  • Posts

    6
  • 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 gest

  1.  Hello,

    I would like to do the following:

    in masterreport I have a parameter $P{MY_VECTOR} of class java.util.Vector

    I pass this parameter to my subreport.

    In the subreport I like to 'add' a value to the vector 

    in my masterreport I want to print the values of my vector.

    Does anyone have an idea on how to do this?

     

    gr gest

  2.  Hello,

    I am facing a problem with setting the query for my subreport at runtime. I have to be able to change the 'order by'-clause for the subreport-query at runtime (in java application).

    Doing this for my master-report goes very well.

    Does anyone have an idea how to do this?

    I know it can be done with parameters, but I have to be able to set the order by clause of the subreport's query like

    order by col1 desc, col 2 col3 asc

    or 

    order by col2 asc, col1 desc, col2 asc

    the table will always be the same and the returned colums from the query too...

     

    gr Geert

      

     



    Post Edited by gest at 08/28/2009 12:48



    Post Edited by gest at 08/28/2009 12:49
×
×
  • Create New...