Jump to content
JasperReports Library 7.0 is now available ×

Passing Query as parameter


prashantckc

Recommended Posts

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create a report parameter that will hold the query - say, P_REPORT_QUERY.
Then set the report's query to be this parameter, using $P!{...} syntax instead of just $P{...}. Like this: $P!{P_REPORT_QUERY}.

 

Code:
<queryString>    <![CDATA[$P!{P_REPORT_QUERY}]]></queryString>
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...