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

bharath7leo

Members
  • Posts

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

Everything posted by bharath7leo

  1. I tried with return value. But I want to pass the value from subreport to parameter in the Query of Main report. How to do that? What to give in parameter? Please help.
  2. Thanks Ankur. If there are 10 values for EMAIL_ADDRESSES_ID_PERSON how can I pass the 10 values to main report using variables?
  3. How to pass subreport field values as main report parameter in main report sql? Main report Query ------------------------ SELECT PERSONS."ID" AS PERSONS_ID, PERSONS."NAME" AS PERSONS_NAME, PERSONS."CITY" AS PERSONS_CITY FROM "SYSTEM"."PERSONS" PERSONS where PERSONS."ID" = $P{parm} Sub report query ---------------------- SELECT EMAIL_ADDRESSES."ID_PERSON" AS EMAIL_ADDRESSES_ID_PERSON FROM "SYSTEM"."EMAIL_ADDRESSES" EMAIL_ADDRESSES How to pass EMAIL_ADDRESSES_ID_PERSON to $P{parm}? Please help.. Thanks, Bharath M.
  4. Thanks Ankur... Can you send me a link where I can download the Jars...
  5. What are the Jars needed to connect java with Jasper Reports? Thanks, Bharath M.
×
×
  • Create New...