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

Dynamically Subreport Generation


raysefo

Recommended Posts

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

This example is for Oracle. If your not using Oracle you will have to determine the equvalant table or in the end you can use any table in your database. Just make sure that it has enough records for this to work.

 

Put the following query in your subreport

 

SELECT ROWNUM

FROM ALL_OBJECTS

WHERE ROWNUM <= $P{number of loops}

 

Number of loops will control how many times your static text will appear in your report.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...